What's the best way to manage sections on a page?
I bought some long time ago an HTML theme which was an one-page template, however I'm changing it to be a multiple page, for SEO reasons. Then, my homepage has a lot of sections, containing slideshow, portfolio gallery, testimonials, pricing table, tabs etc.
So, I'm a little bit "lost" about how to manage that and put each content in its respective page, considering the fact that I'm using the Yoast SEO plugin, so SEO here is a huge point.
What would you recommend me about the content management? Should I put each section in a separate file and use the get_template_part( )
function to include them or cut HTML code and paste it inside the WP wysiwyg editor with all markup? The most important is that I need to have the possibility of editing that content from admin.
What would you suggest me??
Thanks so much :)
Topic custom-content page-template management pages content Wordpress
Category Web