Tag: wp
Change Posts Order with Post Types Order
WordPress displays posts and pages in order of the date published and changing that order can be frustrated. Easy solution to change posts order is by using this plugin, Post Type Order.
WordPress: Shortcode in Custom Field
Normally wordpress does not run shortcode that you put into a custom field. By default, Custom Fields display whatever value you enter, as plain-text, so if you try entering a shortcode, (in the format [shortcode] VALUE [/shortcode]) you’ll end up displaying the entire text, including the tags. Add the following in your template file, it…
WordPress: Disable All Shortcodes from the_content
The following code snippet will remove ALL shortcodes from the_content Add the following code snippet to the functions.php of your theme You can disable shortcodes from particular page, e.g Home Page