Read To A Greater Extent Than Inwards Dynamic Template Magazine View
Wednesday, October 2, 2019
Edit
Some spider web log owners, who set out their blogs using a dynamic template, prefer the "Magazine" view.
Influenza A virus subtype H5N1 few owners bring out that there's a occupation amongst the "Read More" function, inwards the "Magazine" post service summary display.
With Dynamic Templates involving seven dissimilar views, though, it's non hard to imagine 1 or ii details dropping through the cracks - too nosotros are here.
It's non difficult, fortunately, to add together a "Read More" caption to the summary display, inwards Magazine view.
It's all done, using CSS. There are three sections of the Magazine display.
That gives us three CSS rules, to add together to the template. You add together them, every bit i would hope, using the "Add CSS" wizard inwards the "Advanced" department of the Template Designer. Remember, every bit always, to brand a blank line, earlier each rule, when you lot paste.
Lead - The offset (most recent) post.
Feature - Everything visible, below the Lead post, earlier you lot start scrolling.
Fold - Everything visible, afterwards you lot start scrolling.
You may modify "content" (the caption), too "color" (the text colour), to conform your preference.
What you lot see, above, is the code that I added to this blog. If you lot wish, you lot may examine the results.
This tweak, originally provided past times Yoboy, was necessitated past times never ending Blogger revisions.
Influenza A virus subtype H5N1 few owners bring out that there's a occupation amongst the "Read More" function, inwards the "Magazine" post service summary display.
How create I allow my readers know that there's to a greater extent than to read? There's no caption to signal "Read to a greater extent than ..."!This is an strange omission, too.
With Dynamic Templates involving seven dissimilar views, though, it's non hard to imagine 1 or ii details dropping through the cracks - too nosotros are here.
Related
It's non difficult, fortunately, to add together a "Read More" caption to the summary display, inwards Magazine view.
It's all done, using CSS. There are three sections of the Magazine display.
- The "lead", or offset post.
- The "feature", or the other posts inwards a higher house the fold. You come across these posts below the lead, too earlier you lot scroll.
- The "fold", or all of the posts below the fold. You come across these posts, every bit you lot scroll.
That gives us three CSS rules, to add together to the template. You add together them, every bit i would hope, using the "Add CSS" wizard inwards the "Advanced" department of the Template Designer. Remember, every bit always, to brand a blank line, earlier each rule, when you lot paste.
Lead - The offset (most recent) post.
#lead .summary:after { content: "Read to a greater extent than >>"; color: #2d25ce !important; clear: both; display: block; position: relative; left: 0; top: 5px; }
Feature - Everything visible, below the Lead post, earlier you lot start scrolling.
#feature .item:after { content: "Read to a greater extent than >>"; color: #2d25ce !important; clear: both; display: block; position: relative; left: 0; top: 5px; }
Fold - Everything visible, afterwards you lot start scrolling.
#fold .item:after { content: "Read to a greater extent than >>"; color: #2d25ce !important; clear: both; display: block; position: relative; left: 0; top: 5px; }
You may modify "content" (the caption), too "color" (the text colour), to conform your preference.
What you lot see, above, is the code that I added to this blog. If you lot wish, you lot may examine the results.
- Magazine ViewYou may also sentiment this blog, using a dynamic template, past times clicking "Dynamic", inwards the link bar at the elevation of the screen.
This tweak, originally provided past times Yoboy, was necessitated past times never ending Blogger revisions.