Sponsored Links are showing on every pages if you have page 1, 2 , 3 .... for listings and that makes me worry about duplicated content.
Is there anyway to ONLY show sponsored links on only page 1 ?
Sponsored Links are showing on every pages if you have page 1, 2 , 3 .... for listings and that makes me worry about duplicated content.
Is there anyway to ONLY show sponsored links on only page 1 ?
Showing as number one (that's the point of sponsored listings) won't hurt as duplicate. This is the same as having a list of sponsored links down the side of your site that appear on all pages.
However if you looked at the code the answer was there for you already and nicely commented
Browse.php line 164
$pg_which = 1; // remove this line if you want to show in first page only
I would suggest commenting that line and not removing it. Does the same thing but you can switch back easily.