|
May
13 |
|
awarded | Yearling |
|
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
19 |
|
awarded | Popular Question |
|
Feb
12 |
|
awarded | Necromancer |
|
Jan
17 |
|
awarded | Nice Question |
|
Dec
23 |
|
awarded | Yearling |
|
Dec
23 |
|
awarded | Yearling |
|
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. |