Wpgeek - wpgeek.com - wpGeek

Latest News:

How to check if atleast one checkbox is checked 16 Jan 2013 | 01:02 pm

I had an issue where I had a list of checkboxes and I needed that after at least one checkbox is clicked to show a div block. I came up with this: $(document).ready(function() { $('input[name=whatever...

How to check if atleast one checkbox is checked 16 Jan 2013 | 01:02 pm

I had an issue where I had a list of checkboxes and I needed that after at least one checkbox is clicked to show a div block. I came up with this: $(document).ready(function() { $('input[name=whatever...

How to check if page have subpages/childrens 9 Sep 2010 | 08:08 pm

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_...

How to check if page have subpages/childrens 9 Sep 2010 | 04:08 pm

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_...

How to check if page have subpages or childrens 9 Sep 2010 | 01:08 pm

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_pag...

How to check if page have subpages or childrens 9 Sep 2010 | 01:08 pm

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_pag...

WordPress Catalog Plugin 8 Mar 2010 | 06:24 am

I started building a wordpress catalog plugin, where people can create store data & publish data on pages. I already have a beta version of this plugin which creates new tables in the database and sto...

WordPress Catalog Plugin 8 Mar 2010 | 01:24 am

I started building a wordpress catalog plugin, where people can create store data & publish data on pages. I already have a beta version of this plugin which creates new tables in the database and sto...

How to limit WordPress posts title 31 Jul 2009 | 10:59 pm

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.

How to limit WordPress posts title 31 Jul 2009 | 06:59 pm

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.

Recently parsed news:

Recent searches: