How do I create different editable sections within a WordPress page?

后端 未结 7 2046
日久生厌
日久生厌 2021-01-30 00:44

I have been building my first theme on WordPress and have run into problem while adding content into different sections.

My HTML is somewhat like this,

&         


        
7条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-30 01:30

    hi im currently developing a theme with that set up. there are two ways to achieve this:

    widgetized and fixed admin panel (customizer options)

    i am using the two in my themes if widgets create a .php file that includes the widgets sections create a widget for that section

    if fixed in admin panel you have to include the .php section in your functions.php

    edit * advantage of widgetized is you can arrange them just like in a regular sidebar

提交回复
热议问题