Posts tagged as:

widget

One plugin which I found: http://wordpress.org/extend/plugins/widget-context/

{ 0 comments }

To begin the tutorial, extract your theme into a folder and open it to see all the files. If your theme has only one sidebar, then most probably you will NOT find a file called functions.php in your theme folder. In that case you will have to create this file yourself. Just open notepad or any other code editor to start a new file. Put this code into that file:

Read more…

{ 0 comments }

To resolve this issue go to:

yoursite.com/wp-content/plugins/mailchimp-widget/lib/ns_widget_mailchimp.class.php

onb line 249 there is:

$this->hash_mailing_list_id($this->number) == $_COOKIE[$this->id_base . '-' . $this->number] || false == $this->ns_mc_plugin->get_mcapi()

Just delete this and write in the brackets false.

This should resolve the issue and load the widget every time.

{ 1 comment }