Create Custom blog page or insert posts in any page as carousel or masonry blocks. Category ids can be filtered, means you can display posts from specific category or categories only. To start follow the steps bellow

1. Open the recent posts shortcode.
2. Select or fill in desired options

Category Id (optional)  :  Add ids of categories to filter, keep it blank for all categories (single or comma separated)
Number of item  :  Specify the number of recent posts to show.
Number of columns  :  Specify number of columns.
Show/hide item category labels  :  Show or hide category levels.
Show as carousel  : Show as carousel or masonry blocks

3 Column Carousel Example :

[tx_blog items=”6″ columns=”3″ showcat=”hide” category_id=”” carousel=”yes”] [tx_spacer size=”16″]

2 Column 4 Posts Masonry with pagination Example :

[tx_blog items=”4″ columns=”2″ showcat=”show” category_id=”” show_pagination=”yes” carousel=”no”] [tx_spacer size=”16″]

3 Column 6 Item Masonry Example :

[tx_blog items=”6″ columns=”3″ showcat=”hide” category_id=”” carousel=”no”]

25 Replies to “Posts (Recent Posts)”

    1. Try adding following lines of CSS code in “Appearance” > “Customize” > “Layout Options” > “Additional Style”

      .tx-post-content .tx-meta .tx-author {
      display: none;
      }

  1. Solved! It was an issue with the Jetpack plugin: the Photon component of this plugin adds an i2.wp.com or i0.wp.com prefix to all my image url. Disabling Photon component in the Jetpack plugin solves!

    1. there could be 2 reasons.

      1. you have your upload folder outside wordpress installation
      2. you have no GD Library installed.

  2. Hi, what is the short code to insert the posts carousel in a page? For example, for inserting the portfolio I used the code [tx_portfolio items=”6″ columns=”4″ hide_cat=”no” carousel=”yes”].

    Thanks
    Flavio

  3. Hey, i got this plugin 6 months ago and everything was perfect, but now the featured image is not displayed anymore … :/ there is a little square there and if i press on it the image going large, but the preview is empty :/ .

Leave a Reply to Zurik Cancel reply

Your email address will not be published. Required fields are marked *