anabelle
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: my website has been hackedDo you have backups? best choice is to restore them and upgrade wordpress.
Also investigating what kind of attack it was.
If you want i could help you for free, but i don’t know if you’ll thrust me enough to give me the passwords.
Forum: Your WordPress
In reply to: Allow only on category for bloggersBest choice is for the to choose the right categories.
But this can be achieves with the use of plugins.
By different approaches, making custom “Post new album” “post new whatever” instead of just “new post” and have a predefined selected categories for each type of posts.
Also, with granular permission control ones but this kind of plugins (in my expierence) mess with the database in weird and only hand recoverable way.
Again.
Best choice is to talk to them and emphasis ond choosing the right category.
Forum: Everything else WordPress
In reply to: Has anyone had this problem?It looks like an outdated wp-config.php If you upgraded recently since old versions theres a chance wp-config has changed enough to make it conflict.
Try doing a new one, its easy.
Just rename wp-config.php and start modifying de sample provided by wordpress.
Forum: Fixing WordPress
In reply to: Thumbnail Images in RSS FeedYou could do a custom rss theme and use it for your theme.
Then you can do whatever with it.
Do you use feedburner? That way it could be even easier.
Forum: Fixing WordPress
In reply to: Scheduling post allows viewing if url knownKeeping my client (and this specific project) aside,
I’m not trying to hack wordpress, Functionality won’t be lost cause I’m not looking into modifying core files.
Suggestion by design_dolphin is ok. And a great idea.
I’ll repost the original question because I’m still looking for an answer.
¿How can I disable the 404 error for future posts?
Forum: Fixing WordPress
In reply to: Scheduling post allows viewing if url known“I’m fairly sure that the 404 is caused by the nature of WP, and the plugin probably has a way around it.”
That’s what I think. I’ve already opened some plugins but I can’t find it.
Forum: Fixing WordPress
In reply to: Scheduling post allows viewing if url knownIt’s just that I had bad experiences with plugins that become unsuported, or they don’t keep up with wordpress versions.
Also, as I’m delivering this site to a cliente, i don’t want to be tied to a plugin.
What is it that those plugins do to avoid the 404? Can’t it be one via functions.php?
Forum: Fixing WordPress
In reply to: Scheduling post allows viewing if url knownThanks for your ideas!
Still looking how to disable 404 error for future posts.
Forum: Fixing WordPress
In reply to: Scheduling post allows viewing if url knownI don’t mean to be rude, but as I said before “I rather do it without plugins.”
😛
Forum: Fixing WordPress
In reply to: Scheduling post allows viewing if url knownI want them to show in the homepage, i’ve already done that.
Yes they need to be in the future.
I just want to disable the 404 error for future posts.
Thanks again
Forum: Fixing WordPress
In reply to: Scheduling post allows viewing if url knownI’ll put it in one sentence.
I need logged out users to be able to see future posts if they know the permalink instead of getting a 404 error.
Thats all.
Thank you!
Forum: Fixing WordPress
In reply to: Scheduling post allows viewing if url knownIm okay with past posts showing up, thats the idea, to keep al info about a show in a single post.
So after the show passed I could add videos and photos of how was it. Keeping the date accurate
Forum: Fixing WordPress
In reply to: Scheduling post allows viewing if url knownI’m not trying to hide them, I guess i didn’t make myself clear.
I already created a custom loop with “post_satus=future” I don’t need pagination yet so I’ll keep it simple.
The “future” loop is working ok, except that when a visitor clicks on a link, they get a 404 error.
I just want to avoid the 404 and allow visitors to see future posts using the permalink.
Forum: Fixing WordPress
In reply to: Scheduling post allows viewing if url knownI’m using the date as a Tour date for my band, so i’d love I post a post as future when the show is in the future And in past when the show has already passed.
I know the upcoming posts, and the gig plugin do this. But I rather do it without plugins.
Also “Can’t” is not a common answer when talking about wordpress, I know this can be done, I just don’t know how.
Forum: Fixing WordPress
In reply to: Scheduling post allows viewing if url knownI know it’s working as it should, but I want to override that behaviour and let logged out users visit future posts if they know the url.
How can this be done?