Forum
Blog post name in list view by section not using title field?
Have added some posts using an alternate Blog template. When viewing posts by "section" it lists as:
POST 5
POST 6
etc.
Instead of using "Title".
My title code in template:
<perch:blog id="title-product" type="text" label="Product title" required="true" title="true" size="l autowidth" order="1"/>
I tried renaming "id=title" as well just in case, as you can see above.
SETTINGS:
Perch: 2.6.6, PHP: 5.3.29, MySQL: 5.5.37, with MySQLi
Server OS: Linux, cgi-fcgi
Installed apps: content (2.6.6), assets (2.6.6), categories (2.6.6), perch_blog (4.5.2), perch_forms (1.7)
Your title field needs to be
postTitle
.Ahh snap... that's what happens you change from using a custom content template and repeaters to using an alternative Blog post template with sections and filters!
Thanks.