Linux 软件免费装
Banner图

Slide Posts with Ajax Pagination

开发者 Andrey Raychev
更新时间 2019年12月4日 13:42
捐献地址: 去捐款
PHP版本: 4.1 or higher 及以上
WordPress版本: 5.3
版权: GPL2

标签

post posts gallery shortcode navigation category pagination AJAX thumbnails ajax pagination paging ajax load posts

下载

详情介绍:

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.

安装:

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: <?php echo do_shortcode('[postslist]'); ?> The shortcode will load posts from custom category specified in the plugin settings page.

屏幕截图:

  • Admin screen.

升级注意事项:

1.0 First stable release

更新日志:

1.0.0 Adds posts from custom category with ajax pagination