How to Add Google Adsense / HTML Codes to Genesis Without A Plugin

genesis_simple_hooks

I've been using Genesis for quite a while and till just a few hours ago, I didn't know I could actually do away with the "Post Layout" plugin I've been using to add Google ads and other codes to properly format my post pages. Over the last few weeks, I've been trying to reduce my number of installed plugins in order to decrease page load time and also CPU usage. From disabling StatPress, Auto Excerpt Everywhere, down to Social Author bio and loads of other plugins, I thought it would be a good idea to use Genesis Hooks and some conditional statements to display ads and other codes instead of relying a third-party plugin I didn't really need. Finally, I was able to display the ads and … [Read more...]

How to Remove @sharethis from Sharethis Twitter Code

via @sharethis twitter handle

I almost removed sharethis code from this blog because each time someone tweets my link, it automatically adds via @sharethis to the tweet. I'm pretty sure most of those using this code would love to remove sharethis handle from their tweets and probably change it to their own Twitter username. Instead of gaining followers for sharethis, using your own Twitter handle when your posts gets tweeted may fetch you a couple of more followers. The buttons are cool though but this is the only problem I had with it. In my quest to fix this, I Googled out a post that eventually helped me do what I wanted. I found this tweak on Udegbunam Chkwudi's blog, StrictlyOnlineBiz, and thought it would … [Read more...]

How to Create your Own Custom WordPress Theme Easily

create your own wordpress theme with photoshop

There are thousands of Wordpress themes to choose from all over the internet but if you the type who would want a unique look for your blog, you may be considering creating a unique skin that won't be found anywhere else. Granted, you should have a bit knowledge on coding to create a versatile and fully functional Wordpress theme but I believe you're not so good with codes and will keep this as simple as possible. However, you need to have a little idea about graphic designing, Photoshop basics at least. Creating your own Wordpress theme isn't as hard as you think and creating your own unique skin can be made easy by using some softwares or simply editing a ready made theme to your taste. … [Read more...]

How to Publish Word Document with Images Directly to WordPress / Blogger

publish .doc or .docx document to wordpress

When you receive a Microsoft Word document with images attached as a guest post, you may have to copy out the text and then add the images separately. I did search Wordpress plugins directory maybe there would be a plugin that could actually publish to Wordpress, keeping all images, styling and fonts intact but there was actually none. There's only a trick to do this and the images in the Microsoft Word document will be intact.  The steps are as follows: - First enable remote remote publishing from your Wordpress setttings. Go to Settings > Writing and enable the options as shown below and save. - Open the Word document (.doc or .docx file) and click the Office button > Publish … [Read more...]

10 Tips to Reduce Excess CPU Usage on WordPress

how to reduce resource usage on wordpress

Wordpress is notorious for it's excessive CPU usage especially if you're using a shared hosting plan. I've been on Wordpress for a couple of years now, had some experience with two different web hosts and within this time, I've had some pretty ugly experiences like twice or so. If your Wordpress blog isn't well managed and optimized the right way, you may just wake up one day to see that your web host has already suspended your account. I've had such issues more than once and the recommendations given in this post are from what I personally implemented on this blog. If your web host just complained about high CPU usage or excess MySQL processes running, there are a few things you can … [Read more...]

7 Plugins & Tips to Effectively Manage a Multi-Author WordPress Blog

guest_author

Unlike Blogger platform that doesn't encourage guest posting that much, Wordpress offers a lot of plugins to effectively run a multi-author blog. On Blogger, for example, you have to do some manual coding to add a author bio below blog posts for each author but this is not the case for Wordpress. Getting things done is just a matter of installing plugins and clicking the right buttons. Even if you don't intend to run a multi-author blog, a time will definitely come when you start getting guest post offers. A fellow blogger runs a health blog and a funny thing happened that actually triggered this post: One of his authors was posting about how to add a favicon to a blog in a health blog. … [Read more...]

Adding Google Adsense Leaderboard / Banner Below Header in Genesis

Genesis-1.2-wordpress-theme

Unlike other Wordpress themes, getting certain things done on Genesis can be challenging especially if you're not used to how it works. The post I previously wrote on how to add Google Adsense to Wordpress themes without a plugin doesn't work on genesis if you've noticed. If you need to include Google ads below your header right after the menu in your Genesis theme without an adsense plugin, you can't possibly do that by editing your header.php as in other themes. I recently had to work with a client who insisted having ads below the menu and at first, I had no idea how to accomplish that (since I've never added any code in that position before) till I did a little tweaking here and … [Read more...]

How To Transfer WordPress From WampServer To cPanel

mysql

As explained on a post I wrote a couple of months ago, you can install and design a Wordpress blog or website without a hosting account. This can be done through localhost and you can complete everything right on your computer using WampServer. You can post articles, install themes and plugins and do everything you would normally do with a Wordpress blog... the only thing is that only you can access it on your computer. Now, if you've already created the Wordpress blog on your computer, how then do you transfer it from localhost to the internet without losing the design, installed plugins, posts and everything? This post explains that in clear details. There are four main things you need … [Read more...]