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 [...]
Posts in the "Wordpress Plugins" Category
-
-
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
Read More...
<?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;
?>
