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
How to upgrade XAMPP in Windows? PHP 5 to 7 version
I am going to share a complete solution to help people out with updating XAMPP in Windows. Let's start step by step guide to upgrade...
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...
Basic functions generally used in WordPress
1. is_page() :- Condition for check if page is displayed. Its return true or false. 2. is_category() :- Condition for check if c...
Pagination function in wordpress for posts
Put this code in functions.php file <?php if ( ! function_exists( 'wp_pagination' ) ) : function wp_pagination () { glo...
PHP random string generator function
function generateRandomString ( $length = 10 ) { $characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ...
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...
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...
How to Insert data into table from excel file in php
How to Insert data into table from excel file in php Step 1:- Open an excel file and save as "Excel Data" text file and in bel...
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 ...
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...
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. ...