moebin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Story.php does not work 404I’ve tried a few and it doesn’t see to be able to convert story.php?id= to a wordpress fix
Forum: Fixing WordPress
In reply to: Story.php does not work 404Ok, first of all I scanned the site and there are not issues,
second, I went to the source site and found they are genuine links to our posts, the only issue is that they are using this story.php?id=xxxx which I assumed may have been a previous permalink structure
Forum: Fixing WordPress
In reply to: Story.php does not work 404No I mean these stories are linked from other sites, such as they are quoting one of our stories and linking to it or directories or the like
Forum: Fixing WordPress
In reply to: White Screen of Death – Not from Plug Ins or Theme?Have you checked the webserver error log?
I am running intensedebate and akismet
I have this exact problem as well, I’m looking for a solution at the moment but I haven’t found one yet
We’re running 3.2.1 and global translator is still working.
Forum: Fixing WordPress
In reply to: excluding posts via custom fieldOk I’ll try to make things clearer,
The first bit of code works and I hope people around here can make some use out of it, we’re using it in some of the widgitized space to display posts from a specific category that are events, they are sorted by event date and events that have passed i.e. posts with event dates that less than todays date are not displayed, we used the php code plugin to put the php code in the widget.
The second bit of code is intended to do a very similar job in the event category page, so when visitors click on events in the navbar above, it displays the category page with the events (posts) sorted by event date (meta_key)… this after some modicifications is now working, we have it sitting in the archive.php.
The further feature that we need from this code is to not display the events (posts) that have passed. i.e. events with the meta_key date < $todaysdate
hopefully that makes things clearer sometimes when you’ve been working on a problem for a while it’s all in your head and you neglect to explain it properly.
Forum: Fixing WordPress
In reply to: excluding posts via custom fieldThat hasn’t done it…
I think it needs an if else scenario
if meta key of a post is <$todaysdate then don’t show it
That’s what I need but I can’t get it to work in code.
Forum: Fixing WordPress
In reply to: excluding posts via custom fieldI couldn’t find what I was looking for there…
I need the second bit of code to exclude a post from the category page once that date is less than $todaysdate