Spencer Finnell
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to prevent a category from showingYou want to stop the posts in the category from showing up in the lists of posts? Or you want the category to not show up in say, a list of categories? Or both?
Forum: Fixing WordPress
In reply to: Can’t access anything in admin areaYou need to be able to either access an online control panel (like cPanel) or be able to log into FTP. Your host should give you accees to both of those.
You can switch hosts, but you need to be able to log into backup your data.
Forum: Fixing WordPress
In reply to: Getting a bunch of Os at end of postsLooks like a plugin might be trying to add some code to the bottom of the post. Do you have any plugins activated? If so, deactive them all and see if the problem goes away. Looks like it might be some sort of social plugin.
Forum: Fixing WordPress
In reply to: Can’t access anything in admin areaW3 Cache probably isn’t the problem, but I’d guess Guest blogger could be. Read about disabling plugins without admin access.
Forum: Fixing WordPress
In reply to: How to post an image in the headerWhat theme are you using? Do you want this image to be a post-specific image, like in the Twenty Ten theme? or are you talking about an image for a logo.
Forum: Fixing WordPress
In reply to: problem with adding commentsIt looks like your comment form is posting to a bad URL.
/wordpress/wp-comments-post.php
is not correct.Replace
action="/wordpress/wp-comments-post.php"
withaction="<?php echo get_option('siteurl'); ?>/wp-comments-post.php"
Forum: Plugins
In reply to: Can I use a widget twice?Widgets that are coded with the new Widget API can be used more than once by default. You don’t need a plugin.
Forum: Fixing WordPress
In reply to: What is best way to change directories (on GoDaddy)?If you’re nervous, make sure you have a backup of your database and a copy of your theme.
By visiting this page and clicking “Save” at the bottom, you tell WordPress that you have updated your permalinks, and it then knows it needs to update the database with the new settings.
So basically WordPress should update the .htaccess for you (I’m pretty sure; maybe someone else will chime in.)
Forum: Fixing WordPress
In reply to: How to deactive editor or escape text from wp default parser?You can stop the Visual Editor from loading by going to “Users > Your Profile” and checking “Disable the visual editor when writing.”
Forum: Fixing WordPress
In reply to: Looking for files containing my blogpostsIf you installed MAMP, and it is running, you should be able to access it through https://localhost/phpmyadmin
Forum: Fixing WordPress
In reply to: HEY, MY ADMINISTRATORS PANEL IS INVISIBLE?!?! 3.0 SUX!Invisible as in a completely blank page, or are just certain elements missing?
Are you using the same thing you were before you upgraded?
Forum: Fixing WordPress
In reply to: problem with adding commentsDo you have a
wp-comments-post.php
in your WordPress install root directory?Forum: Plugins
In reply to: Can I use a widget twice?Is it a custom widget? Widgets coded with the new Widget API should be able to be used more than once.
There could be many pages/things in the CSS. Where do you want the posts to be centered? And by centered do you mean just the text, or the entire post itself?
A link to the site would be much more helpful.
Forum: Themes and Templates
In reply to: Help! was trying to delete and something went wrongIf you haven’t made too many modifications yet, you can delete the theme, and reinstall a fresh copy of it, which will undo any things you changed, and errors you created.