PHP Bootstrap row loop every 3 posts

前端 未结 2 1544
别那么骄傲
别那么骄傲 2021-01-27 06:31

Trying to display the custom posts on my archive page within a bootstrap row containing 3 columns then starting a new row, got the code but new to PHP and dont know where to put

2条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-27 06:32

    In this part of code:

    ">

    You must get wrong bootstrap class like col-md-41, col-md-412. Correct you code by this way:

提交回复
热议问题