INSTALLATION Wordpress Plugin - Rating, Reviews, Demo & Download

INSTALLATION Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

  1. copy networkconnect.php to the wp-content/plugins/ directory
  2. activate the plugin in the admin panel, via Plugins >> Plugins >> Activate
  3. edit wp-content/themes/default/sidebar.php (if you don’t use the default theme, please choose the right directory) insert these lines:

        <?php     /**      * Online Networking      */     if(function_exists('onw_show_networks'))     {         echo '<li><h2>Connect to me on</h2>';         onw_show_networks('sidebar');         echo '&nbsp; &nbsp; &nbsp; &raquo; <span class="small">Get this <a href="http://www.rutgerhensel.nl/?p=5">plugin</a></span>';         echo '</li>';     }     ?> 

    you can put these lines where you like. by default you can put them under the Pages definition, which looks something like: <?php wp_list_pages('title_li=Pages’ ); ?> in my case that line is on line 41 save the sidebar.php file (or upload again)

  4. done!

NOTE: see an example at http://www.rutgerhensel.nl

Screenshots

No screenshots provided


Reviews & Comments