Software Listing of Author : "Billerickson"
- CMS Page Order
- License: Shareware
- Price:


Adds the ability to rearrange the pages with drag and drop. The plugin resembles CMS Tree Page View in many ways, but is designed to look as native as possible, to be used in client projects. There is no plugin branding or donate button. Just pure functionality. For theme developers, there's a filter hook that lets you set the maximum number of levels pages can be nested in. There's also a filter to specify the post types this applies to. See the PHP file for details about this. In Short: Quick and easy drag and drop for rearranging of pages Actions: View, edit, trash and publish (drafts and pending pages) Set the maximum number of nesting levels Set the applicable post types Native looking WPML support Installation Upload the folder cms-page-order to your plugin directory (usually /wp-content/plugins/) Activate the plugin...
- Publisher: billerickson
- Date Released: 19-03-2013
- Download Size: 133 KB
- Download
- Platform: PHP, Scripts
- Display Posts Shortcode
- License: Shareware
- Price:


The Display Posts Shortcode was written to allow users to easily display listings of posts without knowing PHP or editing template files. Add the shortcode in a post or page, and use the arguments to query based on tag, category, post type, and many other possibilities (see the Arguments). I've also added some extra options to display something more than just the title: include_date, include_excerpt, and image_size. See the WordPress Codex for information on using the arguments. The image_size can be set to thumbnail, medium, large (all controlled from Settings > Reading), or a custom image size. Examples [display-posts tag="advanced" posts_per_page="20"] This will list the 20 most recent posts with the tag Advanced. [display-posts tag="advanced" image_size="thumbnail"] This will list the 10 most recent posts tagged Advanced and...
- Publisher: billerickson
- Date Released: 06-04-2013
- Download Size: 10 KB
- Download
- Platform: PHP, Scripts
- Gallery Metabox
- License: Shareware
- Price:


I use the WordPress Gallery a lot on websites I build. It's a wonderful tool, but it's hard to find. Instead of telling clients "Click the first icon next to Upload/Insert, then click the gallery tab", I created this simple plugin to display all the attached images in a metabox. If you're a developer, there's a ton of filters in here to customize it specifically to your needs: <!--code1--><!--ecode1-->be_gallery_metabox_post_types<!--code2--><!--ecode2--> is an array of post types the metabox should be visible on. Default: array( 'post', 'page' )
- Publisher: billerickson
- Date Released: 26-01-2013
- Download Size: 10 KB
- Download
- Platform: PHP, Scripts
- Image Override
- License: Shareware
- Price:


When you upload an image, WordPress will automatically scale/crop it to many different sizes. If you're not happy with the auto-crops, use this plugin to upload an alternative image. If you have images showing up in your theme already, there's nothing you need to do after activating this plugin. All WordPress functions that provide the thumbnail should now automatically work with your override image. This plugin will add a metabox to every post type and allow you to modify every image size (built-in and custom ones added using add_image_size). You can use two filters to change these (image_override_post_types and image_override_sizes). For examples, see the Image Override Plugin website. Installation Upload the image-override folder to your /wp-content/plugins/ directory Activate the "Image Override" plugin in your WordPress...
- Publisher: billerickson
- Date Released: 01-02-2013
- Download Size: 72 KB
- Download
- Platform: PHP, Scripts
