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
im getting this error too. did you solve it?
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.