The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> theme structure
hafdis
post Mar 27 2007, 05:34 PM
Post #1


Newbie
*

Group: Members
Posts: 18
Joined: 13-March 07
Member No.: 2,193



ok

my page http://www.koddinn.com and the gallery page is here http://www.koddinn.com/myndir

The gallery uses the fim_photos.php template. For any theme that i use, i have to get fim_photos.php to look like the structure of that theme i use

the fim_photos.php use its own default template structure. i need to tweak that default structure to match the structure of whatever WordPress theme i gonna use.

For example, fim_photos has <div id=\"content\" class=\"narrowcolumn\">. The theme i am using, doesn't have that.

this is the fim_photos.php

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>
<?php get_sidebar(); ?>

<?php get_footer(); ?>


how can i do this. To get the sidebar on right place.

This post has been edited by hafdis: Mar 27 2007, 05:35 PM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
hafdis
post Mar 29 2007, 02:13 PM
Post #2


Newbie
*

Group: Members
Posts: 18
Joined: 13-March 07
Member No.: 2,193



no need, found it
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 27th April 2024 - 09:49 PM