Viewing 1 replies (of 1 total)
  • Probably the best place to do it is at the top of the sidebar.

    Create a donate button inside your paypal account.

    Login to wp-admin.

    Click >> Theme >> Theme Editor

    Select the sidebar.php templat -‘Sidebar Template’

    Under the following code paste your paypal button code that you got out of paypal.

    <div id="sidebar">

    <ul>
    <li>

    <--paypal code here-->

    <?php include (TEMPLATEPATH . '/searchform.php'); ?>
    </li>

    If you are not allowed to save the code it means you have to chmod 777 your sidebar.php file on the server.

Viewing 1 replies (of 1 total)
  • The topic ‘add a donation box’ is closed to new replies.