Free YouTube playlists to learn PHP and CSS PHP Basics https://www.youtube.com/watch?v=ymp2YGvz0Qk&list=PL1Cc8fmlMrBaW-PwhG9iEXqdDA9dtZpDd Basics + Advanced
Free YouTube playlists to learn PHP and CSS PHP Basics https://www.youtube.com/watch?v=ymp2YGvz0Qk&list=PL1Cc8fmlMrBaW-PwhG9iEXqdDA9dtZpDd Basics + Advanced
Add this to the footer of your page before the closing </body> <audio style="display:none;" src="<?php echo CPM_BASE_PATH; ?>assets/audio/bg-music.mp3" loop autoplay></audio> For more details, refer the HTML5 Audio guide.
When it comes to web security, housekeeping and maintenance is just as important as proper development. For WordPress, housekeeping should ideally be done at least once every three months. Luckily, maintaining a WordPress website isn’t too hard. Make sure your…
An interview with myself. It was supposed to be published elsewhere, but the publisher bailed. I speak about Blogging, Monetizing and Building Email List.
Add this to wp-config.php define(‘WP_DEBUG’, true); // Enable WP_DEBUG mode define( ‘WP_DEBUG_DISPLAY’, false ); // Hide errors from browser. Set to true if you want to see errors in browsers as well. define( ‘WP_DEBUG_LOG’, true ); // Enable Debug logging to the /wp-content/debug.log…