Widgets cloned with v1.xx are not displaying
-
Hi Jonathan,
I’ve encountered a problem with widgets cloned with the older generation of this plugin (v1.xx). When editing such a cloned widget ‘Advanced Parsing’ is enabled and the PHP code for the clone is displayed similiar to this example:
// Widget Settings $instance['title_url'] = ''; $instance['number_posts'] = '5'; $instance['post_type'] = 'post'; $instance['post_status'] = 'publish'; $instance['categories'] = ''; $instance['post_name'] = $widget->post_name; $instance['title'] = $widget->post_title; $instance['ID'] = $widget->ID; // Run Widget ww_the_widget('miniloops',$instance);
The old clones are displayed properly at the frontend and in the preview up to version v2.0.4 but fail with v2.1.3.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Widgets cloned with v1.xx are not displaying’ is closed to new replies.