Sorry, my english is not good and I didn’t understand your question. No, I entered the information with EE creating new entries. They are not expired neither future entries. I will send you an email. Thank you very much.
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
June 29, 2007 11:20am
Subscribe [3]#16 / Jun 29, 2007 7:56pm
Sorry, my english is not good and I didn’t understand your question. No, I entered the information with EE creating new entries. They are not expired neither future entries. I will send you an email. Thank you very much.
#17 / Jun 29, 2007 8:09pm
Well your English is better than my, well, any language other than English, so no worries. :red:
Adding the status= parameter to your {reverse_related_entries} tag did the trick. 😊
#18 / Jun 30, 2007 6:04am
Of course! That’s logical. I didn’t know you can use this parameter here also. Thank you very much 😊
#19 / Jun 30, 2007 6:14am
Just another question about this query. Weblog1 has a custom drop-down list field. I’d like to show entries with a conditional about the content of this field. This example work as I want:
{exp:weblog:entries weblog="weblog1" orderby="title" sort="asc"}
{if drop-down=="1"}
{/if}
{/exp:weblog:entries}
However the pagination and the count var has no the right value, as I am rejecting entries with a drop-down value diferent than 1. So, I would need a kind of query like this weird one:
{exp:weblog:entries weblog="weblog1" orderby="title" sort="asc" condition="drop-down=1"}
Is there any parameter to make this?
Thanks again.