bhrycyk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Moving my WordPress from the Dotster installed locationThanks batachnoid! After a quick call to Dotster they have given me access to my WordPress files.
Now my confusion lies in how to move WordPress from this one deeply buried subdirectory to another. They had the files in some subdirectory buried in my server but in my WordPress general settings the WordPress address (URL) and Blog address (URL) both have mydomain.com/blog listed as their locations. These locations are actually fine because I want to keep them as that but that is not where they are actually located through Dotster.
I’m having a hard time applying my situation to the “How to move your WordPress to a different directory” information supplied in the Codex.
Hopefully this is making sense…thanks again.
Forum: Fixing WordPress
In reply to: Displaying most recent post excerpt outside of WordPressI finally figured it out! Thank you RVoodoo for all of your help! My require section was faulty. My WordPress files were installed by my web hosting company so the path to the files weren’t as straight forward as it looked in the address bar.
Thanks again!
Forum: Fixing WordPress
In reply to: Displaying most recent post excerpt outside of WordPressThanks RVoodoo,
I saw that in your post and corrected it…but now I’m getting the error before any of my page loads. So I’m guessing that my query_post code is incorrect.
Forum: Fixing WordPress
In reply to: Displaying most recent post excerpt outside of WordPressOops, I forgot to include the most recent code.
Most recent page code is as follows:
https://wordpress.pastebin.ca/1844918
Thanks again,
Forum: Fixing WordPress
In reply to: Displaying most recent post excerpt outside of WordPressOk, it looks as if I have had a faulty path to my wp-blog-header.php file. Fortunately, I fixed that but now I am hitting up against a “Fatal Error” message.
“Call to undefined function: query_posts() in /usr/local/pem/vhosts/213852/webspace/httpdocs/practice.php on line 30”
What does that mean? How would I call up the most recent posts? I have used the code that I read about in the WordPress codex as well as other places online but keep on receiving this error.
Forum: Fixing WordPress
In reply to: Displaying most recent post excerpt outside of WordPressThanks for your advice, but the page seems to stop loading as soon as it hits the php code.
Here is the updated code:
https://wordpress.pastebin.ca/1844904When I go to the practice.php page it now loads right up to the point where the php code starts and then nothing loads after that.
Why might that be happening? Thanks again,
Forum: Fixing WordPress
In reply to: Displaying most recent post excerpt outside of WordPressWhoops sorry about the last post, I missed that part in the Forum Rules.
Anyway, here is the link to the HTML code for the page:
https://wordpress.pastebin.ca/1844872
…and here is the link:
https://www.brandonhrycyk.com/practice.phpYour help is appreciated. I’m just not sure what I’m doing incorrectly.
Forum: Fixing WordPress
In reply to: Displaying most recent post excerpt outside of WordPressHere is the HTML code for the page:
[Code moderated as per the Forum Rules. Please use the pastebin]
…and here is the link:
https://www.brandonhrycyk.com/practice.phpYour help is appreciated. I’m just not sure what I’m doing incorrectly.
Forum: Fixing WordPress
In reply to: Displaying most recent post excerpt outside of WordPressThanks.
When I input that code into my site and then bring up the page, the entire page comes up blank. No error message, just a blank page.