Posts in the "Wordpress Plugins" Category

  • Wishlist Member, iDevAffiliate, Paypal…

    edit: This article was edited on June 7, 2010 to include the iDevAffiliate Subscribe notify link in the examples.
    In February, I released Enhanced Paypal ShortCodes for Wordpress that enables website owners to easily add Paypal buttons on their pages.  Personally, I think it’s a great little plugin that saves me a heap of time because [...]

    Read More...
  • Since I released my plugin Enhanced Paypal Shortcodes the other day, I have been “enhancing” it.  The one feature I did want to enable on Enhanced Paypal Shortcodes was the ability to use hosted buttons.  Whilst my motivation for creating the plugin initially was to help my clients who used iDevAffiliate and JROX JAM (which [...]

    Read More...
  • A quick code to get ‘Simple Side Bar Navigation’ working
    <?php
    if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Simple Top Nav’) ) : ?>
    <?php wp_list_pages(‘title_li=&depth=2&sort_column=menu_order’); ?>
    <?php
    endif;
    ?>

    Read More...
  • As a developer and support person, I am often called upon to help clients installed Paypal buttons on their wordpress website.
    Unfortunately, this generally entails editing the page or post in HTML and pasting the paypal form code in.  Once this is done, I have noticed that editing the content around the pasted paypal button can [...]

    Read More...