NOTICE: This plugin hasn’t been updated for a while (2015) and is no longer supported. We’re keeping it here for historical purposes, I guess. There’s just so many great page builders and shortcode plugins out there that this one became a bit redundant.
DT Plugin Suite is collection of WordPress plugins developed to add functionality to our selection of free Siteturner WordPress themes.
You can download the zip below. Contained in the archive is the DT Features plugin, the DT Testimonials plugin, the DT Projects plugin and the DT People plugin. See below for a detailed explanation of each plugin.
To install, unzip the archive and upload each plugin individually through the WordPress dashboard as you normally would, or upload the contents of the archive to your wp-content/plugins folder.
DT Features
The DT Features plugin gives you the ability to highlight what your product, service or organization has to offer. It’s as easy to use as it is to post content in WordPress. Once the plugin is activated, you will see the section DT Features appear on your Dashboard menu. Here you can add new Features, just as you would add posts and pages to your site.
Each Feature you create allows for an optional image and link. If not needed, you can safely omit either. Jump Right In contains special styling and options for the DT Feature plugin to control how Features are pulled and displayed on the homepage of your site. Once the theme and plugin are installed and activated, you can access these options by navigating to Appearance > Customize. The options are located under the Features Section, and include:
Number of features to show: How many features you want to show on the homepage. In the demo of Jump Right In on DiabloThemes, for example, this is set to 3.
Number of columns: How many columns to display your features in. On our demo for Jump Right In, this is also set to 3. However, you could arrange these in different ways – choose to show 4 features with the above options, and display them in 2 columns, resulting in a two-by-two grid.
Image Size: The size of the image attached to each feature. It’s set by width in px. For precise control, you might consider preparing the images before hand with a external program like Photoshop for best results. On the demo for Jump Right In, our image size is set to 250.
Feature Group: The DT Features gives you the option to create groups and assign them to specific features (for all intents and purposes, this works the same way as categories on regular posts). If you have a specific group of features you want to display on the homepage, you can select it here.
Sort By: The sorting order of the features. The options are No Order, Entry ID, Title, Specified Order (set using the order attribute on each Features edit page) and Random
Enabled Feature Link Button: If you’ve specified an link and URL for the feature, you can optionally display it as an attached button. This is disabled on the Jump Right In Demo.
Link Image & Title: If you’ve specified an optional URL, you can link it to the image and title of the feature.
Title for section: A title for your homepage’s features section. On the Jump Right In demo, for example, this is “Everything You Need; Nothing that you don’t.”.
Although our themes display DT Features on the homepage, if you’d like to add features elsewhere on your site, we’ve included both a shortcode for adding features to Pages and Posts, and an action for adding a features section directly to a template file. Styling of these sections may depend on their placement, or may require a div wrapper and unique class for stylized output.
An example shortcode, with default options:
[dt_features limit="3" columns="3" orderby="menu_order" order="ASC" category="0" link_title="true" enable_button="true" image_size="150"]
An example of the action, with default options:
do_action( 'dt_features', array( 'limit' => 3, 'columns' => 3, 'orderby' => 'menu_order', 'order' => 'ASC', 'category' => 0, 'link_title' => true, 'enable_button' => true, 'image_size' => 250 ) );
DT Features also creates a widget with similar options, should you choose to display some features in a sidebar area.
DT Testimonials
The DT Testimonials plugin gives you the ability to showcase some of the things your customers and clients are saying. Like the DT Features plugin, it’s as easy to use as it is to post content in WordPress. Once the plugin is activated, you will see the section DT Testimonials appear on your Dashboard menu. Here you can add new Testimonials, just as you would add posts and pages to your site.
Each Testimonial you create allows for an optional image (usually of the individual or organization providing the testimonial, the client’s position or company’s description, and a link to their site. If not needed, you can safely omit them.. Jump Right In contains special styling and options for how the DT Testimonials plugin displays testimonials on your homepage. Once the theme and plugin are installed and activated, you can access these options by navigating to Appearance > Customize. The options are located under the Testimonials Section, and include:
Number of testimonials to show: How many testimonials you want to show on the homepage section. In the demo of Jump Right In on DiabloThemes, for example, this is set to 3.
Number of columns: How many columns to display your testimonials in. On our demo for Jump Right In, this is also set to 3. However, you could arrange these in different ways – choose to show 4 features with the above options, and display them in 2 columns, resulting in a two-by-two grid.
Image Size: The size of the image attached to each feature. It’s set by width in px. For precise control, you might consider preparing the images before hand with a external program like Photoshop for best results and to perhaps prevent cutting off a client’s head. On the demo for Jump Right In, our image size is set to 100.
Testimonial Group: The DT Testimonials gives you the option to create groups and assign them to specific testimonials (for all intents and purposes, this works the same way as categories on regular posts). If you have a specific group of testimonials you want to display on the homepage, you can select it here.
Title for section: A title for your homepage’s testimonials section. On the Jump Right In demo, for example, this is “Here’s what people are saying about us”!
Although our themes display DT Testimonials on the homepage, as with the DT Feature plugin, if you’d like to add testimonials elsewhere on your site, we’ve included both a shortcode for adding features to Pages and Posts, and an action for adding a testimonials section directly to a template file. Styling of these sections may depend on their placement, or may require a div wrapper and unique class for stylized output.
An example shortcode, with default options:
[dt_testimonials limit="3" columns="3" category="0" image_size="100"]
An example of the action, with default options:
do_action( 'dt_testimonials', array( 'limit' => 3, 'columns' => 3, 'category' => 0, 'image_size' => 100 ) );
DT Projects
The DT Projects plugin allows you to create projects that can be displayed in a grid-based portfolio. Once the plugin is activated, you will see the section DT Projects appear on your Dashboard menu. Here you can add new Projects, just as you would add posts and pages to your site.
Each Project you create allows for an image, the client, the client’s website URL and the client’s Twitter. If not needed, you can omit them. Jump Right In contains special styling and options for how the DT Projects plugin displays projects on your homepage. Once the theme and plugin are installed and activated, you can access these options by navigating to Appearance > Customize. The options are located under the Projects Section, and include:
Number of projects to show: How many Projects you want to show on the homepage section. In the demo of Jump Right In on DiabloThemes, for example, this is set to 9.
Number of columns: How many columns to display your Projects in. On our demo for Jump Right In, this is set to 3
Title for section: A title for your homepage’s Projects section.
Description for section: A short blurb describing the section.
Although our themes display DT Projects on the homepage, and includes a page template for displaying your projects, as with the DT Features plugin, if you’d like to add projects elsewhere on your site, we’ve included both a shortcode for adding features to Pages and Posts, and an action for adding a projects section directly to a template file. Styling of these sections may depend on their placement, or may require a div wrapper and unique class for stylized output.
An example shortcode, with default options:
[dt_projects limit="9" columns="3" category="0"]
An example of the action, with default options:
do_action( 'dt_projects', array( 'limit' => 3, 'columns' => 3' ) );
DT People
The DT People plugin provides a simple solution for introducing your team to your visitors. Once the plugin is activated, you will see the section DT People appear on your Dashboard menu. Here you can add new people, just as you would add posts and pages to your site.
Each ‘person’ you create allows for an profile photo, an e-mail that will pull the Gravatar if one exists (this will override the attached photo) the person’s position on the team, their website URL and the their Twitter. If not needed, you can omit them any of them. As with the other DT plugins, Jump Right In contains special styling and options for how the DT People plugin displays projects on your homepage. Once the theme and plugin are installed and activated, you can access these options by navigating to Appearance > Customize. The options are located under the People Section, and include:
Number of people to show: How many people you want to show on the homepage section.
Number of columns: How many columns to use for the grid
Title for section: A title for your homepage’s People section.
Description for section: A short blurb describing the section.
Although our themes display DT People on the homepage, and includes a page template for displaying your team, as with other DT similar plugins if you’d like to add projects elsewhere on your site, we’ve included both a shortcode for adding features to Pages and Posts, and an action for adding a projects section directly to a template file. Styling of these sections may depend on their placement, or may require a div wrapper and unique class for stylized output.
An example shortcode, with default options:
[dt_people limit="4" columns="4"]
An example of the action, with default options:
do_action( 'dt_testimonials', array( 'limit' => 3, 'columns' => 3 ) );
I’d like to see some screenshots of DT Features before I install it.