Post Layout
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
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi. 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:
/* Theme Name: Origami Child Author: SiteOrgin Template: origami Version: 1.0.0 */ @import url("../origami/style.css");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.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.