
- #Wordpress display menu using shortcode full version
- #Wordpress display menu using shortcode full
- #Wordpress display menu using shortcode plus
Include the shortcode attributes on wrapper filter.
If you display the full content of results, additional uses of the shortcode within those posts are now turned off. Add ‘exclude_current’ parameter for excluding the current post from the results. Exclude child pages with post_parent=”0″. Fix an issue with manually specified excerpts. Add support for excerpt_length parameter. Add support for multiple wrapper classes. * Fix issue with manually specified excerpts * Fixed undefined variable notice if include_title=”false” * More improvements to excerpts, see #110 * Fixed private post visibility, more information * Removed shortcodes from custom excerpts, more information * Added a filter to display the full version of manual excerpt, regardless of excerpt_length. * Added parameter to exclude children terms in tax queries, more information
* Added support for Co-Authors Plus Addon. * Fixed issue combining multiple taxonomies, see #131 * Fixed category display when using multiple post types, see #143 * Added include_link=”false” to remove link from post title and image, see #137
* Shortcode title now appears above the wrapper (ul/ol/div), fixing invalid markup, see #165 * New parameter include_date_modified for displaying the date the post was last updated, see #150
* New parameter category_id for specifying category by ID (note: only accepts a single ID), see #156 * New parameter exclude for excluding specific post IDs, see #154 * In parameters that support multiple terms, they can now be separated with a comma or comma-space, see #183 * Now excerpt_more text is always appended to end of excerpt, see #197 excerpt-more class to excerpt more text, see #205 * $dps_listing loop now accessible in open/close filters * $dps_listing loop now accessible globally, see #198 * Added additional parameters to the display_posts_shortcode_category_display filter, see #185 * Added additional parameters to the display_posts_shortcode_output filter * Added excerpt_dash=”false” option to disable dash in excerpt, see #204 * Added post_parent_in and post_parent_not_in parameters, see #193 * Added date_format=”relative” format option (ex: 2 days ago), see #194 * Added s parameter for performing a site search, see #184 * Prevent empty empty parameters from being added to the query, see #207 * Don’t display empty term list, see #208 * Updated plugin to pass coding standards, see #214 * Added pre_display_posts_shortcode_output filter before shortcode runs, used for transient caching, see #210
Display Posts Shortcode Remote – display posts from a remote WordPress site utilizing the WP REST API. DPS Pinch Zoomer – adds support pinch zooming post images on mobile devices and mouse wheel zooming on desktops. DPS Exclude Sticky – exclude sticky posts unless specifically requested. Columns Extension – display posts in columns. Co-Authors Plus Addon – multiple authors on posts. Display Posts – Transient Cache – Cache the output using transients. Display Posts – Alpha View – Display an alphabetical listing of your content, broken down by letter. Display Posts – Date View – Lets you break your content down by month or year. Display Posts – Pagination – Allow results of Display Posts to be paginated. Filters for even more powerful customizations for developers. Output filter for complete control over how the listing looks on your site. Template parts for Display Posts to perfectly match your theme’s post listings. Display parameters determine how the posts appear (title, excerpt, image…). Query parameters for customizing which posts are listed (filter by category, tag, date…). Our tutorials cover common customization requests, and are updated often. If your plugin is not listed here, submit a support request and I’ll add it! Here are tutorials for popular event calendar plugins. Each plugin will require slightly different code. You can easily list upcoming events from any event calendar. You can use any image size added by WordPress (thumbnail, medium, medium_large, large) OR any custom image size added by your theme or other plugins.īy default the listing will list the newest content first, but you can order by title, menu order, relevance, content type, metadata, and more. The display parameters let you control what information is displayed for each post. You can also list most popular posts by social shares. If you want to feature the posts with the most comments, use: You can highlight your popular content in multiple ways. You can create a great looking, column-based grid of posts with a bit of styling. To only show posts within a certain category, use the category parameter: Start by adding this shortcode in the content editor to display a list of your most recent posts: Display Posts allows you easily list content from all across your website.