Posts Block Lite

plugin banner

A block that displays posts in a list, grid or carousel.

Author:Troy Templeman (profile at wordpress.org)
WordPress version required:6.0
WordPress version tested:6.6.2
Plugin version:0.1.3
Added to WordPress repository:15-09-2024
Last updated:24-09-2024
Rating, %:0
Rated by:0
Plugin URI:https://github.com/troytempleman/posts-block-...
Total downloads:145
plugin download
Click to start download

Posts Block Lite adds a Posts block to the block editor inserter that can be added to display posts in a list, grid or carousel.

Upgrade to Pro at https://troytempleman.com/wordpress/blocks/posts-block/.

Features

  • Responsive
  • Settings
    • Block alignment
    • Layout
    • List
    • Grid
    • Carousel
    • Text alignment
    • Post type [Pro]
    • Number of posts
    • Order by
    • Order
    • Number of columns
    • Column gutter width
    • Display featured image
    • Display title
    • Add heading to title
    • Title heading
    • Display author
    • Display date
    • Display excerpt
    • Maximum number of words in excerpt
    • Display content
    • Display link
    • Link text
    • Carousel
    • Display dots
    • Display arrows
    • Infinite
    • Speed
    • Slides to show
    • Slides to scroll
  • Styles
    • Color
      • Text
      • Background
      • Link
      • Carousel dots [Pro]
      • Carousel dots hover [Pro]
      • Carousel arrows [Pro]
      • Carousel arrows hover [Pro]
    • Typography
      • Font family
      • Font size
      • Appearance
      • Line height
      • Letter spacing
      • Text decoration
      • Letter case
    • Dimensions
      • Padding
      • Margin
      • List post padding [Pro]
      • List post margin [Pro]
      • Grid post padding [Pro]
      • Grid post margin [Pro]
      • Carousel post padding [Pro]
      • Carousel post margin [Pro]
      • Featured image padding [Pro]
      • Featured image margin [Pro]
      • Title padding [Pro]
      • Title margin [Pro]
      • Meta padding [Pro]
      • Meta margin [Pro]
      • Excerpt padding [Pro]
      • Excerpt margin [Pro]
      • Content padding [Pro]
      • Content margin [Pro]
      • Link padding [Pro]
      • Link margin [Pro]
  • Variations [Pro]
    • List [Pro]
    • Grid [Pro]
    • Carousel [Pro]

Demo

https://troytempleman.com/wordpress/blocks/posts-block/

HTML

Posts Block Lite will output a Posts block with the following HTML structure:

<ul class="wp-block-tt-posts wp-block-tt-posts-6">
    <li class="wp-block-tt-posts-post">
        <div class="wp-block-tt-posts-post-featured-image”>
            <img class=“wp-block-tt-posts-post-thumbnail” src=“#”>
        </div>
        <h3 class="wp-block-tt-posts-post-title">
            <a href=“#”>Title</a>
        </h3>
        <div class="wp-block-tt-posts-post-meta">
            <span class="wp-block-tt-posts-post-meta-date">Posted <time class="wp-block-tt-posts-post-meta-date-time" datetime="2023-11-01T12:00:00+00:00">November 1, 2023</time></span>
        </div>
        <div class="wp-block-tt-posts-post-excerpt">Excerpt</div>
        <a class="wp-block-tt-posts-post-link" href=“#”>Read more</a>
    </li>
</ul>

Support

If you need help with Posts Block Lite, please submit a ticket on the Support forum.

Donate

If you like Posts Block Lite and would like to support it’s future development, how about buying me a coffee?

Contribute

If you would like to contribute to the development of Posts Block Lite, the repository is located on GitHub.

License

Posts Block Lite is released under the GNU General Public License, version 2 (GPLv2).

Requirements

  • WordPress 6.0 or greater
  • PHP version 7.4 or greater
  • MySQL version 5.7 or greater or MariaDB version 10.3 or greater.

Credits


Screenshots
FAQ
ChangeLog