Title: shortcode su_posts
Last modified: August 30, 2016

---

# shortcode su_posts

 *  [ozonia](https://wordpress.org/support/users/ozonia/)
 * (@ozonia)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/shortcode-su_posts/)
 * Hi
 * How I can get it to display at the end of the post shown paging link ( to see
   the next post) ?
 * I’m using this code and I’ve a lot of posts.
    [su_posts posts_per_page=”3″ tax_term
   =”21″ order=”desc”]
 * Regards.
 * [https://wordpress.org/plugins/shortcodes-ultimate/](https://wordpress.org/plugins/shortcodes-ultimate/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [kinna28](https://wordpress.org/support/users/kinna28/)
 * (@kinna28)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/shortcode-su_posts/#post-6431414)
 * Add this to the bottom of your blog page’s layout PHP file:
    [https://codex.wordpress.org/Next_and_Previous_Links](https://codex.wordpress.org/Next_and_Previous_Links)
 *  Thread Starter [ozonia](https://wordpress.org/support/users/ozonia/)
 * (@ozonia)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/shortcode-su_posts/#post-6431415)
 * Quizás quisiste decir: Estoy utilizando el shortcode “[su posts posts_per_page
   =”3″ tax term=”21″ order=”desc”]” en una página (predeterminada del tema). Si
   agrego el código desde el editor de WordPress, no funciona. Supongo que lo mejor
   será crear una función en el functions.php del child theme y enlazarla a un shortcode,¿
   no crees? A ver si el autor del plugin puede ofrecer otra solución más cómoda,
   como un parámetro en el shortcode que habilite una barra de navegación entre 
   los artículos.
 * I am using the shortcode “[su_posts posts_per_page =” 3 “tax_term =” 21 “order
   =” desc “]” in a (default theme) page.
 * If I add the code from the WordPress editor, not working.
 * I guess we’d better create a function in functions.php of child theme and link
   it to a shortcode, do not you think?
 * See if the plugin author can offer a more convenient solution, as a parameter
   in the shortcode that enables a navigation bar between items.
 * Regards.
 *  Thread Starter [ozonia](https://wordpress.org/support/users/ozonia/)
 * (@ozonia)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/shortcode-su_posts/#post-6431416)
 * I inserted this function in functions.php nor show him the navigation links:
 *     ```
       function shortcode_navegaposts(){
       return posts_nav_link();
       }
       add_shortcode('navegaposts','shortcode_navegaposts');
       ```
   
 * And the shortcode [navegaposts] into the page.
 * can anybody help me?
 * regards.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘shortcode su_posts’ is closed to new replies.

 * ![](https://ps.w.org/shortcodes-ultimate/assets/icon-256x256.gif?rev=2547563)
 * [WP Shortcodes Plugin — Shortcodes Ultimate](https://wordpress.org/plugins/shortcodes-ultimate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shortcodes-ultimate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shortcodes-ultimate/)
 * [Active Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shortcodes-ultimate/reviews/)

## Tags

 * [su_posts](https://wordpress.org/support/topic-tag/su_posts/)

 * 3 replies
 * 2 participants
 * Last reply from: [ozonia](https://wordpress.org/support/users/ozonia/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/shortcode-su_posts/#post-6431416)
 * Status: not resolved