Apr
25th
Wordpress by admin
I really like this feature. It’s extremely useful and saves lot of time. Sometimes I get new ideas for posts while I’m just browsing the net or checking my favorite blogs/forums but the problem is that I usually don’t have enough time to write the post right away or simply I’m just too tired. That’s exactly the situation when this handy feature becomes very helpful. I just log into the wordpress admin panel, open a new post, fill in a title and few sentences containing as much information as possible so I won’t forget the idea. Then I save it as a draft. Once I’m in a mood to write a new post I just open my drafts and choose one of the brainstormed ideas I’ve accumulated. Sounds good, doesn’t it? Read the rest of the article
Apr
23rd
Wordpress by admin
Congratulations! This is the final part fo my guide and by the time you read this you should be able to code your own wordpress theme. This is mainly a recapitulation of previous four parts. I suppose that you have read through all previus chapters - if not, check them out: Part I, Part II Part III Part IV Read the rest of the article
Apr
12th
Wordpress by admin
Getting closer to finishing your first wordpress theme. However there’s one important thing left - sidebar. That’s right, every blog needs a well organized and user-friendly navigation. It’s actually pretty simple. We just need to call few wordpress functions, add few lines to the stylesheet and we’re done. Read the rest of the article
Apr
6th
Wordpress by admin
By the time you read this, you should already have archive.php, header.php, index.php and page.php completed. Now we will move to a single post and a comments template. Read the rest of the article
Mar
28th
Free webmaster resources, Wordpress by admin
Hello. I’m offering the Net Covered theme for free download. Click here to download this elegant theme with emphasis on the content. Feel free to check out my blog to see how it looks. Of course you will need to make your own logo and banners.
April 18 - uploaded the latest version…
Read the rest of the article
Mar
26th
Wordpress by admin
Make sure you have read the first chapter and have done everything I’ve been explaining there. In this part, I will show you how to create the wordpress loop. The loop is the most important portion of your theme. It takes care of displaying posts and articles. Read the rest of the article
Mar
24th
Featured, Wordpress by admin
Does your wordpress blog look too dusty? Need a new refreshing theme? You’ve probably already spent hours browsing the web in order to find an ideal one but most of the free themes you’ll find just won’t be good enough. Well, what about making your own theme? Yeah. It’s not that hard. All you need is some experience with HTML and CSS plus maybe a little knowledge of PHP syntax (though this isn’t necessary - it’s enough to copy and paste all PHP codes). Read the rest of the article
Mar
18th
Wordpress by admin
So you’ve just started a new blog, right? And you need more traffic, right? The problem you are experiencing is the usual one and many other bloggers (including me) are dealing with it. I will tell you what I have done in few last days to promote this blog.
Crucial Plugins
There are few important plugins you should consider installing before you do anything else. All in One SEO is one of them. It gives you almost endless possibilities to tweak everything that hangs together with SEO. You can comfortably change the blog’s title and format, set description and keywords and much more. Another two plugins I really recommend you to use are KB Robots.txt plugin and XML Sitemap Generator for WordPress plugin. You will be able to easily manage and modify your sitemaps and robots.txt file (the first thing search engines do when they visit any site is to request robots.txt file).
Submit Your Blog to Search Engines
This one is a real must do. As soon as your blog is online go and submit it to the major search engines (Google, Yahoo etc). Don’t forget to submit also your RSS feed. Once you are done with that you should consider tweaking your website’s search results via so called webmaster tools (Google Webmaster Tools for instance). Set up prefered domain (I recommend the one without www), submit xml sitemap and so on.
Backlinks!
Backlinks are a backbone of improving PR (page rank) and also your ranking at search engines. How to get them? There are many ways - blogroll exchanges with other blogs (preferably with similar niche), link exchanges, posting comments containing your url on popular blogs etc. I have one very good tip to gather backlinks though. Forum posting. Yes, I have recently noticed that some of my sites are getting strong backlinks from forums such as Digital Point. Of course, you must place the website into your signature and start posting regularly to get some backlinks.
Social Bookmarking
It can help a lot to register at Technorati and submit your blog there. Once you will get good enough reputation the results will be visible. Moreover you will get some additional backlinks. Try using some social bookmarking plugin, too. For example, my blog uses this social bookmarking plugin. It looks smooth and offers many customization options. You can see it at the end of my articles. When readers like your articles they will be able to help you a bit by clicking little icons under each post (like Del.icio.us, Digg, Facebook, Sphinn, Stumbleupon etc).
Pinging
Update your blog as often as you can (though it’s better not to make a new post for 2-3 days if you’re too busy than to post some boring stuff - articles posted just for the sake of update tend to be bad) and every time you add a new article - ping it! Pinging means letting search engines to know that your blog has updated. Go to Ping-O-Matic or some other similar site and ping. Just don’t overdo it. Ping only when you add new content… no need to ping when you just changed font or color of the links - that’s counter-productive.
Mar
14th
Wordpress by admin
I have seen many people online asking how to divide blog posts into more columns. There isn’t much useful information about that around so I’ve decided to write this article. I will show you how to divide blog posts into two and then also into three columns. Though, after reading this article you’ll be able to add even more columns. Read the rest of the article