How can I paginate image attachments in a post?
I have a post with attached images and I was able to display the images but I’m can’t seem to find a way … Read more
I have a post with attached images and I was able to display the images but I’m can’t seem to find a way … Read more
So I am interested in allowing a custom menu to show “in three places: Menu area, Homepage body, and footer” based on the … Read more
I have this weird situation when I deleted two child taxonomies but they still seem to be assigned to their parent. I need … Read more
I’m trying to make a category counter, but it’s not really working. I want to have a common counter of all categories (1168), … Read more
The following creates drop-down lists of my custom taxonomy children, but the order of the output seems to by creation date, not by … Read more
I would like to display a list of child terms according to my current taxonomy. Taxonomy name=”course” Photoshop(=child term) ps-thematic#1(= child child term) … Read more
I’m using isotope to filter a custom post type. But I only want the child taxonomies of 2 particular parents. I have it … Read more
I am trying to use the orderby parameter in the get_children function as below: $navigation = get_children(array( ‘post_parent’ => $parent->ID, ‘orderby’ => ‘menu_order’ … Read more
I want to display term children of a custom taxonomy. Currently, I am able to do this using get_term_children, but using this, it … Read more
I need to tell whether or not the current custom taxonomy archive page I’m viewing has child categories. I’ve got a situation where … Read more