| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 11 months |
| seen | 1 hour ago | |
| stats | profile views | 15 |
|
May 13 |
accepted | How to display WP Query filters? |
|
May 11 |
asked | How to display WP Query filters? |
|
May 9 |
comment |
wp_head() - list hooked actions with priorities? Thanks! I was actually trying to create a <style> tag with user CSS. This can't be done with wp_enqueue_style unless a new CSS file is created. So, it's an exception :) |
|
May 9 |
accepted | wp_head() - list hooked actions with priorities? |
|
May 8 |
comment |
wp_head() - list hooked actions with priorities? I found an answer :) For anyone wondering it's here: presscoders.com/2010/10/closeup-look-at-the-wp_head-action-hook - extremely useful piece of code. |
|
May 8 |
revised |
wp_head() - list hooked actions with priorities? edited title |
|
May 8 |
asked | wp_head() - list hooked actions with priorities? |
|
Apr 16 |
accepted | Query “Category A” + 1 post from “Category B” - how? |
|
Apr 16 |
comment |
Query “Category A” + 1 post from “Category B” - how? Thank you for your reply! I was only wondering if this is easily doable and if I'm missing something obvious. So, if there is no nice solution then I think I'll list all posts that belong to "Category A", add one more post and use post__in - looks simpler for what I want to do. Thanks again! |
|
Apr 16 |
asked | Query “Category A” + 1 post from “Category B” - how? |
|
Apr 2 |
accepted | Using index.php as page template |
|
Apr 2 |
comment |
Using index.php as page template Thanks, I see! It actually makes more sense to me to pack blog into index.php AND give users ability to set more blogs as subpages than to duplicate that code into index.php and template-blog.php. The only difference is actually if(is_page()){ create custom loop } and else - load whatever it returns. It looks elegant to me. |
|
Apr 2 |
asked | Using index.php as page template |
|
Feb 15 |
revised |
is_home() returns TRUE on page template added 176 characters in body |
|
Feb 15 |
asked | is_home() returns TRUE on page template |
|
Feb 6 |
accepted | Is there any way to use get_template_part() with folders? |
|
Feb 6 |
comment |
Is there any way to use get_template_part() with folders? Thanks! It's so simple that it's a shame that I didn't discover this. I was convinced that this is not possible because Codex doesn't mention that. This question brought more interesting answers but this one is the simplest so it's probably the most useful one to average person :) (so let it be marked with green tick). |
|
Feb 6 |
asked | Is there any way to use get_template_part() with folders? |
|
Jan 27 |
comment |
Does WordPress Development Mode Exist (with not minified JS)? Thanks! I'm only interested in WP dev versions of scripts :) |
|
Jan 27 |
accepted | Does WordPress Development Mode Exist (with not minified JS)? |