The get-children tag has no wiki summary.
2
votes
1answer
245 views
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 to paginate the results. I am using get_children but now I'm wondering if my method of ...
0
votes
1answer
13 views
get_children - wp_get_attachment_image
I explain my problem:
I create a post with an image
get_children - wp_get_attachment_image functions returns that image
I delete post image and add a different one
get_children - ...
0
votes
1answer
196 views
Sort get_children by menu_order
I'm using the jQuery Carousel Gallery and unfortunately it's not working with WP's new v3.5 gallery ordering. When the client drags to rearrange images, those changes are not reflected in the ...
0
votes
1answer
99 views
List direct children of page
I am currently using the following function to list the children of a page, however the function recursively finds children of the children and I only want to list the direct children of ...
-1
votes
1answer
194 views
get_category_children/ the new get_term_children not work
I have a custom Walker for a Advanced Search, that outputs the categories for multiple search by categories in checkbox. The Problem here is, that i use the get_category_children for the children ...