WPGeek

Community Living Durham North

About My Work: Community Living Durham North

  • 1 Community Living Durham North Preview #1
  • 2 Community Living Durham North Preview #2
  • 3 Community Living Durham North Preview #3
  • 4 Community Living Durham North Preview #4
  • 5 Community Living Durham North Preview #5

Client: CommunityLivingDurhamNorth.ca
WordPress Theme Ordered: 2009-03-23
WordPress Theme Completed: 2009-03-24

The purpose of Community Living Durham North is to support people who have an intellectual disability to live, work and enjoy life in their own community.

Tags: , , ,

On Mar 24, 2009 Posted by WPGeek and it is filed under: My Works

Leave a reply


My Recent Wordpress Tutorials

  1. How to check if page have subpages/childrens
    • So I needed a function for which would check whether page has subpages/childrens or not. So I came up with this: Just put this code in functions.php: function post_have_children($id){ $children = get_pages(‘child_of=’.$id); if(count($children) == 0){ return false; } else{ return true; } } Ussage: <?php post_have_children(‘pageID’); ?> pageID – the id of the page you [...]

  2. How to limit WordPress posts title
    • During my work as a wordpress theme coder I came across that there are request for a function on how to limit the post titles.

  3. How To Obtain Proper WordPress Hosting
    • Wordpress hosting has become a top running competitive keyword for many hosting providers, along with shared hosting and dedicated hosting. As more and more…

  4. Creating custom wordpress theme
    • First, what you need to do, if you have never worked with wordpress before, is to find a template for wordpress themes, this will make your live a lot easier.

  5. What you need for creating wordpress theme
    • Creating a WordPress theme from scratch is not hard. I’ll hold your hand through it.

Statistics of My Services in Use