Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
It worked, thank you!
This is the post with the assigned thumbnail. It appears in the search results and category page. I don’t want thumbnails to show in any pages (single post, blog, category or archive) because the image is redundant. To confirm, the “thumbnail” image is what will show in “Related Articles” and “Swift Framework Recent Posts” widget?
In Post > Main Detail Options > Include author info & Include related articles. Do you have code to exclude those Author & Related options? Otherwise I have to go into 500+ posts and uncheck all the boxes individually.
Worked, thanks!
Thanks so much Laranz, really appreciate it! One more: how do I hide the Welcome message in the Header area?
This reply has been marked as private.Hi Melanie,
I appreciate Laranz’ and your help, but displaying full posts isn’t a customization issue. It’s a vulnerability that I’ve discovered in your theme. Full posts are the most basic way to display a blog page. I was shocked to find it not offered in Theme Options > Archive/Category Options > Full Posts. This blog has 544 posts that I would manually need to assign featured images to. Furthermore, your default display types would duplicate the featured image, 1) pinning it to the top and 2) in the body below! Please continue to help accommodate my request for a full post page. If not, I’ll be forced to flag your theme to the Envato support team.Thanks,
CraigThe same snippet of code below doesn’t exist in “sf-post-formats-3.6.php”, please advise?
if ($content_output == “excerpt”) {
if ($custom_excerpt != ”) {
$post_excerpt = custom_excerpt($custom_excerpt, $excerpt_length);
} else {
if ($post_format == “quote”) {
$post_excerpt = get_the_content_with_formatting();
} else {
$post_excerpt = excerpt($excerpt_length);
}
}
} else {
$post_excerpt = get_the_content_with_formatting();
}I replaced the code, but nothing appeared to change. Still post excerpts throughout the site.
Yes, I’d like to display full posts on the blog page, category page, archive page, etc. (every page where posts exist).
Hi Laranz,
I added it to Theme Options > Custom CSS. All the requested pages are still formatted as excerpts, not full posts.Please advise,
Craig -
Posted in: We hit Power Elite.