Copy link to clipboard
Copied
Hi!
1. How to add "Read More" option in BC blog?
2. How to use "Wrap text" around picture in BC blog>
Thank You!
Copy link to clipboard
Copied
Hi,
1. Maybe {tag_blogpostbodypreview,read more} tag will be helpful in here.
2. Not sure what you mean in here.
Copy link to clipboard
Copied
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.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now