BNS Theme Details
Displays theme specific details such as download count, last update, author, etc.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3552 days ago • 1 reviews
Is BNS Theme Details abandoned?
Possibly abandoned (last update 3552 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
This plugin can be used to display the recent download count of a theme, as well as various other details such as the author and when it was last updated. It also includes a link to the WordPress Theme repository if it exists.
* Copyright 2014-2015 Edward Caissie (email : [email protected])
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2,
as published by the Free Software Foundation.
You may NOT assume that you can use any other version of the GPL.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
The license for this software can also likely be found here:
http://www.gnu.org/licenses/gpl-2.0.html
Installation
- Go to ‘Plugins’ menu under your Dashboard
- Click on the ‘Add New’ link
- Search for BNS Theme Details
- Install.
- Activate through the ‘Plugins’ menu.
- Place the BNS Theme Details widget appropriately in the Appearance > Widgets section of the dashboard; or use the default
[ bns_theme_details ]shortcode (without the spaces) in a page or post.
Reading this article for further assistance with plugin installation: http://wpfirstaid.com/2009/12/plugin-installation/
/** —- */
Shortcode Usage:
[ bns_theme_details ]– this is the default (less the spaces) which will display the current active theme on the site (provided it is hosted on the WordPress repository).
Shortcode parameters (and their defaults):
title => __return_null()… returns nothingtheme_slug => wp_get_theme()->get_template()… uses the current theme; the theme name can also be used in place of its slug provided they are similaruse_screenshot_link => true… displays main screenshotshow_name => true… displays the theme nameshow_author => true… displays the author nameshow_last_updated => true… displays when the theme was last updatedshow_current_version => true… displays the current theme versionshow_rating => true… displays the current “star” rating of the themeshow_number_of_ratings => true… displays the number of ratings the theme has receivedshow_description => true… displays theme description (this is false by default in the widget section)show_downloaded_count => true… displays the total download countuse_download_link => true… displays a download link pointing to the current version of the theme in the WordPress Theme repositoryshow_changelog => true… displays the contents of the theme’schangelog.txtfile if it exists
Frequently Asked Questions
Q: Why am I not seeing any Theme Details?
This plugin currently only handles those themes that can be found in the WordPress Theme repository.
Review feed
Screenshots
Changelog
0.4.1
- Released August 2015
- Updated to use PHP5 constructor objects
0.4
- Released December 2014
- Added “in plugin update message” functionality
- Added changelog to output (requires theme to use
changelog.txtfile) - Added enqueue statement for scripts and styles
- Added CONSTANTS for “DRY” purposes and customization paths
- Added more specificity to the output for more finely tuned styles
- Added plugin “icon” assets
- Change sanity check to ensure
$theme_slugis not empty versus notnull - Corrected shortcode filter reference to indicate
bns_theme_details - Corrected conditional statements (changed
===to==) - Modified
textdomainto use full plugin slugbns-theme-details - Spice things up by leveraging BNS Inline Asides to minimize the Changelog display
- Switched order of “Theme Name and Author” with the “Screenshot”
- Updated required version to 3.6 in reference to the shortcode filter option
- Updated
exit_messageif WordPress version is too low - Wrapped
<img />tag in a<p />tag for better display compatibility
0.3
- Released February 2014
- Correct shortcode parameters not recognizing boolean checks
0.2
- Released February 2014
- Added theme description to output
0.1
- Initial release – February 2014