Integrating Bootstrap carousel in WordPress without plugin

前端 未结 6 1598
感动是毒
感动是毒 2021-01-12 19:05

I have integarted bootstrap carousel into my wordpress. The slides will be taken from the posts which will be tagged as \"featured\" so only 5 recently enter \"featured\" po

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-12 19:48

    Limit the first query to 1 post. In that first loop, set the carousel item class to active. Reset the query and run a second loop, offset by one, and negate the active class, like so:

        
    

提交回复
热议问题