could you please share a screenshot of what youy are trying to remove, or if you can share the link of the page
Thread Starter
vasavi
(@vasavi)
Hi,
My page is written in Spanish, and appears as ‘POR’, as I show you in the image: http://www.cursosvs.com/wp-content/uploads/created_by.jpg
your theme should have loop.php and single.php, this is meta description and can remove it form these pages
I think that’s normally where the post category would be displayed. Can you provide a link to your site?
Thread Starter
vasavi
(@vasavi)
Try adding this to your css:
.post-byline a {
display: none;
}
Thread Starter
vasavi
(@vasavi)
bdbrown,
I already did and it did not work.
(sorry for my English, which is not very good)
Can you remove the copy protection so we can see the code that’s actually running? Or create a test site without the copy protection?
Thread Starter
vasavi
(@vasavi)
Yes, of course, I’ve already removed the copy protection
OK, now I see what you’re trying to do. Sorry for the confusion. Do you still want to display the post date?
Thread Starter
vasavi
(@vasavi)
I prefer to not display the post date.
Thanks for the help
Try applying the css to the main class:
.post-byline { display: none; }
Thread Starter
vasavi
(@vasavi)
I did what you said and it worked perfectly.
Thanks a lot
Valeriano
You’re welcome. Glad to help.