I want to take individual movies from CPT/View/Template I created here. hidden link under "Our Movies" tab and have the individual movie leave the template after the current date passes the custom field/slug 'date-movie-ends'. I don't want it to rely on the publish date, but rather the date the admin puts in the custom field.
Even better would be if I could have the individual movie times disappear after the movie time ends as well if possible.
Is there any documentation that you are following?
All I have found in forums is about Creds and this isn't a front page forms creation. This is a back form for the admin.
The Movie start date and the movie end date fields aren't actually used on the "Our Movies" tab on the front page, but rather for the individual movie page. Example here. hidden link above the title
Below are Dropbox Links to Views and templates I created for the URLs given.
For the individual movie page: hidden link hidden link
For the Home Page "Our Movies" Tabbed Section: hidden link hidden link
Separate Showtime section for both "Our Movies" and individual page. hidden link
Note that these date fields are stored as timestamps (number of seconds since 1970), and so in a filter should be compared as numbers, which you could compare to NOW for example.
So that would exclude such films appearing in the grid of results.
I've made some progress on this issue. With the reference material you have given me, I think I will work it out. If I continue to have a problem, I will open a new ticket.