PDA

View Full Version : Installing code into sidebar .php


Larry_S
05-07-2007, 07:04 PM
Hello

Which line are we supposed to install code into sidebar.php

and do we need to add <?php to the beginning of the code?

Larry

wpbankrollhelp
05-08-2007, 01:02 AM
this is how we set it up in our demo

<?php if(function_exists('wp_bankroll_link')) wp_bankroll_link("Buy A Blog Post"); ?><br><br>

see Wordpress plugin Demo (http://www.wpbankroll.com/demo/)

we put it above this line

<?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?>


as you can see in the demo it is above the PAGES title

hope that helps