I created the site layout in plain HTML \ CSS \ JS, and I put the layout on WP, and now the question ..

  1. I have a table with a collapse when clicking on a block opens a table, and I need to make the table so that it is dynamic, and so that it can be changed in the admin panel, because only the layout was planted on WP and I can not change anything in the admin panel?

  2. Where can I see the information to create a dynamic table, or which plugin to use for tables?

  3. And which topic is best suited if you do layout on WP?

The first time I do this, so sorry for the dumb questions.

Thank you very much !

  • one
    Where is this table with collapse located? To edit something in the admin area, the theme must be configured accordingly. If this table of yours is located in a page, then edit the code for this page in the admin area, if you don’t put all html css js in php files. - Klimenkomud
  • one
    Do not pop the entire layout (content) in php . Create template files, display the content in the template file, and in the admin panel fill the page with content. - Klimenkomud
  • one
    Take any theme from the official WordPress repository, create a child from it and modify as you wish. - KAGG Design
  • one
    @Klimenkomud I would absolutely not recommend starting with developing your own theme. It's just a waste of time, and a bunch of ridiculous questions are here on SO. We must first understand how the normal modern theme is arranged, and then produce our bicycles. - KAGG Design
  • one
    @KAGGDesign Two paths that lead to +/- the same result. I agree with you, it is better to first analyze how well-written topics are organized, and then write your own. - Klimenkomud

0