Hello!
On my About page, click on Read More and the display just shows the Featured Image (no text), not the rest of the article (like on all my other posts). Clicking on the image just shows the same thing with out the text.
Also, on a hover of the image, I had included …
.entry-thumb:before {
display: none;
}
a.entry-thumb:hover img {
opacity: 1;
}
… to remove the grey box but it doesn’t work on the About post (but it works on all other pages).
Basically, I’m trying to get my “Page” page to show like my “Post” page for consistency reasons. I converted my Bio Page over to a Post (see About - left it there for comparison reasons) because it does not show the Archive Title and Archive Subtitle like on my other menu items (see Travel, Scoop, etc). There are some Pages on the menu which I may have to convert to a Post for display consistency … unless you have a solution for me to display the Archive Title and Archive Subtitle show on all appropriate posts and pages (currently it doesn’t show after you click Read More on a Post).
TIA