Hi. I am Marian, the owner of WPCONCEPT. I am a freelancer web designer focused on web development and i am a big fan of wordpress. I am from Transylvania, Romania and please excuse my grammar mistakes. I do my best to improve my english skills.

  • Home
  • Hosting
  • Contact

Archive for the ‘How to’ Category

Custom content after each post

by admin on 5 May 2010

If you want to put custom content after each post just copy the following code and paste it in functions.php file:

function add_post_content($content) {
if(!is_feed() && !is_home()) {
$content .= ‘<p>This article is copyright &copy; ‘.date(‘Y’).’&nbsp;’.bloginfo(‘name’).’</p>’;
}
return $content;
}
add_filter(‘the_content’, ‘add_post_content’);

Job done :)

Posted in How to | No Comments »

Custom fields in wordpress

by admin on 24 November 2009

Custom fields in wordpress are important if you want to use custom functions in your theme or if you want to have a clean design. The implementation of custom fields is relatively easy.

Open your style.css file and paste the following code:

Read the rest of this entry »

Posted in How to | 1 Comment »

create multiple sidebars in wordpress

by admin on 23 November 2009

When you develop a wordpress theme maybe you have to use two sidebars which to use them both at once or on different pages. I recently encountered with this problem and i thought that maybe there is someone else in the same situation.

Creating multiple sidebars in wordpress is a fairly easy process. We have to work just on functions.php file. Your default functions.php file should look like this:

Read the rest of this entry »

Posted in How to | 1 Comment »

Create a custom page template for WP

by admin on 21 November 2009

If you want to use wordpress as a CMS or if you want to create some custom functions for some pages you should create a custom page template. Is very easy to create a custom page template and is very useful. Just create a empty .php page. Paste there the following code:

/*
Template Name: name
*/

After you’ve saved this page you can activate it from dashboard > pages (edit a available page). On the right side you will see the “attributes” spot and go to the “template”. Select there the page that you’ve created.

In this new page you can create new functions very easy and you can control them from wordpress.

Posted in How to | No Comments »

5 basic steps in branding

by admin on 20 November 2009

To make yourself known on the internet you should start the basic branding process. Through branding you will succeed to create a website with unique elements wich will help you. Let’s supose that you use a free or premium design (like me). For begining it is not necessary to have a unique design to start the branding process.

Read the rest of this entry »

Posted in How to | 2 Comments »

Increase more visitors to your website

by admin on 19 November 2009

We know that who works in online need a large number of visitors if they want to earn some money with their website. There are many methods to increase your number of visitors but some of that methods are expensive and and it costs money or time.

I will mention in this article five useful methods that will help you to bring more visitors on your website.

Read the rest of this entry »

Posted in How to | No Comments »

  • Be in touch

  • Domains for sell

    wpdesigner.net

    wpfreelancer.net

    If you are interested please contact me.

  • Categories

    • How to
    • Themes
    • Tips
    • Tutorials
  • Archives

    • May 2010
    • December 2009
    • November 2009
  • Blogroll

    • Freelance Folder
    • WPRecipes
    • WPShout
    • WPZoom
  • Tags

    after each post branding custom content custom fields custom page template favicon free free theme free wordpress theme logo multiple sidebars online portfolio theme premium wordpress themes rss feed seo optimization social networks theme themeforest Themes visitors wordpress wordpress cms wordpress custom fields wordpress plugins wordpress security wordpress seo optimization wordpress sidebars wordpress templates wordpress theme wordpress themes wordpress theme tutorials wpzoom

© 2010 WPCONCEPT + wordpress resources
powered by wordpress

www.wpconcept.com