Based on this previous WPSE question:
I tried a limit of 10 files, but it did not work:
if ( count( get_posts( "post_type=attachment&post_parent={$post_id}" ) ) > 10 )
How to limit it to 10 images?
Thanks
|
Based on this previous WPSE question: I tried a limit of 10 files, but it did not work:
How to limit it to 10 images? Thanks |
||||
|
|
|
here you go:
this will return you upto 10 posts. |
|||||
|