Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1106784
    alexander.fentler
    Participant

    Hi,

    I’ve just tried to implement the “all posts”-feature descirbed here: https://community.theme.co/forums/topic/display-all-posts-and-portfolio-items-shortcode/

    Unfortunately, anything isn’t working, I adapted the child-theme’s functions.php, inserted the shortcode as described, and adapted the global CSS in the customizer. Though, I just see 4 posts on our site.

    The site is http://www.focor.at/focor-box/ and we can provide login information, if necessary 🙂

    Thanks for your help in advance 😀

    #1106863
    Paul R
    Moderator

    Hi,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1117961
    alexander.fentler
    Participant
    This reply has been marked as private.
    #1118425
    Friech
    Moderator

    Hi There,

    Its not practical to show all posts in just one page as it will slow the loading of the page.

    You can use multiple instances of Recent Posts element instead, and offset them with increment of 4.

    That will look like this, if you do it with shortcode.

    [x_recent_posts type="post" count="4" offset="" category="" orientation="horizontal" no_sticky="true" no_image="false" fade="false"]
    [x_recent_posts type="post" count="4" offset="4" category="" orientation="horizontal" no_sticky="true" no_image="false" fade="false"]
    [x_recent_posts type="post" count="4" offset="8" category="" orientation="horizontal" no_sticky="true" no_image="false" fade="false"]
    [x_recent_posts type="post" count="4" offset="12" category="" orientation="horizontal" no_sticky="true" no_image="false" fade="false"]

    Hope it helps, Cheers!

  • <script> jQuery(function($){ $("#no-reply-1106784 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>