solmartin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Posts not appearing anywhere on siteSorry for the delay.
It appears the previous db_version was 22441, and we’re now at 3.5.2.
Forum: Fixing WordPress
In reply to: Posts not appearing anywhere on siteI did make a backup. I’ll check out that link and see what I can come up with.
Thanks!
Forum: Fixing WordPress
In reply to: Simple Widget HelpRepost just in case this got missed:
I have two blog categories: news and events. I would like to make a widget that shows Latest News, and another widget that shows Latest Events. Recent posts doesn’t work, as it puts both together.
Forum: Fixing WordPress
In reply to: Simple Widget Helpone more question, which kind of loops me back to the first question posed:
If I have a blog category I want to make a widget showing latest entries, what would I write for code? Using widgets reloaded, I have categories selected, and have it set to
taxonomy; category
order by: name
include: news
exclude: events.with these settings, all I get is a link to the blog… which means it’s working, but I need it to pull the latest article titles.
Thanks for all the help!
Forum: Fixing WordPress
In reply to: Simple Widget HelpExcellent! Thanks Micah!
Forum: Fixing WordPress
In reply to: Simple Widget HelpThanks for your response Micah. I’ve installed the plugins, and am now left with this question:
To use widget logic on a specific page, you type
is_page(‘about’)What would I type if About had 15-20 pages nested inside it?
Forum: Fixing WordPress
In reply to: wp-admin random 500 internal server errorError logs did the trick!
I accidentally copied my .htaccess file into the wp-admin, and it had a SecFilterInheritance command in it (which I needed due to server settings)
Thanks for pointing me in the right direction 🙂