Wordpress Blog Problem

Status
Not open for further replies.

navjotjsingh

Wise Old Owl
I am designing a blog using Wordpress. How do i get tabs on top of it like this.

*img207.echo.cx/img207/6464/tabblog0tp.jpg

Please explain me in detail. Also How can i add a counter to my blog?
 

cyberia.in

In the zone
<div>
<ul id="supernav">
<li class="<?php echo $highlight; ?>">Blog
<li class="<?php echo $highlight; ?>">OPENBLOG Discussion Forum

<?php wp_list_pages('title_li='); ?>
[/list]
</div>
<div id="hack"></div>

This is the original code from my site. works on kubrick only, change it to your needs. hope that's enough

enter this at bottom of header.php for kubrick (default in 1.5) directory
 

cyberia.in

In the zone
navjotjsingh said:
Please explain me in detail. Also How can i add a counter to my blog?

for counters, i'm using free ones from usachoice.net but for more detailed stats, you can use stattraq

*randypeterman.com/StatTraq/
 
OP
N

navjotjsingh

Wise Old Owl
cyberia.in said:
not required, what i've mentioned is all, just add it to the bottom of header. php in /wp-content/themes/default/

Then look at this *img206.echo.cx/img206/2128/aa0rz.jpg

This is what I got by pasting your code. For making tabs there must be some code in style.css or any other file which you may be missing.

THINK AGAIN!
 

cyberia.in

In the zone
i dont' get this, i'll check again if i've missed anything, but i'll assure you no editing was required on the css file.
 

cyberia.in

In the zone
here's the official site, i forgot to give the complete code. sorry for that


*www.liewcf.com/blog/archives/2005/05/wordpress-navigation-bar/
 
Status
Not open for further replies.
Top Bottom