Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

how to add "Read More" in BC blog

New Here ,
Jun 25, 2014 Jun 25, 2014

Hi!

1. How to add "Read More" option in BC blog?

2. How to use "Wrap text" around picture in BC blog>

Thank You!

315
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jun 25, 2014 Jun 25, 2014

Hi,

1. Maybe {tag_blogpostbodypreview,read more} tag will be helpful in here.

2. Not sure what you mean in here.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 25, 2014 Jun 25, 2014
LATEST

For Blog Post List Layout you can do something like this:

<div class="blog-post">

<h2 class="post-title">{tag_blogposttitle}</h2>

<div class="post-details">{tag_blogpostdate}</div>

<div class="post-body">

{tag_blogpostbody,500}

</div>

<div class="blog-link">

<a href="{tag_itemurl_nolink}">Read More</a>

</div>

</div>

Just style the blog-link class with CSS as you feel fit.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines