INSTALLATION Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
- copy networkconnect.php to the wp-content/plugins/ directory
- activate the plugin in the admin panel, via Plugins >> Plugins >> Activate
-
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 ' » <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)
- done!
NOTE: see an example at http://www.rutgerhensel.nl
Screenshots
No screenshots provided