| bio | website | twitter.com/julien_c |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 1 month |
| seen | Sep 6 '12 at 17:58 | |
| stats | profile views | 8 |
|
Mar 21 |
revised |
Plugin (or Theme) containing its own Plugins? link relevant questions |
|
Mar 21 |
comment |
Are drop-in plugins a product of design I don't necessarily agree with this answer, for example in the case of Plugins that are specific to a certain Theme (where both are actually written by the same person, but plugins kept as plugins for modularity -- see also my question: wordpress.stackexchange.com/questions/46364/…) |
|
Mar 21 |
comment |
Add Plugins to Wordpress Theme Interesting! Do you have any example of an open source Theme that uses it? Thanks! |
|
Mar 21 |
asked | Plugin (or Theme) containing its own Plugins? |
|
Mar 16 |
comment |
How to create a specific frontend URL (not a Page) from a theme or plugin? @toscho Great article, thanks. |
|
Mar 16 |
accepted | How to create a specific frontend URL (not a Page) from a theme or plugin? |
|
Mar 15 |
comment |
How to create a specific frontend URL (not a Page) from a theme or plugin? Finally got to try it, and it answers my needs perfectly. Only thing that was not obvious (at least to me) in the doc page is that you should actually replace my_action in the hook name itself (wp_ajax_my_action) by your own string. For the sake of completeness with respect to the question, is there a way to create custom frontend URLs? Should I create a "fake page" and add a specific template file? |
|
Mar 10 |
comment |
Creating a table in the admin-style? I think this should be the accepted answer. Also see this article in Smashing Magazine that articulates a similar approach: wp.smashingmagazine.com/2011/11/03/… |
|
Mar 7 |
revised |
How to create a specific frontend URL (not a Page) from a theme or plugin? add AJAX tag |
|
Mar 7 |
comment |
How to create a specific frontend URL (not a Page) from a theme or plugin? I had stumbled upon this article, but was unsure whether this was what I was looking for. I will read it in more detail and post my findings -- thanks! |
|
Mar 7 |
answered | Separate URL for a specific page |
|
Mar 7 |
asked | How to create a specific frontend URL (not a Page) from a theme or plugin? |
|
Mar 7 |
comment |
How can I test how fast or slow my wordpress website it? Great answers below, but my personal guess would be that your hosting service is not that great. What kind of hosting do you serve the blog from? |
|
Mar 7 |
awarded | Commentator |
|
Mar 7 |
comment |
Programmatically add a Navigation menu and menu items I just want to actually test it in real life so I'm sure it does what I want. I'll remember to mark it as solved as soon as I'm done! |
|
Mar 7 |
comment |
Programmatically add a Navigation menu and menu items I didn't know about this function. Yes, I guess it will make the above code much shorter. I guess I should move beyond the Codex and dive into the actual code, as I find that the API functions are often, like in this case, too low-level. Thanks! |
|
Mar 7 |
asked | Programmatically add a Navigation menu and menu items |
|
Mar 6 |
accepted | In the Wordpress admin, how can I find out which page (themes.php, widgets.php, etc.) I'm on? |
|
Mar 6 |
comment |
In the Wordpress admin, how can I find out which page (themes.php, widgets.php, etc.) I'm on? I meant admin_head works. For some reason, admin_menu does not seem to work. Thanks! |
|
Mar 6 |
comment |
In the Wordpress admin, how can I find out which page (themes.php, widgets.php, etc.) I'm on? Which action do you hook it to? I tried hooking it up to admin_init, but apparently global $current_screen; is still unset at that point. |