Posts search – categories
By default, the WordPress search engine only searches the titles and content of the posts. In order to include the category of the post in the search, the two following …
Read MoreWordpress && WooCommerce Tips and Tricks
By default, the WordPress search engine only searches the titles and content of the posts. In order to include the category of the post in the search, the two following …
Read MoreTo remove the meta generator tag from the page header, add the following code in the functions.php: View the code on Gist.
Read MoreBy default, WordPress does not execute shortcodes in text widgets. To enable this function, simply add one line of code to the theme’s functions.php. View the code on Gist.
Read MoreTo use Flexible SSL in Cloudflare for WordPress, add the following code to the wp-config.php file. Add this code before `/* That’s all, stop editing! Happy blogging. */`. View the …
Read More