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
Single selection of Drop down listbox onChange
Today's topic is :- The selected option of a drop down listbox by using onChange event trigger. The onChange event will trigger 1 Java...
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 ...
Multiple selection of Drop down listbox onChange
Multiple selection of a drop down listbox by using onChange event trigger. HTML CODE <select id=p1 name=no_year onChange="sho...
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...
Test Credit Card Account Numbers for Test Payments
Test Credit Card Account Numbers While testing, use only the credit card numbers listed here. Other numbers produce an error. Expirati...
Scroll to the Bottom and Top of a page with jQuery
This Javascript code will scroll the page bottom $( 'html, body' ).animate({scrollTop:$(document).height()}, 'fast' ); ...
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...
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]+$...
PHP random string generator function
function generateRandomString ( $length = 10 ) { $characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ...
Pagination function in wordpress for posts
Put this code in functions.php file <?php if ( ! function_exists( 'wp_pagination' ) ) : function wp_pagination () { glo...
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. ...