Tag Archives: wordpress

5+ Best places to sell your WordPress themes

18 Sep

5+ Best places to sell your WordPress themes

There are hundreds and thousands of bloggers rising each day and maximum peoples in these days are looking for a unique and easily manageable WordPress theme. Even though there are lots of free versions of WordPress themes available, There is a huge gap available for the custom made themes. Since each one is representing different niches say for example , blogging, beauty, health, design, gardening, computers, lifestyle, making money online, portfolio and the list goes on…

“Designing a premium WordPress theme and coding the functionalities is what I like most and we are team of WordPress experts” but we are struggling to market them.

Below are some of the best online marketplaces to sell your WordPress themes.

Read More

50+ Best Free Premium wordpress themes

4 Sep

50+ Best Free Premium wordpress themes

Running a website using a CMS like WordPress is good, and when High quality premium WordPress themes come for free! Its a Sensational breeze for web designers and developers…

We have Hand picked 50+ Best Free Premium WordPress themes. All the themes can be downloaded, customized and used for free in both personal and commercial projects. Demo & Download link available in all Best Free Premium WordPress Themes.

Read More

How to Integate Pagination in WordPress without Plugins

30 Aug

How to Integate Pagination in WordPress without Plugins

Many of us will be in this situation, where we have to split the content into multiple pages for better accessibility. Luckily wordpress supports pagination concept and we can implement it on the fly using this simple code below

<?php next_posts_link('&laquo; Older Entries') ?><?php previous_posts_link('Newer Entries &raquo;') ?>

Where in recent days we used to see paginations with numbers, below are few beautiful examples.

Read More

Adding Avatar to WordPress Default

24 Aug

Adding Avatar to WordPress Default

Introduction

In WordPress, there is a nice solution via a hook, which enables to add an avatar in the list of your backend and to make a selection to our own styled avatar. In the following section I like to show a simple code snippet which explains how to add new avatar to the array of WordPress.

You have to add the snippet shown in the screenshot to functions.php of your theme and it will add Avatar from your images folder of your theme directory.

When the theme becomes active, you will have two new Avatars available in your list.


#adding our own avatar

function own_gravatar($avata_defaults) {

$my_avatar = get_bloginfo('template_directory').'images/our_gravatar.jpg';

$avatar_defaluts[$my_avatar]="Our Avatar name";

return $avatar_defaults;

}

add_filters('avatar_defaults','own_gravatar');

How to do

own_gravatar() function provides the location of the image which is in the images folder of the WP installation directory and assigns a name Our Avatar name to it. And finally the output is sent back to default avatars (avatar_default) which displays the gravatar in the default gravatar list in the dashboard.

Now go to your Dashboard->Setting->Discussion. Scroll down the page and select your new default gravatar. And you are done.

You can customize the look’ by editing the style properties for gravatar class in the style.css file.


Download Premium for Free WordPress Theme with PSD – Blogsrain Giveaway

6 Jul

Download Premium for Free WordPress Theme with PSD – Blogsrain Giveaway

Hello everyone, We are very glad to step into the world of  blogs, Our aim is to provide useful informations,beautiful inspirations,friendly tutorials,Free Design resources.news on  latest web trends for web developers and web designers, SEO geeks , Bloggers.

We are happy to invite you all with our Free Gift –  a very useful and completely packed premium WordPress theme.

Feel free to download  & use the theme in any of your projects also  for distribution purposes, with link back to our site.

Read More