Hi
I just change my theme and I cant see navigatoin buttoms on main page and sub category sites. Please help me, how can I add buttoms ?
My site - http://www.m-zone.com.pl or http://www.tribalz.eu
Please help me!
Hi
I just change my theme and I cant see navigatoin buttoms on main page and sub category sites. Please help me, how can I add buttoms ?
My site - http://www.m-zone.com.pl or http://www.tribalz.eu
Please help me!
Themes have built in features that are different from theme to theme, you may have enabled a theme that doesn't offer the same features that your previous theme did.
I can see three navigation buttons; HOME CONTACT and RULES. They are created in flash so this may be causing problems for you.
MacRamsay Thx
That navigation buttoms in the top works fine, but my problem is the buttons go to the next and previous page- « Previous Page — Next Page »
How Can I add this ?
Maybe I add in the index.php something like this(?) :
<!-- Navigation -->
<div class="navigation">
<div class="navigation-previous"><?php next_posts_link('« Previous Entries') ?></div>
<div class="navigation-next"><?php previous_posts_link('Next Entries »') ?></div>
</div>
<!-- /Navigation -->
Yeah I resolved this problem by my self,- I add
<!-- Navigation -->
<div class="navigation">
<div class="navigation-previous"><?php next_posts_link('« Previous Entries') ?></div>
<div class="navigation-next"><?php previous_posts_link('Next Entries »') ?></div>
</div>
<!-- /Navigation -->
into home.php betwen <?php endif; ?> and </div> <!-- / Contents End --> in my theme (tribal) and it works, problem resolved, now I must to tune up this :)
This topic has been closed to new replies.