thisisedie
Forum Replies Created
-
Forum: Plugins
In reply to: [Technical Support] Technical Support Plugin Does Not Work Don't BotherDefinitely give feedback — but don’t say not to bother with the plugin because that’s giving false information to people. The plugin works perfectly fine for me which tells me there is an issue with either your host, theme, etc.
Forum: Plugins
In reply to: [Technical Support] Technical Support Plugin Does Not Work Don't BotherWhy would you announce that it doesn’t work at all when it just doesn’t work for you? It works perfectly fine for me. I responded to your other post here BTW, with a suggestion: http://wordpress.org/support/topic/how-do-i-revert-from-301-to-wordpress-292?replies=2#post-1720838
Forum: Fixing WordPress
In reply to: How Do I Revert From 3.0.1 To WordPress 2.9.2 ???Have you tried deactivating the plugin and reactivating it?
Forum: Installing WordPress
In reply to: Help! What am I doing wrong in installing?Did you set the nameservers for the new domain and make it an addon domain before installing WP? Did you install in the new domain folder?
Forum: Installing WordPress
In reply to: FTP setup problemI’m confused. The title of this thread indicates you’re having a problem with FTP but above you talk about an admin screen. So is it FTP or your WP admin area you’re having trouble with?
i have entered in all the information countless times
You’ve entered what information?
it didnt do anything
What didn’t do anything? What do you want “it” to do?
Forum: Fixing WordPress
In reply to: Where is my links page?Your welcome.
Forum: Fixing WordPress
In reply to: wp-admin suddenly displaying 'page not found'Address to the site?
Forum: Fixing WordPress
In reply to: Pages merging…weirdWhat do you mean when you say “the content merges at the top of this page”? It would be helpful if you posted another “page” so we can view the problem.
Forum: Fixing WordPress
In reply to: Where is my links page?How do I get them to show up on my site again?
By putting
<?php wp_list_bookmarks(); ?>where you want the links to appear (sidebar for instance).This article shows how to customize.
Forum: Fixing WordPress
In reply to: Garbled text?Did you copy and paste from anything other than a text based editor? Copying and pasting from something like Word can cause this to happen.
Forum: Fixing WordPress
In reply to: 2 photos in post – SIDE by SIDE???You don’t need a table. What is the width of each picture and what is the width of your main content area?
Forum: Fixing WordPress
In reply to: how to delete phantom page?Is it in the trash? If it is, delete it permanantly. If that doesn’t work, are the links hardcoded? If they are, you may have to remove it manually.
Forum: Fixing WordPress
In reply to: Preview not working correctlyYou said you “moved” the index.php to the root. You don’t move it, you copy it. The original index.php should still be in the wp folder. Did you change this line
require('./wp-blog-header.php');to require(‘./wp/wp-blog-header.php’); in the index you copied to the root? Did you upload a copy of the .htaccess to the root as well?Forum: Fixing WordPress
In reply to: Hide the first post in my blogshasoosh, this works for me. I suspect, as vtxyzzy said, that you aren’t putting it in the right place. Out of curiosity, why do you want to hide the first post on each page?
Forum: Fixing WordPress
In reply to: Newbie question….re: the DASHBOARDwhere can one find the ID# of a post or page
Go to the list of posts/pages and hover over “edit”. If you look at the status bar at the bottom of the browser, it’ll show you the URL. See where it says: post=NUMBER? That number is the ID.
the NAME of a post – this is not the same as the TITLE, is it?
The title is the name of the post/page if you have permalinks set to show the title. If you haven’t changed the permalink settings, then most likely the “name” is the ID.