| bio | website | |
|---|---|---|
| location | Perth, Australia | |
| age | ||
| visits | member for | 2 years, 5 months |
| seen | Apr 7 at 7:23 | |
| stats | profile views | 15 |
|
Aug 27 |
awarded | Tumbleweed |
|
Aug 27 |
asked | TinyMCE Plugin Parameter |
|
Aug 26 |
comment |
Confused on loading page content @Joseph Thanks. I used the_content() instead just inside index.php and it worked; which is strange as I'm sure I tried it before and it didn't work haha..... thanks for the response. :) |
|
Aug 25 |
asked | Confused on loading page content |
|
Aug 24 |
awarded | Editor |
|
Aug 20 |
comment |
Confused about adding menu support to theme @brent I just added a new menu via the + button and then I was able to call it via the wp_nav_menu with no problems. :) |
|
Aug 20 |
asked | Confused about adding menu support to theme |
|
Aug 20 |
accepted | What can I hook into after_setup_theme? |
|
Aug 20 |
comment |
What can I hook into after_setup_theme? Ok thanks.... :) |
|
Aug 19 |
comment |
What can I hook into after_setup_theme? Great answer - thanks. I understand most of it, but a little confused why all my calls to hooks with the add_action and remove_action are ok but the call to wp_enqueue_scripts isn't? They all fire after after_setup_theme. I know you said it's because I can't execute wp_enqueue_scripts before init; though without you telling me that how would I know? For example, how do I know if there is anything else that can't be executed before something else. |
|
Aug 19 |
comment |
Having issue with WordPress wp_enqueue_style Ok awesome. Thanks again! |
|
Aug 19 |
awarded | Commentator |
|
Aug 19 |
awarded | Supporter |
|
Aug 19 |
comment |
Having issue with WordPress wp_enqueue_style Ok thanks chip! |
|
Aug 19 |
accepted | Having issue with WordPress wp_enqueue_style |
|
Aug 19 |
comment |
Having issue with WordPress wp_enqueue_style Ok, so I can call wp_enqueue_scripts from within mmw_new_theme_setup like I did above then? |
|
Aug 19 |
comment |
Having issue with WordPress wp_enqueue_style How do you make sure it comes after other styles? |
|
Aug 19 |
revised |
What can I hook into after_setup_theme? edited tags |
|
Aug 19 |
asked | What can I hook into after_setup_theme? |
|
Aug 19 |
comment |
Having issue with WordPress wp_enqueue_style That's awesome. Thanks so much for picking that up. One more question though, how do you manage this if you only need a certain style for IE and need to use the conditional tags? Do you need to load it via the header? |