WPGeek

Footballistics.com

About My Work: Footballistics.com

  • 1 Footballistics.com Preview #1
  • 2 Footballistics.com Preview #2
  • 3 Footballistics.com Preview #3
  • 4 Footballistics.com Preview #4
  • 5 Footballistics.com Preview #5

Client: footballistics.com
WordPress Theme Ordered: 2008-09-10
WordPress Theme Completed: 2008-09-15

A web blog dedicated for NFL/fantasy football. There you can find strategies and rankings.

Tags:

On Sep 15, 2008 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