jemaverick
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Quentin ThemeNot sure if this was resolved or not, but Quentin is here: http://www.kbanas.com/blog/?page_id=457
Forum: Themes and Templates
In reply to: How to code php within php?Thank you so much stvwolf. That worked perfectly. 🙂
Forum: Themes and Templates
In reply to: Manually choose a theme=)
Forum: Themes and Templates
In reply to: Manually choose a themeTry this: One Click
Forum: Everything else WordPress
In reply to: Delay in published postCheck that your options are set to publish, and not to draft. In the “Post Status” box in the editor, it is set to Draft by default. Change that status to “Published”, and you should be good to go. =)
Forum: Plugins
In reply to: How does the timestamp change the post status?Well, there is the options field in the editor. If you are posting them all as drafts, there could be a problem.
Forum: Installing WordPress
In reply to: Internal Server ErrorIt means that you should probably contact the webmaster at that email address.
You may have configured something the wrong way, there may be a database problem, it could be any number of things. Hard to say without a little background to the problem, or the specifics of what you did to arrive at the error page.
Forum: Themes and Templates
In reply to: Remove Sidebar and comments from all pages but the homepageYou should basically remove
<?php get_sidebar(); ?>from every page except for index.php (archives.php, tags.php, category.php, single.php, 404.php, page.php, search.php).For navigational purposes, make sure that you leave some sort of link back to the homepage. Most themes have these in the header.php file, so be sure to leave something there!
I’m currently building my site, and I’ve taken the sidebar out of everything! Look here. 🙂