Set First Image In WordPress Post As The Featured Image
Add the following code to your functions.php file. To run it, simply visit any page on the site – DO NOT USE THIS CODE ON […]
Add the following code to your functions.php file. To run it, simply visit any page on the site – DO NOT USE THIS CODE ON […]
I recently started running into a problem when using XAMPP webserver to develop site locally. Occasionality the MYSQL service wouldn’t start due to a blocked […]
In your functions.php file add in the following code // Customize the content of the custom RSS feed function custom_rss_item($content) { global $post; // Build […]
If you want to add custom formatting to your content but don’t want to have to go into the HTML view and manually type it […]
In order to create a Child theme we need to add a minimum of two files Create a new folder which will hold your child […]