Main Content
Welcome to WPSnacks.com – Your source for WordPress Tips and Tutorials
WordPress Tips, Code Snippets, Tutorials, Theme Help, and lots of other WordPress How To Guides to help you get the most out of your WordPress site or blog.
Browse through our available tips, code snippets, and tutorials using the menu or search form above to find some helpful information to help improve your WordPress website.
Code Snippets
Recently at the Blog
How to disable the visual editor in WordPress when editing pages or posts
On your WordPress website you may want to disable the visual editor when you are editing page or posts on the website. That would be something you may want to do if you want to use the text or html editor. Disable visual editor in WordPress From the WordPress admin left menu you can click […]
How to update the shop page title on WooCommerce on WordPress
If you are using WooCommerce for the ecommerce store on your WordPress website you may want to update the shop page title to a different title. You can do that without a plugin if you then add this code to your functions.php file. We recommend that you backup your WordPress website before you make updates […]
How to hide the product count in category list view on WooCommerce on WordPress
When you use WooCommerce for the ecommerce on your WordPress website you may want to hide the product count in the category list view on the website. To do that without a plugin you can then add this code to your functions.php file. We recommend that you backup your WordPress website before you make updates […]
How to update the out of stock text with custom text on WooCommerce on WordPress
If you are using WooCommerce for the ecommerce on your WordPress website you may want to update the out of stock text to different custom text like sold or something like that. To do that without a plugin you can then add this code to your functions.php file. We recommend that you backup your WordPress […]
How to allow shortcodes in product excerpts on WooCommerce on WordPress
On your WordPress website that uses WooCommerce for ecommerce you may want to allow shortcodes in the product excerpts on there. To do that without a plugin you can then add this code to your functions.php file. You may want to backup your WordPress website before you make updates the file on there. Update to […]
How to turn off pingbacks and trackbacks for your WordPress website without a plugin