whiteboxer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: subpage no longer workingGot the problem solved. The issue was that I had a physical subfolder on the site called portfolio where I had images stored. For some reason, not sure with the host itself or WordPress, but it was tripping up the permalink to the site.
Forum: Fixing WordPress
In reply to: Comment form not appearingI’m having the same issue. I’m not using the blog as the home page, but don’t know if that’s a issue because I have another site that’s like that with no problem. the
comments_templateline is on the single.php page as well. Here’s the link if anyone has any ideas:Forum: Plugins
In reply to: gbcf-v3 green beast contact form v3 page template form posttimjamz, I’m a bit PHP illiterate, so can you explain a little more, or point me to a link, that helps with creating a template using the include method?
Forum: Fixing WordPress
In reply to: Remove Comments LinkI’m trying to remove the comments code and a weird thing happens when I do. The posts end up displaying in the footer area, even though the code looks like its ok. Here’s some links to see what I’m referring to:
post page with comments: http://www.drgbrokerage.com/?p=1
archive page with comments removed: http://www.drgbrokerage.com/?m=200709
the red box is the content div where the post should be. The black box is the footer. Anyone have any idea what I’m likely overlooking?
Forum: Fixing WordPress
In reply to: static pages not displayingFor some reason, some of the pages were showing up with a status of draft. I changed them back to published and seem to be working now.
Forum: Themes and Templates
In reply to: problem with static home page vs. post pageI got it solved. After digging through the archives for a couple of days, the issue is the home page template is named home.php, which is causing the problems. I renamed it main.php, replaced the home.php with it, and its working fine now.
Forum: Themes and Templates
In reply to: problem with custom theme css filethat was it. Thanks.
Forum: Themes and Templates
In reply to: problem with static home page vs. post pagethe home page is page #7
Forum: Themes and Templates
In reply to: problem with static home page vs. post pageThe default template is the same as the typical default template with WP (includes post, entry, etc.). Here’s a link including screenshots of various admin screens if it helps.
http://www.drgbrokerage.com/screenshots.htm
Here’s the URL for the News page, which is displaying the home template (compare to home page) instead of the default (all the other pages)
Forum: Themes and Templates
In reply to: problem with static home page vs. post pagewhen I do that the News page displays the home template instead of the default template. I need it to display the default template. How do I fix that?
Forum: Fixing WordPress
In reply to: index page not displaying properlyHere’s some additional info that I’ve been able to sort through that may help. The static home page is using a template named “front page” and the blog index page is using the default template.
I created a new template page based off the default index.php file and named it “blog template”. I switched the blog page from the default template to the newly created blog template, with the same results.
Just to test it out, I switched the home page template to default, and it actually worked properly (displaying the template that the blog should be displaying). So the home page will display different templates, but the blog page displays the layout of the home page regardess of which template I use for it.
Hope that additional info helps. I would really like to get this resolved ASAP.
Forum: Plugins
In reply to: Filosofo Home-Page ControlI’m having similar issues, and I just upgraded to 2.1 which has the plugin installed. Here’s my problem: I created a static home page that is different from the blog main page, named home.php. That displays properly as the index page of the site. I still have the index.php file in the template folder unaltered. I want the index blog to appear as a subfolder called blog. I did the following steps:
-changed the blog address to mysitename.com/blog in the general options window
-created a new page named blog and set the slug to “blog”
-under Reading Options, set the front page to “Your latest posts” and selected “blog” for the Posts pageWhen i go to the blog page I created (the URL that’s linked in the navigation is “?page_id=7”), it displays the created static page, but no blog entry shows up (I oonly have one entry as of now). When I click on the archive link in the sidebar, I get the following message in the browser “No input file specified.” What did I do wrong?
Forum: Fixing WordPress
In reply to: moving blog index.php into subfolderI want WordPress to handle the non-blog pages as well. I’m assuming (maybe falsely) that those pages would then move into the subdirectory, or I would have to create separate HTML pages. Is my thinking wrong on that?
Forum: Fixing WordPress
In reply to: moving blog index.php into subfolderI’m having problems getting things to display properly. I followed the steps from the link above with no good results. What I want to do is the reverse of what the link outlines, and wonder if that’s my problem. I want to move the blog but keep WordPress into the root directory (as opposed to moving WordPress and keeping the blog in the root). Here’s the error message I’m getting.
Warning: main(./wp-blog-header.php): failed to open stream: No such file or directory in /home/html/blog/index.php on line 4
Warning: main(./wp-blog-header.php): failed to open stream: No such file or directory in /home/html/blog/index.php on line 4
Fatal error: main(): Failed opening required ‘./wp-blog-header.php’ (include_path=’.:/usr/local/lib/php’) in /home/html/blog/index.php on line 4
Forum: Fixing WordPress
In reply to: moving blog index.php into subfolderAny feedback on what the link to the blog index page should be? Right now I have it as blog/index.php but that’s not working. I don’t know if I have bad code somewhere or the link should be named differently.