Plugin info

Total downloads: 1,347
Active installs: 10
Total reviews: 1
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 2/20/2015 (4015 days ago)
Added to WordPress: 8/28/2014 (11 years old)
Minimum WordPress version: 3
Tested up to WordPress version: 4.1.37
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4015 days ago • 1 reviews

22/100

Is My Custom Theme Values abandoned?

Possibly abandoned (last update 4015 days ago).

Compatibility

Requires WordPress: 3
Tested up to: 4.1.37
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

This plugin will provide user to use the custom dynamic values anywhere on the site by editing code OR by simply using short code that you can see the details on the plug-in setting page.

Installation

  1. Upload custom-theme-values.zip to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Now need to go on Theme Setting page and add your content.
    After saving all your values in plug-in setting page, use echo get_option( ‘my_value’ )[0]; in code to render value in frontend OR Use short code [get-my-values key=”my_value(0)”] in posts and pages to render values.
    You can also use short code button that appears on post and page editor.

Frequently Asked Questions

If you have any query just drop me a message on [email protected].

Review feed

No reviews available

Screenshots

  1. Plugin settings page.

    Plugin settings page.

  2. Post Shortcode and TinyMCE Button for Shortcode.

    Post Shortcode and TinyMCE Button for Shortcode.

Changelog

1.1

  • New feature: Adds the button of short code on editor of posts and pages.
  • Fix Code: Fix the code to work on php 4 and 5 both.
  • Add file: Add new javascript file named as ‘editor_sc.js’ and updated the icon image.