marisaharwood
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: contact formsYes, but I need to style it differently and I can only see one style sheet?
Forum: Themes and Templates
In reply to: active navigtionThanks – this works a treat.
Forum: Themes and Templates
In reply to: rss feedThanks for all your help guys. Works perfectly. Cheers
Forum: Themes and Templates
In reply to: rss feedOh ok. Sounds simple enough. How do I create an rss feed?
Forum: Themes and Templates
In reply to: rss feedIt’s not live I’m developing locally
Forum: Fixing WordPress
In reply to: categories as navigationI’ve tried using this, but it doesn’t work
<li class="pensions"><a href="<?php wp_list_categories('orderby=name&include=3'); ?> ">pensions</a></li> <li class="money"><a href="<?php wp_list_categories('orderby=name&include=4'); ?> ">everyday money</a></li> <li class="mortgages"><a href="<?php wp_list_categories('orderby=name&include=5'); ?> ">pensions</a></li>Forum: Fixing WordPress
In reply to: Categoriesyes. Basically I want each link to link to my categories. ie
<li class=”pensions”>pensions to link to pensions category
<li class=”money”>everyday money to link to everyday money category
Viewing 7 replies - 1 through 7 (of 7 total)