Categories
We've found 46 snippets by Jenson
Redirect WooCommerce User to Checkout Page After Add to Cart
Use this snipper to redirect WooCommerce user to checkout page after adding a...
Disable Content Editor for Specific Page Template
To disable content editor on a specific page template, you can use this WordP...
Change WordPress Email Content Type to HTML Instead of Text
You will require to change WordPress email content type to HTML to be able to...
Quickly Enable Debug Mode On WordPress Website When Needed
To enable debug mode on your WordPress website quickly, you can use this litt...
Add Custom Image Sizes Into WordPress Media Library
This code snippet will allow you to add pre-defined custom image sizes to med...
Get A List Of All Custom Page Templates in WordPress
If you want to get a list of all custom page templates that currently exist o...
Display Upcoming Posts in WordPress Without a Plugin
To display upcoming posts on your website sidebar, you can run a WP_Query to ...
Load Contact Form 7 Scripts & Styles Only When Needed
Contact Form 7 script and styles are included on every page which makes websi...
Add Social Sharing Buttons to Posts in WordPress
Most of the plugins to add social sharing buttons are either complicated or b...
Display Random Post From Specific Categories
With WP_Query function we can interact with database and fetch articles on a ...
Change Refresh Interval of WordPress RSS Widget
WordPress RSS Widget cache feeds for 43200 seconds, equivalent to 12 hours bu...
Reset Forgotten WordPress Admin Password
There is many ways to reset WordPress admin password. I have added couple of ...