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
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...
Wordress
WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at...
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...
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 ...
Displaying database records in unordered list format
Just keep a counter, increment it in the loop, and if it's an odd number set class to odd, if even set class to even. $result = ...
PHP random string generator function
function generateRandomString ( $length = 10 ) { $characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ...
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...
Form validation of numeric characters
You need to test for the negation of the Regular Expressions because you want the validation to alert upon failure, (is_valid = !/^[0-9]+$...
Disable Plugin and Theme Update and Installation
If you really want to disable Updates and Installations, you can block users from installing/updating themes and plugins through the dashbo...
How to get working website path & directory name?
Hi, in this tutorial we will discuss on current website url and current / working directory name First you can get the name of the websit...
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. ...