Posts by Guilherme Mo • 3 points
3 posts
-
0
votes1
answer63
viewsA: How to create a pagination for Attachments in Wordpress
Well, for those who need to make a gallery like mine the only way I found to make this pagination was with a plugin calling "Media Library Assistant", then I just had to exchange all that code for:…
-
0
votes1
answer63
viewsQ: How to create a pagination for Attachments in Wordpress
Well, if someone knows how to create a pagination for a page that displays the images added in Wordpress, I would appreciate the help, the code I’m using is as follows: <?php $paged = (…
-
0
votes1
answer33
viewsQ: Set amount of returns per function that filters JSON
I have the following code to filter one JSON, it works perfectly, the only problem I’m having is to choose the number of results displayed. (currently only displays a single result). var elemento =…