fairypix
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page not found – archive linksOk, I see that…there’s obviously something that is making the pages display that link…what part of the code should I look at to remedy that?
Forum: Fixing WordPress
In reply to: Page not found – archive linksAnyone?
Forum: Installing WordPress
In reply to: admin page issuesOk. So now, I can log into it my going to https://www.sweet-fantasy.net/sweetblog/wp-login.php, but when I go to https://www.sweet-fantasy.net/sweetblog/wp-admin/ …I get a 404 page!! AHHH!! I’m so confused. The wp-admin folder IS there. I can access it through FTP…
Forum: Installing WordPress
In reply to: admin page issuesOk…it shows that everything is there, but when I try to access https://www.sweet-fantasy.net/sweetblog/wp-admin/, I get a 404 page! It’s there!! I don’t know why it isn’t being recognized!
Forum: Installing WordPress
In reply to: admin page issuesWould that have anything to do with the fact that none of the links on the admin page work?
Forum: Installing WordPress
In reply to: admin page issuesOk, I will try then when my ftp starts working again. Something is going seriously wrong with my webspace.
Forum: Installing WordPress
In reply to: admin page issuesI realized that after I posted…and couldn’t add wordpress to my pages to allow direct linking because my cpanel won’t load. Maybe my host is causing all these issues…lol
image is at https://www.msu.edu/~sitescal/admin.jpg
Forum: Fixing WordPress
In reply to: Page not found – archive linksOops…the link is https://www.sweet-fantasy.net/sweetblog/
Forum: Fixing WordPress
In reply to: Sorry, no posts matched your criteriaPS – I know the index.php page works; my problem was the integration of the page into my main site using PHP includes. It gave me the “Sorry, no posts matched your criteria” error. The index page seems to be working, but there’s obviously some issues with it and “the loop”
Forum: Fixing WordPress
In reply to: Sorry, no posts matched your criteriaSince I changed my website so the errors don’t show up, the main page is here:
https://www.legolasfan.com/sweetblog2/index.php
And as I wrote above, this was the code I had to integrate it into my website:
<? include(“skins/header.html”)?>
<?php require_once( “../sweetblog2/index.php”); ?>
<? include(“skins/footer.html”)?>And I had no problems with it until yesterday afternoon. I understand that I broke “the loop” but am WAY confused as to how to fix it. Is it something on the actual index page that I need to fix?
Forum: Fixing WordPress
In reply to: Sorry, no posts matched your criteriaHow do I fix it? I’m reading through gibberish…and I don’t get what I did to “the loop”. I didn’t change anything from yesterday morning, when it was working.
Forum: Fixing WordPress
In reply to: Sorry, no posts matched your criteriaI don’t have problem getting to the pages…
Forum: Fixing WordPress
In reply to: Sorry, no posts matched your criteriaStill didn’t fix it. The $SERVER leads to the wrong absolute path (the “sweetblog2” folder is “above” the folder that my main page is located in). I did try using the absolute path though…and nothing. Still get the “Sorry, no posts matched your criteria” error. I just can’t understand why it would do that when the blog index page itself works…
Forum: Fixing WordPress
In reply to: Sorry, no posts matched your criteriaOn second though, it looks like my problem lies in the php include or something that I used for my index2.php page. Just loading the index page itself works. Loading my main page with the following code does not:
<? include(“skins/header.html”)?>
<?php require_once( “../sweetblog2/index.php”); ?>
<? include(“skins/footer.html”)?>It’s always been this code, and I don’t know what the h*ll is wrong!!!