How to use pagination in archive
-
Hello,
I want to create a pagination on a archive page.
I had already created the template inside of the pods template<!--+++++++++++PORTFOLIO ITEM+++++++++++--> <div class="portfolio oceans terres atmosphere" style="display: inline-block;" data-bound=""> <div class="item_paysage"> <a class="item_link" a href="?p={@ID}"> <div class="vignette"> <div class="substitute_img fa fa-users"></div> <!--<img class="masque" src="https://wordpress.localhost/wp-content/themes/ipsltheme/ipsl/img/masque_paysage.png" alt="Masque IPSL"> --> <img class="masque noprint" src='[masque name="portrait"]' alt="Marque IPSL"> </div> </a> <figcaption> <div class="img_title">{@post_title}</div> <div class="propos_img">{@ezdescription} </div> </figcaption> <button class="btn nuance-1"><a href="?p={@ID}"><span class="btn_title">Voir l'offre</span></a></button> <!--<button class="btn nuance-1"><a href="#"><i class="fa ipsl_sphere"></i></a><span class="btn_action">Site dédié</span></button>--> </div> </div> <!--FIN PORTFOLIO ITEM-->
Then I created a new page and add the shortcode :
[pods name="emploi" pagination=”true” orderby="eznaturecontrat.post_name desc, post_date desc" template="archive_template_emploi" limit="5" where="t.post_status in('publish')" ]
But I can’t see the pagination on my page, what did I missed please ?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘How to use pagination in archive’ is closed to new replies.