Hi @isanakhan,
I want to Remove the Previous & Next Post Backgrounds in a single post See this print screen: https://ibb.co/t3xYhwm
You could do it using CSS. The images would still load, but you would force a different background.
Have you considered it?
You can go to WP Admin > Appearance > Customize > Additional CSS, then add something like that:
/* Change background and padding for previous & next posts (FS) */
.nav-links a {
background: black;
padding: 20px;
}
2nd i want to show my related post like this https://ibb.co/F4kjZrY
The Twenty Fifteen theme is quite limited, and I don’t see a way to do what you’re looking for without using custom code. My recommendation would be to move to one of the new default themes (like Twenty Twenty-Two or Twenty Twenty-Three), as these allow you to use the Site Editor feature, which gives a whole customization experience.