garrettdanielson on "Display entire blog posts in feed"
How do you display the entire blog post instead of the title and a preview in the blog feed? My Reading Settings are already set to display the entire text, but for some reason the feed is still...
View ArticleMya on "Display entire blog posts in feed"
Hi,Just for clarification - Are you referring to your RSS feed or your actual blog page?To remove the lightning bolt icon add this to your custom.css or Quick CSS:.hr { background: none no-repeat...
View Articlegarrettdanielson on "Display entire blog posts in feed"
Thank you for your help, Mya. I'm referring to the actual blog page, not the RSS feed.
View Articlegarrettdanielson on "Display entire blog posts in feed"
I tried adding that code to my custom.css file and the lightning bolt icon disappeared but there it's been replaced by a box that overlaps with post content. See what I mean here:...
View ArticleIsmael on "Display entire blog posts in feed"
Hello,To remove the lightning hr just put this on your custom.css.hr { display: none; }Flashlight by default will show the whole blog posts unless you put <!-- more --> on your post editor which...
View Articlegarrettdanielson on "Display entire blog posts in feed"
Thanks for the response Ishmael.I still can't get embedded videos/images to show up in the blog feed without clicking through to the single post that they are embedded in. Feel free to look at my...
View ArticleIsmael on "Display entire blog posts in feed"
Hello,Please send your admin details on sighlence13@hotmail.com. Include this thread on your email to avoid being detected as spam.Regards, Ismael
View ArticleMya on "Display entire blog posts in feed"
Tagging this for Ismael so he'll have a quick link.Regards, Mya
View ArticleADGWS on "Display entire blog posts in feed"
Same here, I don't have the entire blog post on the Blog page (text + pictures)And also, I have set up a page as Home Page, which then shouldn't show the blog posts, but it does. It displays the...
View ArticleIsmael on "Display entire blog posts in feed"
Hello,@garrettdaniel: your site is fine now. :)Open up your loop-index.php, look for this codethe_excerpt();Replace it withthe_content();Regards, Ismael
View ArticleRe: Display entire blog posts in feed
Same here, I don’t have the entire blog post on the Blog page (text + pictures) And also, I have set up a page as Home Page, which then shouldn’t show the blog posts, but it does. It displays the...
View ArticleRe: Display entire blog posts in feed
Tagging this for Ismael so he’ll have a quick link. Regards, Mya
View ArticleRe: Display entire blog posts in feed
Hello, Please send your admin details on sighlence13@hotmail.com. Include this thread on your email to avoid being detected as spam. Regards, Ismael
View ArticleRe: Display entire blog posts in feed
Thanks for the response Ishmael. I still can’t get embedded videos/images to show up in the blog feed without clicking through to the single post that they are embedded in. Feel free to look at my...
View ArticleRe: Display entire blog posts in feed
Hello, To remove the lightning hr just put this on your custom.css .hr { display: none; } Flashlight by default will show the whole blog posts unless you put <!– more –> on your post editor...
View ArticleRe: Display entire blog posts in feed
I tried adding that code to my custom.css file and the lightning bolt icon disappeared but there it’s been replaced by a box that overlaps with post content. See what I mean here:...
View ArticleRe: Display entire blog posts in feed
Thank you for your help, Mya. I’m referring to the actual blog page, not the RSS feed.
View ArticleRe: Display entire blog posts in feed
Hi, Just for clarification – Are you referring to your RSS feed or your actual blog page? To remove the lightning bolt icon add this to your custom.css or Quick CSS: .hr { background: none no-repeat...
View Article