This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Slide Posts with Ajax Pagination

Description

With this plugin one can easily convert a wordpress posts category into a slideshow of images or just slide through the pages of a category without reloading the pages.
This can allow you to integrate a small gallery and show posts in a grid layout with their featured images. You can show the plugin inside a particular page or post without writing a single line of code. Simply specify the desired category and number of post shown per page from the settings page of the plugin under “Settings” > “SlidePosts”. If the plugin is used as a gallery each post of the category should have a featured image.

Screenshots

  • Admin screen.

Installation

Upload the files of the plugin inside a slideposts-ajax-pagination folder to the /wp-content/plugins/ directory.

Activate the plugin through the ‘Plugins’ menu in WordPress.

You will find ‘SlidePosts’ submenu in your WordPress > Settings admin panel.
In the plugin settings page you should specify the category slug name and the number of post shown per page. Each post in the specified category with “published” status will be included.
The posts can be shown as a grid of thumbnails – showing the featured images and titles of the post on hover state.

Keep in mind that when SlidePosts is in gallery layout the thumbnails of the featured images is used – so it is recommended to set the minimum thumbnail size to be bigger – 300-400px is large enough. The Thumbnail size can be set from Media Settings in “Settings” > “Media”.

To insert the SlidePosts content into your post or page, copy the shortcode [postslist] and paste it into the post/page content.
To embed the plugin into template file you will need to pass the shortcode into do_shortcode() function and display its output like this:

The shortcode will load posts from custom category specified in the plugin settings page.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Slide Posts with Ajax Pagination” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.0

Adds posts from custom category with ajax pagination