Hey everyone. Need a little help. I just want to remove the the date created & author name from the pages.
Thank you in advance
Hey everyone. Need a little help. I just want to remove the the date created & author name from the pages.
Thank you in advance
What's the URL?
Running on xaamp.
Well, you would need to find the div that is calling the tags, and insert a css property like:
#date_created {
display: none;
}
NOTE: #date_created is NOT the proper name. I just used it for illustration. You will need to find the unique id name for your site.
You must log in to post.