Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

Can you please tell me how i would remove the text below from the page?

This event is on 31 March 2012 7:00pm This event was posted in Entertainment by admin. Bookmark the permalink. Edit

Thanks Mike

share|improve this question
This sounds like a user support question that should be directed at the developer of the theme/plugin. – m0r7if3r Mar 3 '12 at 23:37

closed as too localized by m0r7if3r, Wyck, kaiser, toscho Sep 30 '12 at 16:37

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

Check out the source for whatever page you are on. For example, if you are on an events page look for something like an events.php template. If this is a plugin than you might have to check out some different files of the plugin. Either way, when you find out what file is getting called to display that info look for a div/section id/class that is named "meta". Of course that name is just a guess. Maybe search for "data" or since there is the post name you might be able to search for "the_author()".

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.