| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 2 months |
| seen | Nov 19 '12 at 3:28 | |
| stats | profile views | 7 |
|
May 10 |
awarded | Popular Question |
|
Apr 3 |
awarded | Nice Question |
|
Nov 27 |
awarded | Popular Question |
|
Sep 17 |
awarded | Commentator |
|
May 18 |
awarded | Supporter |
|
May 18 |
comment |
Using pre_get_posts with WP_Query Thank you so much Milo. This is really very helpful. I always wondered if it was possible to set your own query var. |
|
May 18 |
accepted | Using pre_get_posts with WP_Query |
|
May 17 |
awarded | Student |
|
May 17 |
asked | Using pre_get_posts with WP_Query |
|
Apr 13 |
comment |
How to exclude/filter a tag from get_the_tag_list() Thanks again Eugene. |
|
Apr 13 |
comment |
How to exclude/filter a tag from get_the_tag_list() Thanks very much for your help Bainternet. I went with Eugene's answer because I only wanted to change the output of get_the_tag_list in this case. |
|
Apr 13 |
accepted | How to exclude/filter a tag from get_the_tag_list() |
|
Apr 13 |
comment |
How to exclude/filter a tag from get_the_tag_list() Thanks very much Eugene. Works perfectly. Just a couple of follow up questions regarding your answer: 1. If I wanted to match the tag exactly (but case insensitive) which php string comparison function is best to use in this situation? 2. Why have you set the priority of the filters to 100? |
|
Apr 12 |
asked | How to exclude/filter a tag from get_the_tag_list() |
|
Mar 29 |
comment |
Logo slider/scroller plugin Sorry Maxoud, I don't think I'm explaining myself very well. I need to display say 5 logos at once and have a new logo scroll in from the right whilst an old logo scrolls out to the left. Just like a text scroller but with logos. Can WP Orbit Slider do that or does it only show one logo at a time? Thanks again for you time. |
|
Mar 29 |
awarded | Editor |
|
Mar 29 |
comment |
Logo slider/scroller plugin Thanks very much Maxoud. Will WP Orbit Slider allow me to show more than one logo at a time? |
|
Mar 29 |
revised |
Logo slider/scroller plugin Clarified requirements. |
|
Mar 29 |
asked | Logo slider/scroller plugin |
|
Mar 29 |
comment |
How to show a tag archive of one post type only I guess you edit the code above to show both videos and galleries and then change the query for your loop in tag.php to show only one or the other. I don't know what sort of conditional you would use in tag.php though. Sorry. |