-
AuthorPosts
-
July 6, 2015 at 7:51 pm #469214
Question 1: is it possible to allow an Excerpt to display under a title if the post is using a custom template vs the standards blog post template?
Question-1 IMG<Question 2: Is it possible to tweak the standarded blog post template to be a custom template that I setup?
<Question 2 IMGThanks for the help!
July 7, 2015 at 10:33 am #469508Hey fightforcreativity!
Thank you for using Enfold.
1.) Yes, it’s possible. You have to edit the post then enable the Excerpt in the Screen Options panel. Add the summary or excerpt manually.
2.) It is possible but it will require a major code rewrite. You have to edit the single.php and includes > loop-index.php files. You can contact codeable: http://kriesi.at/contact/customization
Or you can save the current layout as Template. You can find the template button in the top right corner of the advance layout builder. Use this template for posts.
Regards,
IsmaelJuly 10, 2015 at 6:19 pm #471665July 10, 2015 at 6:20 pm #471667- This reply was modified 9 years, 4 months ago by fightforcreativity.
July 14, 2015 at 2:14 pm #473173Hi!
You have to add the post meta info manually, either by using a code block or a text block. This is the html markup of the post meta info:
<span class="post-meta-infos"><time class="date-container minor-meta updated" itemprop="datePublished" datetime="2015-03-10T03:44:37+00:00">March 10, 2015</time><span class="text-sep text-sep-date">/</span><span class="comment-container minor-meta"><a href="http://localhost/kriesi/enfold/blog/link-post/#respond" class="comments-link">0 Comments</a></span><span class="text-sep text-sep-comment">/</span><span class="blog-categories minor-meta">in <a href="http://localhost/kriesi/enfold/blog/category/air/" rel="tag">Air</a>, <a href="http://localhost/kriesi/enfold/blog/category/earth/" rel="tag">Earth</a>, <a href="http://localhost/kriesi/enfold/blog/category/fire/" rel="tag">Fire</a> </span><span class="text-sep text-sep-cat">/</span><span class="blog-author minor-meta">by <span class="entry-author-link" itemprop="name"><span class="vcard author"><span class="fn"><a href="http://localhost/kriesi/enfold/blog/author/admin/" title="Posts by admin" rel="author">admin</a></span></span></span></span></span>
Best regards,
IsmaelJuly 14, 2015 at 3:10 pm #473220Thanks so its not possible to have it automatically update we have to change it for each post?
Thanks
July 14, 2015 at 4:16 pm #473280Hey!
Yes, unfortunately, you have to update it manually. FYI, the file that is being used when you use the ALB for post or for pages is the template-builder.php file. You can modify that file to add the post meta info automatically but that’s something we can’t provide here. You can contact codeable: http://kriesi.at/contact/customization
Cheers!
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.