3,527 reputation
1817
bio website hameedullah.com
location Karachi, Pakistan
age 28
visits member for 2 years
seen 2 hours ago
stats profile views 333

A WordPress Developer who solve difficult problems effectively and SMARTLY.


May
13
awarded  Yearling
Apr
23
comment How to make the admin panel appear in multiple headers?
make sure you are calling wp_footer in your arabic pages.
Apr
22
comment Custom Post Type Navigation on Custom Field
Glad you could use it for your work. :)
Apr
21
answered Custom Post Type Navigation on Custom Field
Apr
19
comment All my post content seems to have disappeared from my site :S
If you have disabled all plugins and that still didn't help, can you please show your functions.php
Apr
8
answered Category that can hold only specific number of post
Mar
20
revised get all sub categories without specify any category
added hyperlinks for sub cats
Mar
20
comment get all sub categories without specify any category
David the above function will get any category that is NOT top level which means all sub categories.
Mar
20
answered get all sub categories without specify any category
Mar
20
comment Wordpress custom plugin admin tasks
Did you check: codex.wordpress.org/Settings_API and chipbennett.net/2011/02/17/…
Mar
20
answered Category and children post count
Mar
15
awarded  Enlightened
Mar
15
awarded  Nice Answer
Feb
12
awarded  Necromancer
Nov
11
comment Sensible location for IPN Callback script
You have to exit because your hooking into WordPress init function, init is run before WordPress sends any headers back. If you will not exit than WordPress will start sending headers and content which is not required in this case.
Oct
11
comment How may I filter get_users() similarly to pre_get_posts?
You ant to alter all the call for get_users? Maybe I missed it in the question. Let me get back to you with the solution to that.
Oct
10
answered How can I make wp_list_categories output li with category-slug as class, for its children?
Oct
10
answered How may I filter get_users() similarly to pre_get_posts?
Aug
27
comment Setting Variable Path to Template Directory inside Script
you don't have to provide absolute url, just use the relative path to MailHandler.php
Jul
16
answered Sensible location for IPN Callback script