Remove the previous post and next post from your page on WordPress and blogger.
On WordPress :
You need to go to appearance – Additional CSS:
And put the CSS code :
.post-navigation .nav-links {
visibility: hidden;
If you use Blogger, you need to put the CSS code :
#blog-pager {
display: none;
}
Remove Previous Post and Next Post. This will remove the text from previous and next posts from your posts.
What is CSS?
Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language such as HTML or XML (including XML dialects such as SVG, MathML, or XHTML).CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript.
CSS is designed to enable the separation of presentation and content, including layout, colors, and fonts. This separation can improve content accessibility; provide more flexibility and control in the specification of presentation characteristics;
enable multiple web pages to share formatting by specifying the relevant CSS in a separate .css file, which reduces complexity and repetition in the structural content; and enable the .css file to be cached to improve the page load speed between the pages that share the file and its formatting.
Blogger History
Blogger is an American online content management system that enables multi-user blogs with time-stamped entries. Pyra Labs developed it before being acquired by Google in 2003.
Google hosts the blogs, which can be accessed through a subdomain of blogspot.com. Blogs can also be accessed from a user-owned custom domain (such as www.example.com) using DNS facilities to direct a domain to Google’s servers. A user can have up to 100 blogs or websites per account.
On February 24, 2015, Blogger announced that as of late March, it would no longer allow its users to post sexually explicit content, unless the nudity offers “substantial public benefit,” for example in “artistic, educational, documentary, or scientific contexts.”
On February 28, 2015, accounting for severe backlash from long-term bloggers, Blogger reversed its decision to ban sexual content, going back to the previous policy that allowed explicit images and videos if the blog was marked as “adult”.