Intro To Blogger. Blogger is an awesome blog publishing software service that allows multi-user blogging accounts. Generally speaking, the blog is hosted by Google as a subdomain of blogspot.com. Blogs can also be hosted under custom domains owned by the registered blogger. And a user can have up to 100 blogs per account. If you already […]
read moreWordPress uses different templates for pages on your site. If you have a page.php template in your theme, that will be used to display your pages. If you have a single.php, that will be used to display your single posts. index.php or home.php would display your home page, or page.php if you have a certain […]
read moreWhen creating a WordPress site for a client it maybe needed to turn off the update / upgrade notifications in the admin panel avoiding potential problems with updating plugin’s and the WordPress Core. Example Reasons to do this The current theme may not be compatible with a later version of WordPress. Some old plugin’s may […]
read moreCode Snippets is an easy, clean and simple way to add code snippets to your site. It removes the need to add custom snippets to your theme’s functions.php file. Get the plugin here
read moreSometimes it is needed to remove the Admin bar at the top of each page when you are logged in to WordPress. Examples A user / subscriber is logged in. While theming to see content at the top of the page. Its a pain in the A**. To do this we can add a snippet […]
read moreDisable the Emojicons for your WordPress site / theme Since the release of version 4.2 , WordPress now allows you to add new Emojicons to your posts. WordPress Codex: Introduction To Emoji Emojis are the tiny icons or smileys used on the internet. Originating from Japan, Emoji have made their way into the unicode character […]
read more