| bio | website | vertaxe.com |
|---|---|---|
| location | Belize | |
| age | 24 | |
| visits | member for | 1 year, 5 months |
| seen | Jan 22 at 12:47 | |
| stats | profile views | 3 |
Hey!
I do all sorts of web stuff, including: HTML CSS PHP MySQL Design Graphics
I know Joomla, Wordpress, and Drupal!
|
Apr 25 |
comment |
How do I create predefined menus for my theme? I do know the exact content for the menus, and it needs to be used across many websites. So yeah ideally I'd like it to all be setup when the theme is activated. |
|
Apr 20 |
comment |
How to create a Wordpress options page Thanks very much for your detailed answer! The do_settings_sections parameter was the key.
However this guide:
codex.wordpress.org/Creating_Options_Pages
Is just wrong! It doesn't work! lol |
|
Apr 20 |
comment |
How to create a Wordpress options page Ok, done - any help would be massively appreciated. |
|
Apr 19 |
comment |
PHP files included within functions.php don't work from admin area Ahah! Thank you very much :) |
|
Apr 19 |
comment |
PHP files included within functions.php don't work from admin area Ok done I've done that |
|
Apr 19 |
comment |
PHP files included within functions.php don't work from admin area No PHP errors =/ |
|
Apr 19 |
comment |
PHP files included within functions.php don't work from admin area There are no conditions for the included file, I have require_once('includes/admin.php'); at the top of my functions.php :) |
|
Apr 19 |
comment |
PHP files included within functions.php don't work from admin area There is no condition for the included files, I've just tried adding if(is_admin()) but no luck. |
|
Dec 10 |
comment |
Wordpress AJAX - how to return true or false in the callback function Ahh thank you, makes sense! |