Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   Add Category Bar on Top (http://forum.bytesforall.com/showthread.php?t=20135)

munchy_cool Apr 15, 2013 06:38 PM

Add Category Bar on Top
 
So I want to add a category bar on top of my webiste below the breadcrumbs, I added the below code to virtual header.php

<div id="munchycat" class="col12">
<li class="page_item">"
<?php wp_list_pages('depth=1&title_li='); ?>
<?php wp_list_categories('title_li='); ?>
</div>

problem - title_li=' which ensures that the word Categories is not displayed before the list is not working?

munchy_cool Apr 22, 2013 06:27 PM

it looks like parameters passed to wp_list_categories are not working, anybody got a fix?

juggledad Apr 23, 2013 05:00 AM

looks like you are right it doesn't pass the parameter. You might think about donating to FLYNN the theme developer to encourage him to keep developing Montezuma


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

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