=== Plugin Name: tsw-custom-profile === Documentation/Supplement Here is the page template code for tsw-custom-profile if you want to use the plugin on another theme. By downloading this plugin it is not intended for any other themes other than the TSW (Tradesouthwest | @tradesouthwest ). == Instructions == * create file with the content below * where ever you want the plugin, add the code in section two into that page (or header/footer). * note the selectors for stylesheet attributes and update in you CSS. (change jqi, row, c12, etc. divs to your theme) == File Name: content-profile.php ==
'custom_profile', 'posts_per_page' => 12 ); $the_query = new WP_Query( $args ); if ( $the_query->have_posts() ) : ?> have_posts() ) : $the_query->the_post(); ?>
'; } ?>

== Callback code == == ** Tradesouthwest 2015 @tradesouthwest ==