oncidium
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Customer Reviews] Setting options not showing up for WP ReviewsWhat was it because I have the same problem?
Forum: Fixing WordPress
In reply to: Unable to edit postsI just had the same problem and the solution worked perfectly. Hope they can correct this in a future revision!
Forum: Fixing WordPress
In reply to: troubleshoot slow loadingGot as much as I can validated…the remainder of what is there I’m not sure how to fix.
Forum: Fixing WordPress
In reply to: troubleshoot slow loadingThanks for the help. I’m working on fixing some of the code but there are a few things I’m not really sure what to do with (could be theme related?) Also, what does ravelrything not defined mean?
Forum: Fixing WordPress
In reply to: troubleshoot slow loadingworking on that now using the pluginhogdetector plugin to help. Still getting the “error on page” in ie. Forgot to post a link to blog: https://www.divaknitting.com/blog
Forum: Fixing WordPress
In reply to: troubleshoot slow loadingThanks…it’s so slow though that I’m worried a script or error somewhere might be causing it.
Forum: Installing WordPress
In reply to: Fatal errorI have exactly the same error since upgrading to the latest wordpress. Any luck getting this fixed?
Forum: Fixing WordPress
In reply to: RSS feeds don’t workI disabled the wp-sticky plugin. Is that all I need to do? The feed still does not appear to be updating.
I did make a change to the functions.php file (I noticed you mentioned that somewhere with another feed problem) I just added the code: `//exclude category 12
function limit_feed() {
if (is_feed() && !is_category()) {
query_posts($query_string . “&cat=-12”);
}
}
add_action(‘rss2_head’,’limit_feed’);
//END exclude category 12` curtesy of otto42.
The code does exclude category 12 but it seems like I’ve been having feed issues every since. However, when I remove it that doesn’t fix the problem either. I updated my wordpress installation just to make sure that all the files are correct. Any other suggestions?
Forum: Fixing WordPress
In reply to: RSS feeds don’t workMy feeds seem to be a little wonky right now too but I have no idea how to fix it. https://www.divaknitting.com/blog/?feed=rss2
Forum: Fixing WordPress
In reply to: save once, posts multiple timesI’m having the same problem. Did you figure this out?
Forum: Fixing WordPress
In reply to: built in category feed will not workHOT DOG! You got it. Huge thank you!!!!!!!!!!!!!! ??
Forum: Fixing WordPress
In reply to: built in category feed will not workBummer. I tried changing to the default theme too and that had no effect.
Would any of this be useful in trying to exclude a category from my feed as I am trying to do in this post: https://www.ads-software.com/support/topic/124459 Everything I have tried so far doesn’t work.
Forum: Fixing WordPress
In reply to: built in category feed will not workWell in that case it still isn’t working. I should have been more clear that I had tried the browser too…https://www.divaknitting.com/blog/?feed=rss2 still shows category 12 with both the Feed Locations changed to https://www.divaknitting.com/blog/?feed=rss2&cat=-12 and the mod you specified before. Neither seems to work.
Forum: Fixing WordPress
In reply to: built in category feed will not workDOH! I didn’t think of that! I’ll change it and leave it alone for a while to see if it works. Frustrating to not be able to see immediately. Do you think it is better to go with your original suggestion or the Feed Locations plugin? I also found something about changing the .htaccess file that I tried (probably same cacheing problem)