Phil
(@owendevelopment)
Without seeing the PHP code:
Open single.php from the editor and locate and remove the php line used to display the post meta.
There isn’t a single.php file with the Evolve theme. The is an evolve.php but that is nothing like single.php.
Phil
(@owendevelopment)
Hang on, let me download the theme and check…
Phil
(@owendevelopment)
Yeah, no single.php.
A sneaky quick fix for you:
Open base.css (line 14):
.published {
background: url("../images/widget-title.gif") no-repeat scroll center bottom #575A62;
border: 1px solid #494C55;
color: #FFFFFF;
float: left;
left: -11px;
line-height: 15px;
padding: 4px 7px;
position: relative;
text-align: center;
text-shadow: 0 1px 2px #444444;
top: -11px;
And change to the following:
.published {
display: none;
}
Not the best way to do it, but certainly the easiest.
Okay thanks for your help
Phil
(@owendevelopment)
…you can then do away with the plugin as well and save on PHP calls used by the plugin.
Hi PSM Digital
I wanted to do the same but can nowhere find the base.css you mention. Maybe it’s not applicable anymore, maybe because in the meantime the theme was updated at least once?
I am not really familiar with themes so if you’d be so kind to look into this again, it woul be much appreciated 🙂
Thanks,
David