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
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' ); ...
Split date string in PHP
split - Split string into array by regular expression for Example : Parse a Date which may b delimited with dots, hypens or slashes- ...
Redirect to another url when back button is clicked using javascript
you can try this to redirect your own url when clicking browser back button <script> jQuery ( document ). ready ( function ( $ ) ...
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]+$...
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...
Pagination function in wordpress for posts
Put this code in functions.php file <?php if ( ! function_exists( 'wp_pagination' ) ) : function wp_pagination () { glo...
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...
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. ...
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...
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. ...