Tagged Questions
0
votes
1answer
413 views
Media library only show 2 items per page?
For some reason WordPress media manager is only showing 2 images per page? This is happening on 2 separate sites now and I can't get rid of it.
Is there a way to manipulate items per page for the ...
0
votes
2answers
313 views
How can I paginate results from get_children
I followed this method of getting images from the media library.
// get the first image attached to the current post
function aldenta_get_post_image($size = 'thumbnail') {
global $post;
...