Tagged Questions
0
votes
2answers
115 views
Child Category Image
I have some code that display's the titles of my child category posts on one of my pages:
<?php
$parent = get_cat_ID("photos");
$cats = get_categories('child_of='.$parent);
foreach ...