mmwp99
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Pages appearing in RSS feed – unwantedI just had this problem. It was the “Page Category Plus” plugin. I’m on 2.3.2. All my pages went out on my feed. Rather embarrassing, actually.
I recommend turning off all the plugins, confirming that pages no longer display in your feed, then turning the plugins on one by one.
Forum: Fixing WordPress
In reply to: how to disable comments form cookiesAnd I’d like to just disable it across the board (so that past commenters could get a quickly delivered page from the wp-cache plugin).
Forum: Plugins
In reply to: wp-cache and duplicate pagesThis is normal behavior for wp-cache, and doesn’t imply that more than one URL is in play for the same page.
When a visitor leaves a comment in WordPress, they are given a cookie so that upon a revisit their personal info can be pre-populated into the comments form.
Wp-cache keeps a different version of each page for each unique cookie that comes in (since in the case of a page with pre-populated data in the form the page _is_ different). Wp-cache does this for all pages, regardless of whether there is a form on it or not.
When you log into your admin panel, you get a cookie. You will notice that if you visit a page when you are logged in and again when you are not, you’ll get 2 copies cached by wp-cache.
Forum: Fixing WordPress
In reply to: categories dropdownIf someone has an example of using wp_dropdown_categories() in sidebar.php I’d really appreciate it!
Forum: Fixing WordPress
In reply to: WP 2.1 – Posting ProblemA newbie tip: you need to clear your browser cache before the tiny_mce_config.php change will take effect.
Forum: Fixing WordPress
In reply to: WP 2.1 – Posting ProblemThanks for this fix!
The visual editor messed up one of my fairly complex existing posts by replacing <div class=…> with <p class=…> and it took me a couple of hours to figure that out. Argh!