#4979
jambojam
Member

This is what I’m aiming to achieve too. If I show you my shortcode then perhaps you may be able to give me an idea where I’m going wrong

[search_form bl_form_id=’2′ listing_page= ‘/Accommodation’]

[bl_search_filter bl_form_id=’1′ listing_page= ‘/Accommodation’]

[display_listings show_paging= ‘1’ bl_form_id=’1′ type= ‘blfb2a’ l_featured=1 l_type=’7,6′ ]

[display_listings show_paging= ‘1’ bl_form_id=’1′ type= ‘blfb2a’ l_featured=0 l_type=’5′ ]

So obviously this takes place on my accommodation page with the filter at the top. I’m trying to run two display codes, first with the featured categories 7 and 6 and the second with standard category 5.

There’s two things which are getting annoying first of all the number “1” is being displayed between the two display listings, looks pretty untidy. The second issue is that I see no visible difference between featured category display and regular display… what does l_featured actually do? And am I implementing it correctly?