Forums
(@brookfresh)
14 years, 8 months ago
hi guys, ive found this post after an exaustive couple of hours – is there a way to limit the archive to a specific category and its sub categories. My client wants both news and blog sections on his site and archives on both.
thanks in advance
<?php $variable = wp_list_categories(‘echo=0&orderby=name&child_of=5&title_li’); $variable = str_replace(array(‘(‘,’)’), ”, $variable); echo $variable; ?>
i use this to list the sub categories of category id 5
hope this helps
14 years, 9 months ago
im getting this error too. did you solve it?
14 years, 10 months ago
are there any solutions to the lightbox not working? Im having a problem getting it to work with IE8, works fine in other browsers mind you.