Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Blog Post Titles Not Showing
New Contributor
Feb 20, 2020 11:30 AM
Hi,
My main blog post page features 9 articles.
It's all pretty and nice except it doesn't show the titles of the articles 😕
Title of the blog posts not showing
Not ideal.
The CSS looks like this:
<!-- Post Content--> <div class="post-content"> {% if content.topic_list[0] %} <div class="category">{{ content.topic_list[0] }}</div> {% endif %} <a href="{{ content.absolute_url }}"><h1 class="title">{{ content.widgets.custom_post_title.body.value }}</h1></a> <!-- <h2 class="sub_title">The city that never sleeps.</h2> --> <p class="description">{{ content.meta_description|truncatehtml(120, '...' , false) }}</p> <div class="post-meta"><span class="timestamp"><i class="fa fa-clock-o"></i> {{ content.publish_date|datetimeformat('%b %e, %Y') }}</span></div> </div>
Not sure what to do with this.
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content