| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 3 months |
| seen | Aug 14 '12 at 8:20 | |
| stats | profile views | 2 |
|
Aug 14 |
comment |
Getting menu items like get_pages There's menu_item_parent, which is what I'm looking for. However, I'll need to first run through the single dimension array and transform it into a multi-dimensional array manually. Too bad, WP doesn't do this for me. |
|
Aug 14 |
comment |
Getting menu items like get_pages But, post_parent only tells me the post's parent, not the menu item's parent, or am I wrong? |
|
Aug 14 |
asked | Getting menu items like get_pages |
|
May 15 |
comment |
What's the proper way to use wp_enqueue_script/style? The goal is to make a script that dynamically generates these URLs relative to the template file. In other words, if the PHP template file moves, then the URLs would change. This means that the js and css files could move freely so long as the php template file moves with them, and visa versa. |
|
May 15 |
comment |
What's the proper way to use wp_enqueue_script/style? Here's roughly my directory layout: lib[framework[panel[setup.php, script.php, style.css], betabin[betabin.js, setup.php, betabin.css], glorious[setup.php, glorious.js, ...], setup.php, utilities.php, widgets.php]]. The words with [] after them mean they're directories contianing whatever is in between those brackets. So with this, you can see all my js and css files are each in their own directories. I could maybe make a PATH_TO_FRAMEWORK constant that shortens "/lib/framework/panel/style.css" to PATH_TO_FRAMEWORK."/panel/style.css", which isn't really shortened, and that's not the goal here. |
|
May 15 |
comment |
What's the proper way to use wp_enqueue_script/style? Not all my files are in the same path though. hmm |
|
May 15 |
awarded | Student |
|
May 15 |
asked | What's the proper way to use wp_enqueue_script/style? |
|
Jan 27 |
comment |
What are the Theme tags in style.css used for? @MikeSchinkel: okay, I didn't know that. Thanks guys. Cheers! :) |
|
Jan 27 |
comment |
What are the Theme tags in style.css used for? What if you decide to distribute your theme outside of the WordPress theme directory? Can I just remove this Tags line? |
|
Jan 27 |
asked | What are the Theme tags in style.css used for? |