JenR
(@jennifer-roberts)
One easy way is to hide it with CSS – try adding this to your custom CSS section:
.home .entry-meta {
display: none;
}
For additional help, you may want to consult the developer of your commercial theme – as these forums really don’t support commercial products.
The CSS above will remove that whole line, but you will lose your customizations if the theme is updated. For that reason, I would create a Child Theme, as explained here:
http://codex.ww.wp.xz.cn/Child_Themes
Then in the functions.php file, you would filter the post_info hook to return whatever you want it to show, even if it’s nothing.
Not sure how to do this. Is there any instructions JenR?
(@bsl1973)
11 years, 6 months ago
In my recent blog post on the main page I have
By baltcomp2013|December 1st, 2014|Categories: Uncategorized|Tags: |Comments Off
How would I turn that off on my home page as a recent post at baltimorecomputersolutions.net