superbird
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Complicated Moving/Two Blog QuestionAwesome, thanks.
Forum: Installing WordPress
In reply to: Complicated Moving/Two Blog QuestionOkay, it’s all starting to come together now. So basically I just need to follow the instructions for installing multiple blogs, then when i’m ready to make the switch delete the existing blog and follow the instructions for moving my new blog. Is that right?
Forum: Installing WordPress
In reply to: Complicated Moving/Two Blog QuestionWell what if I want to start a completely new blog, with no archives or sign of the old blog?
Can I then just make some dummy posts and things for the new blog and then when I’m ready for the move, delete the old blog and make the new blog available on the root directory?
I’ve looked over that link and it’s helpful. I’m really just trying to figure out this unique situation with wanting to move the new blog from a test directory to the root directory and get rid of the old blog at the /wordpress/ directory.
Forum: Installing WordPress
In reply to: Complicated Moving/Two Blog QuestionI feel kind of stupid but I’ve read that over a couple times and feel like I’m missing something. So are you saying I can’t really set up multiple blogs, but instead can only test out different templates on my existing blog?
Forum: Requests and Feedback
In reply to: Recently DiscussedNo, there’s comments. And it was indeed the right version. :-/
Forum: Requests and Feedback
In reply to: Recently DiscussedIt’s still givin me the same problem. Where can I check to make sure I got the right version?
Forum: Requests and Feedback
In reply to: Recently DiscussedJust so you know, here’s the message it’s giving me:
Database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘ WHERE .ID=.comment_post_ID AND post_status = ‘publish’ AND po]
SELECT ID, comment_ID, comment_content, comment_author, post_title FROM , WHERE .ID=.comment_post_ID AND post_status = ‘publish’ AND post_password =” AND comment_approved = ‘1’ ORDER BY comment_ID DESC LIMIT 5
Warning: Invalid argument supplied for foreach() in /home/deadyet/domains/deadyetliving.com/public_html/wordpress/wp-content/plugins/recent-comments.php on line 18Forum: Fixing WordPress
In reply to: No plugins available?What should the permissions be?
Forum: Requests and Feedback
In reply to: Recently DiscussedUnfortunately, it’s giving me some MySQL syntax errors. Any idea why?
Forum: Requests and Feedback
In reply to: Recently DiscussedAwesome, that will definately be a big help.
Forum: Requests and Feedback
In reply to: Recently Discussednot really. Not only is there no post title displayed with that plugin, but it would often list the same post right under itself.
So while I would want something like this:
First Post (3 comments)
Second Post (4 comments)
Third Post (3 comments)
Even if it did display post titles, it would do something like this:
First Post (3 comments)
First Post (3 comments)
Third Post (3 comments)Forum: Plugins
In reply to: Recently Discussed Plug-inHow would that look in, say, the finished plugin file? Also, how exactly would I call it in the index.php file?
Sorry, I’m pretty darn new at this php stuff.Forum: Plugins
In reply to: Recently Discussed Plug-inTwo problems with that solution:
1. There is no post title displayed.
2. If there were, there would probably be duplicates. Like two of the same post there.