Welcome to Talking HTML, an audio/video internet thing for web developers who are just starting out!     In WordPress always use a child theme.   – Child Themify   – FTP header.php, footer.php, and index.php   – Create a robot.txt file and upload it – helps in seo/search Use this code in a file on its own and name it robot.txt: User-Agent: * Allow: /wp-content/uploads/ Allow: /wp-content/plugins/ Disallow: /readme.html Sitemap: http://www.example.com/post-sitemap.xml Sitemap: http://www.example.com/page-sitemap.xml   Have a basic index.html template   – can be opened in any editor   – makes having to rewrite basic skeleton/frame code null   – consistency across web pages/ other websites…

The post Eps 5: Tips & Tricks – Talking HTML appeared first on Schaffen Creative.