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 ...
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. ...
Disable the Plugin and Theme Editor
Access to plugin and theme code is available in the WordPress dashboard. You can do one thing to protect the site from trifile to disable t...
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...
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 ( $ ) ...
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]+$...
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...
PHP random string generator function
function generateRandomString ( $length = 10 ) { $characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ...
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. ...