eebee323
Forum Replies Created
-
Forum: Plugins
In reply to: Lists posts by tag using term_orderThanks for all your help.
I thought of doing a custom field, but I want the ability for each post to belong to multiple tagged lists. (A post might be #5 on 2005top10 and #1 on 2005-stories-about-Animals).
It seems to me that this particular term_order is a place holder for that sort of functionality but there really doesn’t seem to be anyone who uses it yet.
Forum: Plugins
In reply to: Lists posts by tag using term_orderMaybe I am not understanding what term_order is for. And I see now that it is used in more than one table. I’m talking about the one in wp_term_relationships.
For example, in this table you could have multiple posts (represented by object_id) tagged with taxonomy_term_id 3 and could these not be ordered 1,2,3,4,5,6, etc. using the term_order in that table?
Think of it like this: I want to make a list of top 10 news stories from 2005 in a specific order. I create the tag “Top 10 from 2005” and tag posts with that, but how do I ensure that I can display these posts in a certain order?
Forum: Fixing WordPress
In reply to: lightbox stoped working with new themeI was having the same problem. The reason is that some themes don’t have the tag <?php wp_head(); ?> in their header.php. If you add this code somewhere between <head> and </head> lightbox should work again. Sorry I’m 10 months late, but if anyone else is having the problem, this will fix it.
Forum: Themes and Templates
In reply to: PHP help with IF statement (connected to Custom Field)i figured it out