Title: [Plugin: Widget Logic] widget_content not persisting
Last modified: August 19, 2016

---

# [Plugin: Widget Logic] widget_content not persisting

 *  Resolved [Sarah Lewis](https://wordpress.org/support/users/bookchiq/)
 * (@bookchiq)
 * [18 years ago](https://wordpress.org/support/topic/plugin-widget-logic-widget_content-not-persisting/)
 * I love the widget_content filter, but I’m having some trouble getting the checkmark
   to “stick.” It seems to get unchecked whenever I change a widget and press the“
   Save Changes” button (general widgets save, not for the widget_content function).
 * Happy to help test if you want me to try anything!

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/plugin-widget-logic-widget_content-not-persisting/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-widget-logic-widget_content-not-persisting/page/2/?output_format=md)

 *  [alanft](https://wordpress.org/support/users/alanft/)
 * (@alanft)
 * [18 years ago](https://wordpress.org/support/topic/plugin-widget-logic-widget_content-not-persisting/#post-774988)
 * i will look into this asap
 *  [alanft](https://wordpress.org/support/users/alanft/)
 * (@alanft)
 * [18 years ago](https://wordpress.org/support/topic/plugin-widget-logic-widget_content-not-persisting/#post-774989)
 * you are absolutely right! expect a patch shortly
 *  [alanft](https://wordpress.org/support/users/alanft/)
 * (@alanft)
 * [18 years ago](https://wordpress.org/support/topic/plugin-widget-logic-widget_content-not-persisting/#post-774994)
 * fixed in the ‘development version’ you can get at [http://wordpress.org/extend/plugins/widget-logic/download/](http://wordpress.org/extend/plugins/widget-logic/download/)
 * alternatively the one line fix needed is shown here
    [http://dev.wp-plugins.org/changeset?new=widget-logic%4048215&old=widget-logic%4047080](http://dev.wp-plugins.org/changeset?new=widget-logic%4048215&old=widget-logic%4047080)
 *  Thread Starter [Sarah Lewis](https://wordpress.org/support/users/bookchiq/)
 * (@bookchiq)
 * [18 years ago](https://wordpress.org/support/topic/plugin-widget-logic-widget_content-not-persisting/#post-775064)
 * Thanks so much for the quick fix! Works like a charm.
 *  [houseofstrauss](https://wordpress.org/support/users/houseofstrauss/)
 * (@houseofstrauss)
 * [18 years ago](https://wordpress.org/support/topic/plugin-widget-logic-widget_content-not-persisting/#post-775155)
 * The readme file still shows the conditional tags as eg: **is\_home()** where 
   it should read **is_home()** and **is\_category(5)** instead of **is_category(‘
   5’)**. Can you update this please
 *  [alanft](https://wordpress.org/support/users/alanft/)
 * (@alanft)
 * [18 years ago](https://wordpress.org/support/topic/plugin-widget-logic-widget_content-not-persisting/#post-775162)
 * will do.
 * odd though cos I though that the escaped backslash was needed by markdown. i’m
   convinced that when i first tested the readme with the validator it made that
   text italic cos of the underscores and i added the slashes to force it to read
   ok. 🙁
 * nevertheless it doesn’t now! so i will fix that.
 *  [alanft](https://wordpress.org/support/users/alanft/)
 * (@alanft)
 * [18 years ago](https://wordpress.org/support/topic/plugin-widget-logic-widget_content-not-persisting/#post-775165)
 * ah, it *does* still render some text as italic where there are TWO underscores
   on a line, like
 * is_home() || is_category(‘baked-goods’)
 * the underscores vanish and “home() || is” becomes italic. but it doesn’t effect
   the other lines. so i’ll get rid where i can. still makes the RAW readme a little
   misleading cos of the markdown-ness, but the online version will always look 
   ok.
 *  [nutcase](https://wordpress.org/support/users/nutcase/)
 * (@nutcase)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/plugin-widget-logic-widget_content-not-persisting/#post-775238)
 * I have been searching everywhere for a solution to my widget problem. You obviously
   know widgets. I don’t know if your widget would solve my problem or not.
 * I downloaded WP 2.5.1 a couple of weeks ago. I am brand new to blogging but have
   very basic html ability – no php at all. I decided on the Cutline 3 ColumnRight
   theme. I love everything about it except for the widget problem.
 * Those widgets that were included with the theme apparently all work. Plugins 
   work, unless they involve a widget for a sidebar. A poster at support tried to
   help. None of his suggestions worked. He downloaded Cutline and it worked for
   him. Cutline is no longer supported, which seems strange as it’s claimed to be
   the most downloaded theme.
 * I have started over several times. The install of WP was by the ISP, Bluehost.
 * On the dashboard’s widget page, all installed widgets are listed on the left-
   hand side. You can add them to the right side but they disappear as soon as I
   save, refresh or view the page. They never appear in either sidebar. Should there
   not be a way of specifying in which column a widget should appear?
 * I am truly at a loss. I desperately need help. My blog is at: [http://www.crawfordharris.com](http://www.crawfordharris.com)
 *  [alanft](https://wordpress.org/support/users/alanft/)
 * (@alanft)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/plugin-widget-logic-widget_content-not-persisting/#post-775239)
 * does this happen when widget logic is inactive?
 *  [alanft](https://wordpress.org/support/users/alanft/)
 * (@alanft)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/plugin-widget-logic-widget_content-not-persisting/#post-775240)
 * First thing i notice about that theme is the bug in the function.php. Line 6
 * `register_sidebar(2);`
 * should be `register_sidebars(2);`
 * seems to work ok for me then with or without widget-logic.
 *  [nutcase](https://wordpress.org/support/users/nutcase/)
 * (@nutcase)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/plugin-widget-logic-widget_content-not-persisting/#post-775241)
 * Sorry, I had to take my wife out to eat. She retired from the kitchen as well
   as teaching.
 * I have not loaded widget logic. I was wondering if it might be of help. I went
   to edit my theme and it already read as you say it should. Were you able to change
   it? After checking that out I viewed my site but it still shows no widgets in
   the sidebars other than those that came with it. I also tried to move the widgets
   on the design/widget page. They still disappear when I attempt to save.
 *  [alanft](https://wordpress.org/support/users/alanft/)
 * (@alanft)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/plugin-widget-logic-widget_content-not-persisting/#post-775242)
 * no, i’m afraid widget logic won’t help you. my main suggestion would be first
   to deactivate all your plugins and if that is still of no help, make sure you
   are on an up-to-date browser.
 * if that’s still not helping, try disabling javascript on your browser and going
   back to the widget management page. without javascript the widget page works 
   subtly differently, and may work for you better.
 *  [mac4417](https://wordpress.org/support/users/mac4417/)
 * (@mac4417)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/plugin-widget-logic-widget_content-not-persisting/#post-775270)
 * Serious issue here: if I modify a widget that is found on say 3 of my 6 pages,
   why do I need to go to each page containing that widget and save it in order 
   for the new change in the widget to be shown? Is this a bug in widget logic or
   am I missing something?
 *  [alanft](https://wordpress.org/support/users/alanft/)
 * (@alanft)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/plugin-widget-logic-widget_content-not-persisting/#post-775272)
 * see reply on other thread – it sounds like a caching issue.
 *  [mac4417](https://wordpress.org/support/users/mac4417/)
 * (@mac4417)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/plugin-widget-logic-widget_content-not-persisting/#post-775274)
 * Alan, pardon my ignorance…which other thread? thanks.

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/plugin-widget-logic-widget_content-not-persisting/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-widget-logic-widget_content-not-persisting/page/2/?output_format=md)

The topic ‘[Plugin: Widget Logic] widget_content not persisting’ is closed to new
replies.

 * 19 replies
 * 6 participants
 * Last reply from: [ninis](https://wordpress.org/support/users/ninis/)
 * Last activity: [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-widget-logic-widget_content-not-persisting/page/2/#post-775280)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
