URL is http://haydoesvintage.co.uk/laura-ashley/
My question is, how do I remove the following from showing on the page?
STICKY panels_data: a:0:{}
The theme does not generate such meta data. It was either added manually or it’s added by a plugin.
Ok, thank you. I’ve made 2 sites using the Pinboard theme, and only one has generated this info.. I’m looking to see what is different in the set up
This is what is coming up on the page. Shows even when you look at the page as a site visitor, not as admin. I’ve uninstalled all the plugins now, except the ones that I had installed for the other site that is working.
http://haydoesvintage.co.uk/laura-ashley/
panels_data: a:0:{} sharing_disabled: 1
I’m sure it must be something simple:)
Hi, I fixed the problem with this css code from WordPress
.entry-author-link,
.entry-permalink,
.entry-date,
.entry-meta {
display: none;
}