WordPress jQuery is not defined
Are you strungling with jQuery is not defined errors. May this will help! Open up your wp-config.php file and insert the following code along with the other define statements:
Are you strungling with jQuery is not defined errors. May this will help! Open up your wp-config.php file and insert the following code along with the other define statements:
Custom Theme Options To create custom theme options for your WordPress theme. Copy and paste this code into functions.php file Take your Theme Options Values into your theme by:
Do you want Breadcrumbs for your Custom WordPress theme? Just paste the below code into your functions.php Call the breadcrumbs onto your page with the following code: Styling your breadcrumbs into your style.css
Disable Auto Embed Scripts How to stop loading wp-embed.min.js on your site? It’s very crucial to have minimum HTTP request on your site. As a WordPress optimization goal, every blogger should be concern on how their blog loads and user behavior. More HTTP requests means more contents and hence longer page load time. As you see in above […]
The BuddyPress Activity Stream which records all sorts of activities. Blogs posts, new friendships, and blog comments are among the most popular activities recorded. Want to hide yours activities from all activity feeds ? Here is how! Put this code in to your functions.php
How to easily Schedule Cron Job in WordPress In Windows 1) Create new powershell executable (.ps1) 2) Add command(s) to be executed (eg. at C:\HostingSpace\Prot\WordpressChron.ps1) Add define to wp-config above Create new task in task scheduler to run the .ps1 file In Linux 1. We execute commands as root with: 2. We create […]
Update Category Count after database transition in WordPress via SQL query Run the following script in your WP database
Check all products with price under 15. Run this query on phpmyAdmin in your wordpress Database.
Include Post Meta in Search Results In functions.php