erratum5net
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Backend doesn’t workand as for the 2.3 files, which specific ones? the 2.3 download has quite a few files in it, and I’m not 100% sure which ones to put in there.
Forum: Fixing WordPress
In reply to: Backend doesn’t workOkay, when I try to export my blog, I get this:
<b>Fatal error</b>: Call to undefined function: get_tags() in <b>/home/content/T/e/n/TenMinuteMac/html/wp-admin/export.php</b> on line <b>68</b>
I’m able to now log into the backend (tweaked some of the PHP, removing the offending line of code on line 20 of wp-login.php), but it looks like this:
http://myskitch.com/samuraibsd/erratum5__export__wordpress-20071013-013140.jpgAnything in that new information that can help?
Forum: Fixing WordPress
In reply to: Backend doesn’t workwhich new files are these I should be uploading?
Forum: Fixing WordPress
In reply to: How do I make an archive page?well I looked at that validation errors thing and tried some mondo hack-o-rama, and realized that I put “<!a href>” instead of <!a xhref>” in the code. Inserting the latter fixed the link just fine.
(code snippets minus the “!”. That’s just to make sure it doesn’t interperet them as HTML)Forum: Fixing WordPress
In reply to: Show author in post?wow, thanks, that one worked just fine! it looks good! Now if I have another problem, do I make a new thread for it (this is a current problem that needs fixing soon)
Forum: Fixing WordPress
In reply to: Show author in post?Interesting you ask if there’s a <?php the_author() ?> in there. As a matter of fact, there’s not. anything I can do to fix this?