Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] LavaLamp jQuery & Atahualpa 342 (http://forum.bytesforall.com/showthread.php?t=3260)

gidibao Sep 3, 2009 11:45 AM

[SOLVED] LavaLamp jQuery & Atahualpa 342
 
Hello,

do you think is possible to add the lava lamp navigation to the Atahualpa Page Menu Bar?

I think I've found something interesting here: P&P Lava Lamp nav for your WP Blog.

1. code in your header.php before the head tag closes [OK]

2. add CSS style [OK]

3. Where do I have to add the LavaLamp Navigation code?

PHP Code:

<!-- Begin Lava Lamp Navigation -->
<div id="catnav">
<ul id="nav" class="lavaLamp">
 <li><a href="<?php echo get_settings('home'); ?>">Home</a></li>
 <?php wp_list_pages('title_li=&depth=1'); ?>
 <?php wp_list_categories('title_li=&depth=1'); ?>
 <li><?php if (is_user_logged_in()) { ?><a href="<?php echo get_option('home'); ?>/wp-admin/">Site Admin</a><?php ?></li>
</ul>
</div> <!-- End Lava Lamp Navigation -->

Thanks in advance

Regards as always

Gianni :)

Flynn Sep 4, 2009 08:59 AM

You can put it right into the "Configure Header Area" text area

gidibao Sep 6, 2009 03:59 PM

You rock!!!

Thanks so much for your kind reply!

The LavaLamp jQuery works like a charm with Atahualpa v342 ;)

Kudos on your great PHP & CSS work!

Regards as always

Gianni :)


All times are GMT -6. The time now is 08:25 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.