Modify loop in child theme without overwriting parent template?
-
Let’s say I want to exclude a category from the loop on the author page of my child theme using:
query_posts($query_string . '&cat=-5');Other than this loop modification, no other changes are needed.
Does wordpress provide a way to modify the loop but still use the parent template, or do I have to overwrite the entire author.php just to add this loop modification?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Modify loop in child theme without overwriting parent template?’ is closed to new replies.