Skip to content

billerickson/dps-columns-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Columns Extension for Display Posts Shortcode

Display posts in 2-6 columns. Example:

[display-posts columns="2"]

Customization

This plugin adds a CSS file for the column classes. You can disable the CSS file if your theme already has column classes, or you created your own column classes and added them to your themes stylesheet.

Add this to your theme's functions.php file:

add_filter( 'dps_columns_extension_include_css', '__return_false' );

Installation

Download the plugin here, then upload it to your website. Plugins > Add New, then click "Upload Plugin" at the top of the page.

About

Add Columns to Display Posts Shortcode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published