Hi there, making a custom page template with 2 columns involves several steps, and is suited to those with a bit of PHP/HTML/CSS knowledge.
1. You’ll need to make a child theme so your changes won’t be overwritten when you update the theme. If you’re new to child themes, you can explore these guides:
http://codex.wordpress.org/Child_Themes
https://www.smashingmagazine.com/2016/01/create-customize-wordpress-child-theme/
http://vimeo.com/39023468
Keeping your theme up-to-date is strongly recommended to ensure you get bug fixes, security updates, and updates to keep the theme compatible with WordPress core.
2. You’ll need to create a custom page template in your child theme. You’ll find a guide to that in the theme handbook:
https://developer.wordpress.org/themes/template-files-section/page-template-files/page-templates/#creating-custom-page-templates-for-global-use
3. You’ll need to add the proper HTML markup in the template file, and accompanying CSS in the child theme’s stylesheet, to output your two-column layout as you want it to be displayed.
I hope this points you in the right direction. Let me know how it goes.
Thread Starter
mrplus
(@mrplus)
Hi and thank you for your help.
I already use a child theme, i created a custom template but the last step is a too complex for my knowledge… for now i use the Easy Columns plugin, i will try later to make a proper template to make it works.
my website is http://www.monsieurplus.org
thanks again
Sounds reasonable. The two columns on you homepage look good, and are even responsive – nicely done. 🙂
I’m marking this as resolved.