Jump to content
xisto Community

Hafdis

Members
  • Content Count

    12
  • Joined

  • Last visited

Posts posted by Hafdis


  1. ok lets try again...

    see here http://forums.xisto.com/no_longer_exists/

    i got the sidebar to the right, now i need to move it up, here is the code

    <?php define('FIM', true); ?><?php include("../../../wp-blog-header.php"); ?><?php require_once("functions/fim_functions.php"); ?><?php get_header(); ?><div id="content" class="narrowcolumn">					<div class="entry">			<?php echo fim_get_the_content(); ?>		</div>		<div class="main-narrow">			<?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>								<?php the_content(); ?>							<?php endwhile; ?>			<?php include (TEMPLATEPATH . '/browse.php'); ?>			<?php else : ?>			<div class="post">				<h2><?php _e('404 Error: Not Found'); ?></h2>			</div>			<?php endif; ?>		</div><?php get_sidebar(); ?><?php get_footer(); ?>


  2. Yup, i have been working as Carpenter since 1980, building houses, kitchen and more. Now i am rebuilding my house, so many kids, need more rooms, :lol:

    got this !

    The gallery uses the fim_photos.php template. For any theme that you use, you have to get fim_photos.php to look like the structure of that theme.
    You're done with installation. Now you need to customize.

    this is the fim_photos.php

    <?php define('FIM', true); ?><?php include("../../../wp-blog-header.php"); ?><?php require_once("functions/fim_functions.php"); ?><?php get_header(); ?><div id="content" class="narrowcolumn">		<div class="entry">			<?php echo fim_get_the_content(); ?>		</div>	</div><?php get_sidebar(); ?><?php get_footer(); ?>

    how do i let it look like the structure of the theme i am using.?
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.