I have problem. <?php query_posts('category_name=events&posts_per_page=2&offset=1'); ?> <?php while (have_posts()) : the_post(); ?> <div> <?php $children = get_categories('child_of=3'); foreach ($children as $child) { $child ...
  • May 19, 2022
  • 0 Comments