160 reputation
211
bio website
location
age
visits member for 1 year, 10 months
seen Nov 9 '12 at 4:36
stats profile views 39

May
20
awarded  Good Question
Apr
18
awarded  Popular Question
Apr
15
awarded  Notable Question
Jun
7
awarded  Popular Question
May
16
comment WP_Query not working as expected for attachments and custom meta_query
Thanks. Nothing personal, just kinda strange seeing how things seemed pretty civil here. Oh well. I did take a look at the WP_Query object but was still stumped. I would be interested to understand the logic behind 'inherit' for published attachments...
May
16
accepted WP_Query not working as expected for attachments and custom meta_query
May
16
revised WP_Query not working as expected for attachments and custom meta_query
added 6 characters in body
May
16
comment WP_Query not working as expected for attachments and custom meta_query
oh sorry, i did not realize there was a proper way. I needed to gain access to the results before using them in any sort of loop, but thanks. Also all of my code is encapsulated in classes so naming conflicts are not an issue. Save your breath.
May
16
revised WP_Query not working as expected for attachments and custom meta_query
added 135 characters in body
May
16
comment WP_Query not working as expected for attachments and custom meta_query
shouldn't the post_status be publish?
May
15
comment WP_Query not working as expected for attachments and custom meta_query
Thanks, but your code is effectively the same as mine. You are just taking a short cut. So this does not solve the problem. I really think we may have a bug on our hands.
May
15
comment WP_Query not working as expected for attachments and custom meta_query
Dropping the compare and type does not change the outcome... Numeric is also a no go
May
15
comment WP_Query not working as expected for attachments and custom meta_query
No, but thanks I was wonder why the code was not formatting.
May
15
revised WP_Query not working as expected for attachments and custom meta_query
added 1 characters in body
May
15
asked WP_Query not working as expected for attachments and custom meta_query
May
10
comment Custom Taxonomy Archive URL rewrite
Well, if you wanted to avoid having to create the page in the admin for a url such as mysite.com/my-taxo I think it would require a url rewrite rule.
May
9
comment Custom Taxonomy Archive URL rewrite
Great, I think I might have over thought this one. Creating a page in the admin will work just fine. We can leave the URL rewriting for another day... Thanks!
May
9
accepted Custom Taxonomy Archive URL rewrite
May
9
comment Custom Taxonomy Archive URL rewrite
yes, I need a list of the taxonomy terms. Each term will have a link to posts with that term. The part I am stuck on is the pretty URL and using an appropriate template file.
May
9
asked Custom Taxonomy Archive URL rewrite