trainwrecka
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Switching domain names – How can I do this?you rock! thanks a bunch… i’ll try to get that going right now and then i’ll post back with additional questions if i have them.
Forum: Fixing WordPress
In reply to: Error when I visit my site.sorry about the bumping (even though i am doing it again). i wasn’t really trying to bump – i was adding new info or a new question each time except for once. i wanted to change the title of my post, but could not figure out how. i reposted so all the info was together, but the thread got locked.
either way – i’m sorry.
on the brighter side of things – PROBLEM SOLVED!!! ??
there was a random ‘ placed in the code at about line 121. this caused the whole thing to screw up.
$link = get_cat'gory_link($cat_ID);
$link = $link . "feed/";that is what it actually looked like. notice the word “category”.
Forum: Fixing WordPress
In reply to: Error when I visit my site.can someone please just tell me how to get the “posts” from my blog? this way i can get them to another blog. the only thing i have is access to the ftp folders. i cannot get to the admin page (dashboard).
Forum: Fixing WordPress
In reply to: Error when I visit my site.This is the code from line 125 on that page:
$link = apply_filters('category_feed_link', $link);
If I remove the file from my site I get this:
Warning: main(/homepages/5/d98266806/htdocs/wp-includes/feed-functions.php) [function.main]: failed to open stream: No such file or directory in /homepages/5/d98266806/htdocs/wp-settings.php on line 140
Fatal error: main() [function.require]: Failed opening required ‘/homepages/5/d98266806/htdocs/wp-includes/feed-functions.php’ (include_path=’.:/usr/local/lib/php’) in /homepages/5/d98266806/htdocs/wp-settings.php on line 140
Forum: Fixing WordPress
In reply to: Error when I visit my site.Has no one heard of this before? I have no clue what to do.
Forum: Fixing WordPress
In reply to: Error when I visit my site.actually it doesn’t matter what page i go to – i get this error back. i can’t even go to the admin page.
Forum: Fixing WordPress
In reply to: Space around Images & Renaming Imagesi know there is a way to do it in the CSS that way it is the same everytime … just not sure how.
Forum: Fixing WordPress
In reply to: How do I add “Posted by” or “by” to posts?actually i just did the edit through the dashboard under
Presentation>Theme Editor>Main Index Template and that worked as well.Forum: Fixing WordPress
In reply to: How do I add “Posted by” or “by” to posts?you rock!