Add ads to favorites
This little tutorial shows you how to make your users able to add their favorites ads to a page, so they can watch them later.
download and install
wp-favorite-posts:
UppIT - Free File Sharing - wp-favorite-posts.rar
(it needs to be this version, the latest one does not work)
(it says there's an update, but DO NOT update it..)
1. open singe-ad_listing.php
2. search for: <?php appthemes_after_post_content(); ?>
above that code, add this line:
?php if (function_exists('wpfp_link')) { wpfp_link(); } ?>
3. Now we will create a new page from our admin panel, the title could be called Favorites, in the content of the page add this: {{wp-favorite-posts}}
save it, and you are done
100% credits to Mr. Green