Post author in HTML although hidden
-
Although in the parabola-settings the postauthor is set to hidden it’s still included in metadata in the HTML. There is a span with
class=”author vcard”
Origin of that seems to be parabola_meta_before() in
wp-content/themes/parabola/includes/theme-loop.phpAbove $author_string the comment says
“If author is hidden don’t give it a value”
But the value is set unconditionally. Manually setting that string to empty works, of course. So I guess there is an option-condition missing?Parabola v2.3.2.2
- The topic ‘Post author in HTML although hidden’ is closed to new replies.