Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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 IMG

    Thanks for the help!

    #469508

    Hey 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,
    Ismael

    #471665

    Dude you rock! Is it possible add the authors to the custom template blog posts? Thanks

    #471667

    – forgot to add this Thanks

    #473173

    Hi!

    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,
    Ismael

    #473220

    Thanks so its not possible to have it automatically update we have to change it for each post?

    Thanks

    #473280

    Hey!

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.