Hello,
Recently migrated from wordpress hosted to self-hosted using Pinboard (which we really like).
We noticed that posts which we used the “Request Feedback” feature on, are pulling the feedback metadata into the Content Header. None of the other posts are behaving this way.
I’ve pinpointed it to this:
<aside class=”entry-meta”>
<span class=”custom-meta entry-category”>
<span class=”custom-meta”>
I have no idea how to get rid of it, or to make it behave like the rest of the posts.
Example: http://blog.boudiccanox.com/accessorizing/
How it should look/behave: http://blog.boudiccanox.com/i-got-99-problems-but-a-gift-aint-one/
Appreciate any advice you can give, let me know what information I can provide to help pinpoint the issue.
Cheers,
JC
Probably because you are using the portfolio category. Such posts display all post metadata except that which is prefixed with an underscore as is specified by the WordPress documentation. If you have access to change the name of those meta entries, just prefix them with an underscore or don’t use the portfolio category.