Just Thomas Misund
Forum Replies Created
-
Forum: Plugins
In reply to: ALL Blank! Everything gone!Have you tried uploading a static page to see if it will wisplay?
Make sure to backup your database if you intend to do something out of the ordinary.
Edit: Whoa, not reloading fast enough here, I see =) Glad to see you found the nature of the problem.
Forum: Plugins
In reply to: ALL Blank! Everything gone!.htaccess?
Forum: Plugins
In reply to: ALL Blank! Everything gone!Have you tried another theme?
Edit: If the theme is the problem, it still shouldn’t kill the admin menu… Hm. Tricky one.
Forum: Fixing WordPress
In reply to: how do people sign in to your blog?People can register for your blog at
http://yourdomain.tld/wp-login.php?action=registerForum: Fixing WordPress
In reply to: Display the most recently commented posts firstMoving towards something. Here’s what I’ve come up with so far.
Taking suggestions.
Forum: Fixing WordPress
In reply to: Display the most recently commented posts firstThank you both for replying. Kafka read the question the way I meant to ask it. I will try to hardcode this. Just wanted to double check that I didn’t set out to reinvent the wheel…
Forum: Fixing WordPress
In reply to: Where are my posts in my blog? (file location)When you backup your database you end up with a .sql-file. This is the file in question.
Forum: Fixing WordPress
In reply to: Single Category Title Outside The LoopThis is from the codex for another template tag:
Use OUTSIDE The Loop
Normally, this tag must be used inside The Loop because it depends on a WordPress PHP variable ($post) that is assigned a value only when The Loop runs. However, you can manually assign this variable and then use the tag just fine.
I wonder if it works for get_the_category() as well. I can’t see why it shuldn’t. Let me know =)
Forum: Fixing WordPress
In reply to: Mail QuestionHopefully not, because then you would have to fill that in with every upgrade. You should test it, though. Does that work, does it solve your mailing problem?
(Remember to backup your files before editing them.)
Forum: Fixing WordPress
In reply to: Where are my posts in my blog? (file location)If you can access your MySQL database via something like phpMyAdmin you can probably extract your posts even though you can not log in. That is of course if you haven’t overwritten your old database tables.
Before you do anything else, take a backup.
http://codex.wordpress.org/Backing_Up_Your_DatabaseForum: Plugins
In reply to: Create plugin…Try deleting the first newline, so that the first two lines will be
<?php /*Did you get what you needed from the plugin i linked you?
Forum: Installing WordPress
In reply to: Style.css & Comment Errorsundefined function similar_posts()
Have you just deactivated a plugin that finds similar posts?
Forum: Plugins
In reply to: Create plugin…Well, it does more than add text, but I’m sure you can strip it down to what you need. I hope?
Forum: Fixing WordPress
In reply to: Display the most recently commented posts firstBump… anyone?
Forum: Plugins
In reply to: Cannot modify header informationThis error message typically appears when a script tries to do a PHP Redirect in the middle of (as opposite to “in the beginning of”) an output. I don’t know the specific plugin…