You’ll likely either want to look at index.php or single.php.
What exactly are you trying to do?
Thread Starter
kikib
(@kikib)
trying to build a website from scratch since I don’t understand the twenty ten theme that i used the code from, when I was trying to edit several codes like getting rid of the information such as the date, category, and author name of a video post on the home page of Christian-thoughts.org.
No two themes are built exactly alike, though there are a lot of constants throughout most themes, though also not necessarily executed the exact same way.
With BlankSlate we try to make everything really simple and straight forward.
There are a couple options here:
– You could probably just delete entry-meta.php (though this may cause errors)
– You could edit entry-meta.php and simply remove all contents or comment all the code out and save
– You can add the following to your stylesheet:
.entry-meta{display:none}