stblink VIP
Total posts: 501
15 Nov 2012 11:29

Hi!

I saw on another topic that the featured records had a specific style, something like "featured".

I featured a record, opened firebug and searched for "feature" and besides appearing two results it was related to the admin beeing able to feature the record and nothing more. I don't see any class different on the featured record.

Thanks

Last Modified: 02 Mar 2014


Xtream VIP
Total posts: 129
16 Nov 2012 05:45

It depends from template, which you use. Template code should have a special class in records wrapper.

Example from my template:

<li class="li-list-row<?php echo $k = 1 - $k; ?><?php if($item->featured) echo ' article-featured' ?><?php if($item->extime && $item->extime->toUnix() < time() ) echo ' article-expired' ?> list">

stblink VIP
Total posts: 501
16 Nov 2012 09:57

I will check the template. The template is the blog template i'm using in the section listing, perhaps it's not included but with your code i believe i will get there.

thanks!

Powered by Cobalt