mowse.ink
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: source is correct, but page is blankThank you so much for your input, esmi! I appreciate the help! ??
So WP is using another template file (presumably single.php) which just so happens to look very similar to your front page. So that problem would appear to be in single.php. Might be worth grabbing a copy of the same file in the original theme and re-building/customising it.
I have copied over the single.php file from the original theme (I had actually done this before), and the only thing I’ve added to it is a
<div id="wp">
wrapper to position it, but it still displays all the same posts no matter what I click on or search for.I suspect the search listing issue is down to a similar problem but I couldn’t test it as the search isn’t currently usable.
I’m not sure what you mean it’s not usable. I am able to search…Just not get the correct results with the search…Only the same 7 posts every time. Grrrrrr…
You have quite a few validation errors on the home page – 1 or more of which may be causing a problem with the search input. I’d suggest you try to get rid of as many of these errors as you first before going much further.
I fixed all of the errors, mostly by switching the DOCTYPE to HTML 4.01 Transitional instead of XHTML 1.0 Transitional. Does the DOCTYPE have to be XHTML?
Can someone please help? I’ve been over and over the code, and I cannot figure it out!
Forum: Fixing WordPress
In reply to: source is correct, but page is blankOkay…I’ve got most of it working, but can someone help?
Whenever I click on a recent item at the top or “Older Entries” or do a search, it returns the same page. It doesn’t go to the single entry format or list the actual entries containing keywords from the search. Can’t even get to older entries.
https://adamoverett.com/wordpress/
What am I doing wrong?
(As a side note: The theme which I modified to create this theme works fine. Shows single entry format when an item is clicked…returns correct result when a search is performed.)
Forum: Fixing WordPress
In reply to: source is correct, but page is blankMaking some progress…
Turns out there were some problems in the header.php file.
At least the page isn’t blank anymore, but I’m still working a lot of bugs out.
Feedback appreciated.