Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter eebee323

    (@eebee323)

    Thanks 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.

    Thread Starter eebee323

    (@eebee323)

    Maybe 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?

    I 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.

    Thread Starter eebee323

    (@eebee323)

    i figured it out

Viewing 4 replies - 1 through 4 (of 4 total)