Installation
After purchasing WP Sponsored Posts, you will receive a link to download the plugin. After downloading the zipped plugin files, extract and upload the /wpsponsored/ folder to your Wordpress plugins folder. Next, login to the Wordpress admin area and browse to the plugins page. Enable the WP Sponsored Posts plugin.
Now that the plugin is enabled, you will need to install the code in your theme where you want to display sponsored posts. Sponsored posts can be displayed on the following Wordpress template pages:
Main Index Template(Blog Posts Listing)Archives(Category Posts Listing)Single Post(Single Blog Post)
To display sponsored posts on any of these pages, open the page in the theme editor or your code editor. Find the line in the file that contains or looks similar to:
<?php if (have_posts()) : ?>
Where you find that line, insert the following line directly above it to display sponsored posts right above your other post listings:
<?php ListSponsoredPosts(); ?>


