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
|
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 |
|||
|
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.
|
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()". |
|||
|
|