Tanya
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress submit for review instead of publishI was sick of trying to find out what was wrong, so I did a complete reinstall and everything has gone back to normal thank god!
Forum: Fixing WordPress
In reply to: WordPress submit for review instead of publishI have also been trying to edit some Pages and deleting them, but it doesn’t allow me to.
When I try to delete a page, it takes me to the actual wordpress website, saying ‘Not Found’, just like it looks like on the home page.
Okay. I figured it out. In the Manage Gallery part, I realised I’ve only written in the Alt Text part and that there’s a row below that which is the description that comes up in the photo!
Forum: Fixing WordPress
In reply to: Getting rid of RSS feedsOk, I’ve found the culprit.
<link rel='alternate' type="application/rss+xml" title="<?php htmlentities(bloginfo('name')); ?> <?php echo urldecode($this->Category->name); ?> RSS Feed" href="<?php echo $link; ?>" />
This line is adding an RSS feed to every page from my shopp plugin. Does anyone know how to write something up in the functions.php file to remove it?
Thanks a lot for all the help so far too.
Forum: Fixing WordPress
In reply to: Getting rid of RSS feedsSorry that’s not true. I just tried it in Safari and both go to feedburner. Whereas firefox sends it to a non existing feed in one of the shopp folders
Forum: Fixing WordPress
In reply to: Getting rid of RSS feedsThanks again but it’s still not working. I’m starting to wonder if it’s the shopp plugin I have installed creating this feed. It doesn’t actually go to any feeds at all.
Forum: Fixing WordPress
In reply to: Getting rid of RSS feedsThanks for the reply. I found that code and have tried it, but it removes all feeds on the blog including my feedburner feed.
https://thinktraffic.net has only the one RSS feed coming up in the URL bar which is a feedburner feed. This is what I’d like to achieve.
Forum: Fixing WordPress
In reply to: Displaying no comments heading?Thanks for that. I was displaying it within the loop. All fixed now!:)
Forum: Fixing WordPress
In reply to: Sidebar disappears on search page 2That’s interesting… What browser are you using?
Forum: Fixing WordPress
In reply to: Getting a blank page when I style the comments in functions.phpHahaha, I just fixed it. I had a stupid space between the two functions. Thanks for your help. I think my fiancé is scared after my crazy laughing.
Forum: Fixing WordPress
In reply to: Getting a blank page when I style the comments in functions.phpIf i try deactivating every single plugin and adding a comment it goes to a page with this
Warning: Cannot modify header information – headers already sent by (output started at /home/pet34184/public_html/wp-content/themes/peterahrens/functions.php:6) in /home/pet34184/public_html/wp-includes/pluggable.php on line 868
Forum: Fixing WordPress
In reply to: Getting a blank page when I style the comments in functions.phpThe only other code in my functions.php is this:
<?php if ( function_exists('register_sidebars') ) register_sidebars(2); ?>
I followed this tutorial after trying it from another. It didn’t work after either of them. Everything works fine but the last bit, it just lands on a blank white page.
I’ve looked for any blank spaces multiple times and haven’t found any. I’d even tried removing the extra space at the bottom.
I’ve just tried changing themes and messing around and it does the same thing.
Forum: Fixing WordPress
In reply to: Completely ruined wordpressOk the visual editor is working now but still no image upload. The tutorial page isn’t helping either.
Forum: Fixing WordPress
In reply to: Completely ruined wordpressI have the site up and running now. It seems that the entire wp-includes folder didn’t upload. My problem now is that if you go to edit a post only the html editor works and not the visual, it still will not add any media either.
How can I fix this?