Category:Wordpress

20+ Free Premium WordPress Themes
Read More... | Comments Off

20+ Free Premium WordPress Themes There are so many Premium WordPress Themes out there, at such a low price that you’re just forbidden to have an ugly website anymore. More and more online companies start selling awesome wordpress themes

10+ Useful Twitter WordPress Plugins
Read More... | Comments Off

Nowadays successful blogging definitely depends on effective social media usage. Twitter is one of the most popular social networks and you must consider its benefits if you want to be a successful blogger. Since WordPress is one of the best blogging platforms for its possibility to extend it functions with tons of plugins, I would [...]

The Best Solutions Of WordPress Database and Files Backup
Read More... | Comments Off

If you are a WordPress user, then you definitely know the importance of keeping backup copies of our files and database because there is always a risk of losing your data. How? your site might get hack (WordPress security level or server security level). What’s worst? You could lose all the files and databases. There [...]

10+ Fresh and Free WordPress Themes
Read More... | Comments Off

One of the main reasons WordPress enjoys such an unrivaled and ever-growing popularity is the constant stream of feature-rich and diverse themes that are released every day. Of course, it is the premium themes that are currently getting, as you would expect, the better reviews and deserved attention. Having said that, you should not under-estimate [...]

30+ Resources For WordPress Ecommerce
Read More... | Comments Off

WordPress is one of the most popular content management systems for blogs, portfolios, and other types of sites, but with the right plugins and/or themes it can also be used for e-commerce. While WordPress is not specifically intended to be used for e-commerce sites, the quality of available plugins and themes has increased in recent [...]

How To Get category ID using category name
Read More... | Comments Off

When coding a WordPress site, you often need to get a category ID. If you ever wanted to be able to get a category ID from the category name, then just read this recipe, I’m pretty sure you will like it. As usual, let’s start by pasting the function in your functions.php file: function get_category_id($cat_name){ [...]

10 Free And Fresh WordPress Themes
Read More... | Comments Off

WordPress has become one of the top choices for content management systems among website owners. This has happened for several reasons, but one is the readily available collection of themes that can transform the appearance and functionality of a site. There are all kinds of themes out there, but some of my favorites are the [...]

20 Useful WordPress Ecommerce Themes

WordPress is a great platform for setting up an online store, and there is a wide range of themes available to help sellers reach target customers. This post presents 20 of the best ecommerce themes, including both free and premium examples, covering storefront templates aimed at a variety of niche markets. 1. Store The Store [...]

50+ High Quality WordPress Themes

It can be pretty tough call to decide whether to invest in a premium Wordpress theme or simply stick with a free one.

10+ WordPress Plugins For Manage Ads Banners
Read More... | Comments Off

How to monetize your blog? The simplest way is to signup for Adsense, right? But there are actually a lot of Ad Networks that offer different types of banners for different niches. For a design blog, the most popular one is BuySellAds. However, they are some bloggers which prefer direct ads selling, which can save the middleman’s commission.

10 Practical Security Tips of WordPress

Search Google and just about every article you come along will tell you that in order to have a secure blog, you need X amount of plugins. I disagree. I use none yet I’m satisfied I have a reasonable level of

How to Insert Google Analytics

I like to use Google Analytics, but the boring stuff is that when you switch themes, you’ll have to re-insert the code in the new theme. To avoid it, let’s use the power of WordPress hook to insert our analytics code without editing theme files.

20 CMS Plugins For WordPress
Read More... | Comments Off

WordPress was build to be used for blogging only but with the use of many valuable plugins you can extend it to a full content management system. I don’t think so if anything is left out which you can’t find in Plugins, means you can turn your WordPress into whatever you want. Here i have [...]

Top 35 Plugins of WordPress to Share Your Blog Post

When ever you write something on your blog you always want to share it with others, even your blog readers want the same (if they like it off course) . To do this there are lots of wordpress plugins available giving readers the ability to bookmark your site to a number of social networking and [...]

Top 10 Security Plugins For WordPress

When your blog starts growing and gets popular, you have to take care of security risks and issues. Most of bloggers and web masters fail to recognize the importance of securing their blog. Hackers can do lots of things after breaking in, they can attack your site viewers with Trojan viruses to steal information from [...]

How to Display your number of tweets in full text mode on your WordPress blog
Read More... | Comments Off

Twitter is obviously a very useful tools for bloggers. Did you ever wanted to know how many times your posts are sent to Twitter by your readers? If yes, just read on and learn how to know it, and display it on your blog, in full text mode. paste the following function in your functions.php [...]

Fetch and display RSS feeds
Read More... | Comments Off

Do you know that WordPress have a built-in RSS reader? Today, I’m glad to show you an updated version of this very popular hack. Simply paste the following code where you want the feed to be displayed. Don’t forget to define feed url at line 4. <?php if(function_exists(‘fetch_feed’)) { include_once(ABSPATH.WPINC.’/feed.php’); $feed = fetch_feed(‘http://feeds.feedburner.com/cosmosblog’); $limit = [...]

WordPress 2.9 Officially Released

when you’ve visited your WordPress site’s dashboard in the past 24 hours you probably noticed that WordPress 2.9 is now available to download.    I know many people like to wait to upgrade to give theme and plugin authors a chance to create updates, but the new changes in WordPress 2.9 seem to be playing nice with [...]