Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello,
Is it possible to change the layout of current posts? How would I go about doing this? I thought I could create a separate template as a page, but when I go to the posts page, it won’t let me chose a template. Any help would be appreciated. Do I have to upgrade to premium for this option? Please let me know.
I am using Origami and Page Builder.
Thank you,
Megan
Hi. Please don’t forget to put your new template into a child theme. The style.css of your child theme can look something like this:
There is no single.php template in Origami so assuming you want this new post template to applicable to all posts the easiest solution is to copy index.php from origami into origami-child, rename it to single.php and make changes as required.