These “listings” that you refer to, are they from a specific theme or plugin?
If so, which one?
Hi Zeddie,
Thanks for taking the time to reply π
OK, I’m using a premiumpress.com theme for a listing directory in WP
When I add a ‘listing’ I can set it as ‘featured’
As I have so many, want these show first before non-featured listings
If that makes sense π
Regards
I can’t seem to have access to admin section of the premium theme, nor am I certain which of the themes you are using.
In the editor for the “Classified” theme, for example, you can change the list order.
Search for
<div class=”tabstyle1″>
<ul class=”nav nav-tabs ” role=”tablist”>
<li role=”presentation” class=”active”>New Arrivals
<li role=”presentation”>Most Popular
<li role=”presentation”>Most Viewed
<li role=”presentation”>Featured Listings
</div>
Change it to
<div class=”tabstyle1″>
<ul class=”nav nav-tabs ” role=”tablist”>
<li role=”presentation”>Featured Listings
<li role=”presentation” class=”active”>New Arrivals
<li role=”presentation”>Most Popular
<li role=”presentation”>Most Viewed
</div>
Hi,
Its the WP default ‘user’ settings
Can you please send a link to your site?