Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-25-2012, 02:54 PM   PM User | #1
jarv
Banned

 
Join Date: Mar 2007
Posts: 1,523
Thanks: 116
Thanked 0 Times in 0 Posts
jarv can only hope to improve
Question Wordpress custom template?!

Hi

I have created a new theme with pages in my WP blog but all pages go to the same place?! I have set my front-page and my blog page but don't understand why when I click on a page, it's the same one throughout the site?!

Please help

here is my site:here
jarv is offline   Reply With Quote
Old 03-25-2012, 04:42 PM   PM User | #2
CourtezBoi
New Coder

 
Join Date: Apr 2011
Location: Canada
Posts: 23
Thanks: 0
Thanked 2 Times in 2 Posts
CourtezBoi is an unknown quantity at this point
It would be helpful to see some of the code you're working with here, specifically the code for the navigation.
CourtezBoi is offline   Reply With Quote
Old 03-25-2012, 05:19 PM   PM User | #3
jarv
Banned

 
Join Date: Mar 2007
Posts: 1,523
Thanks: 116
Thanked 0 Times in 0 Posts
jarv can only hope to improve
it's just a normal wordpress blog, I have added pages and when I click on them, they are not showing their content?!
jarv is offline   Reply With Quote
Old 03-25-2012, 07:01 PM   PM User | #4
jarv
Banned

 
Join Date: Mar 2007
Posts: 1,523
Thanks: 116
Thanked 0 Times in 0 Posts
jarv can only hope to improve
here is my PAGE.PHP

PHP Code:
<?php

get_header
();
the_post();

?>
<div id="maincontent" class="page">
<?php tfa_breadcrumb();?>
    <div <?php post_class() ?>>
        <h1 class="entry-title"><?php the_title() ?></h1>
        <div class="entry-content">
            <?php the_content() ?>
        </div>
    </div>

</div>

<?php get_footer() ?>
jarv is offline   Reply With Quote
Reply

Bookmarks

Tags
custom, template, wordpress

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:20 PM.


Advertisement
Log in to turn off these ads.