Linux 软件免费装
Banner图

Posts Table with Search & Sort

开发者 andykeith
barn2media
更新时间 2021年5月9日 00:22
捐献地址: 去捐款
PHP版本: 5.6 及以上
WordPress版本: 5.7.1
版权: GPL-3.0
版权网址: 版权信息

标签

table wordpress table plugin table plugin data-table plugin wordpress table

下载

1.0 1.1.3 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.1 1.1.1 1.1.2 1.1.4 1.1.5 1.2 1.3 1.3.1 1.3.1-v2 1.3.2 1.3.3 1.3.4

详情介绍:

Posts Table with Search & Sort is a WordPress table plugin which helps site owners organize WordPress posts into sortable and filterable tables, making it easy for your audience to find the content they need. Visitors can easily filter content by date, category, tag or author - making this WordPress table plugin highly adaptable to different use cases. https://youtu.be/xCV6WwZXd5M Install this plugin to organize your WordPress posts into simple, searchable, and visibly appealing tables. It includes pagination and responsive layouts for smaller screens as standard. To get started with this WordPress table plugin, simply add the shortcode [posts_data_table] to any page or widget. Posts Table with Search & Sort (free) includes: Posts Table Pro - our premium version adds lots more functionality: View free & pro comparison table WooCommerce Product Table - create product tables from your WooCommerce store: Translations for Posts Table with Search & Sort itself are currently provided for French, Spanish, German and Greek. This data-table plugin is WPML-compatible for content translation, so if you're using WPML, you'll be able to display post tables in whichever language you have set up. We make use of the jQuery DataTables library to power the searching and sorting features. See the demo for examples of the plugin in action, and view the full plugin documentation in our Knowledge Base. How to create your own WordPress Post Tables You can use Posts Table with Search & Sort to display your content in searchable and sortable tables. This has a huge range of use cases, from a simple archive of your posts, to previews of your content, to sorting by author, tags, date, and more. To list blog posts in a table, simply enter the shortcode [posts_data_table] to any WordPress page, post, or text widget. The easiest way to set your columns and other options is on the plugin settings page at Settings > Posts Table With Search & Sort. These global settings will affect all the posts tables throughout your WordPress site. You can also add options directly to the shortcode. This allows you to configure each table individually - for example, in order to show different columns in each table, or to list posts from specific categories. Here are a couple of examples of shortcodes you can use:
  1. List your posts in a table with 4 columns (image, title, content, and date) showing the first 10 words of each post in the content column: [posts_data_table columns='image,title,content,date' content_length="10"]
  2. List posts in a table with with 5 columns (post ID, title, tags, date and author), and sort in ascending date order: [posts_data_table columns='id,title,tags,date,author' sort_by="date" sort_order="asc"]
  3. List posts in a table with rows on one line by using the parameter wrap=false. If selected columns no longer fit in the table, then a "+" icon will appear to the left of each row to allow access to the rest of the data: [posts_data_table wrap="false" rows_per_page="5"]
  4. List posts in a table sortable by any column. If the column does not appear in your table, it will be added as a hidden column at the end, so the ordering still works as expected. This example sorts each post by title. It also shows how to use content_length to set the number of words in the content column: [posts_data_table sort_by="title" columns="date,author,title,content" content_length=5 rows_per_page="5"]
You can see all of these in action on the plugin demo, and do even more with Posts Table Pro, our premium plugin! Popular use cases for Pro take advantage of advanced features, including support for custom post types, advanced filtering, and media embed support, letting you build your own WordPress document library, create a WordPress file manager, or create a WordPress events table. Here's the full list of shortcode parameters you can use for this data-table plugin: You can see some practical examples of how to build your own Post Tables above, and below you'll find a full list of the shortcode parameters you can use to customize the output of your own Posts Tables. Remember, most of these options can also be set globally on the plugin settings page at Settings > Posts Table With Search & Sort: View the full documentation, checkout the demo, and if you need more features have a look at Posts Table Pro. Thank you for using our WordPress table plugin :)

安装:

  1. Upload the plugin files to the /wp-content/plugins/posts-data-table directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Go to Settings > Posts Table With Search & Sort and configure your post tables.
  4. Add the shortcode [posts_data_table] to any page.

屏幕截图:

  • Searching and sorting a posts table.
  • Choose your columns so users can quickly access post information.
  • Sort by any column - this example shows a table sorted by Content.
  • Prevent rows wrapping onto multiple lines - users can expand a row for extra information.
  • The settings page.
  • Upgrade to Posts Table Pro for premium features including custom post types, custom fields, multimedia embeds, and much more.

更新日志:

1.3.4 Release date 22 January 2020 See changelog.txt for more details.