Include Content Holders in to Template | Adobe Business Catalyst

False:

{module_contentholder,3113420}

True Way: (This is best way to insert contentholder)

{module_contentholder,name="TEMPLATE - Headscript"}

("TEMPLATE - Headscript.html" - Contentholder File Name)

Web Apps List Limit for Custom Template | Adobe Business Catalyst

{module_webapps,News,a template="/Layouts/WebApps/News/customlist.tpl",,,,,10}

Duplicate Pagination | Adobe Business Catalyst

Add this duplicate pagination content where you want


<ul class="top-pagination"></ul>
<div class="Testimonials">
  {module_webapps,Testimonials,a}
</div>

Make sure jQuery is referenced in the HEAD of your HTML document or at least loaded before this script


<script>
  (function($){
    $(document).ready(function(){
      var targetEl = $(".top-pagination");
      var bcPagination = $(".pagination.webapp");
      if ( bcPagination.length && targetEl.length ) {
          console.log("Truth!");
        targetEl.html(bcPagination.html()).addClass("pagination webapp");
      }
    });
 
  })(jQuery);
</script>

Blog | Adobe Business Catalyst

Blog Title:

{tag_blogposttitle}

Blog Item URL:

{tag_itemurl_nolink}

Blog Custom Template:

{module_blogsitepost,3, template="/Layouts/Blog/sidebar-recent-blog.tpl"}

Blog Limit Characters in Description:

{tag_blogpostbody, 400, Read More→}

Blog Full Description:

{tag_blogpostbodypreview, Read More→}

Blog Image:

{tag_blogpostbody, 100, Read more→}

{tag_blogpostbodypreview}