GHOST PHP
Home
About
Contact Us
Sangwan Pankaj
Reply
23:20
Add this line for instance into functions.php of your theme and you can run shortcodes in widgets.
add_filter('widget_text', 'do_shortcode');
Thats it!
Labels:
Wordpress
Email This
BlogThis!
Share to X
Share to Facebook
Related Posts
Wordpress
5071265147100427610
Post a Comment
Newer Post
Older Post
Home
item
Copyright by GhostPHP. Powered by
Blogger
.
Search
Recent Post
Labels
array
cell
copyright
Credit Card
Database
date
disable
editor
email
Form
Functions
functions.php
getRow
gmail
Hash Password
HTML
Input Field
is_home()
Javascript
jQuery
local machine
localhost
MySql
onClick function
onkeyup
Online Payments
Opencart
PHP
php 5
php.ini
php7
plugin
row values
smtp
split
table
Test Payments
the_content
the_excerpt
theme
updates
validateForm
validation
Wordpress
xampp
Popular Posts
onClick get row values from Html table
How can You get table cell values and cells text boxes values?That means getting childNodes values using java script.This is easy using ...
Enable Send Email in XAMPP (localhost)
In this tutorial, i will share how to send Email from XAMPP (PHP). i use XAMPP 1.8.1 version .This has been tested by me and it worked. L...
Limit Words and Characters in content WordPress
add_filter('the_content', 'trim_content'); // This function use to modify you content functions function trim_content($c...
Install Opencart with easy steps
Install Opencart with easy steps Click on this link to download opencart setup file Download Opencart download a stable version of ope...
Create Custom Widget in Wordpress
we will create a simple widget,See this code and then paste it in your site-specific plugin or functions.php file to see it in action. ...
Automatically Update Your Copyright Notice in Wordpress
Here, we are going to explain how to update copyright notice automatically in Wordpress. If you ever noticed that most of the websites forgo...
is_home() is not working in functions.php
At the time functions.php is included during bootup, WordPress has no idea on the contents of the query, and doesn't know the nature of...
Disable Wordpress Updates
To disable the update in WordPress First open functions.php file and write these lines in functions.php of your theme folder. To Disabl...
PHP Interview Quertions for Experience
PHP-Mysql Interview Questions Q:1 How can we submit a form without a submit button? A:1 The main idea behind this is to use Java s...
(no title)
PHP is a server side scripting language. No, it is no the same as HTML. HTML is simply intended to display websites. PHP allows...
Follow us
Blog Archive
►
2020
(1)
►
October
(1)
►
2018
(3)
►
June
(1)
►
May
(2)
►
2017
(2)
►
December
(1)
►
January
(1)
►
2015
(7)
►
December
(2)
►
June
(2)
►
April
(1)
►
March
(1)
►
February
(1)
▼
2014
(20)
►
November
(2)
►
October
(2)
►
August
(2)
►
July
(3)
►
June
(1)
►
May
(5)
▼
March
(5)
Get current user data in wordpress
Add Field to General Settings Page in Wordpress
Add this line for instance into functions.php of ...
Wordress
PHP is a server side scripting language. ...