I've just launched my new blog, but still have some bugs to fix. My question is how to make changes to all blog pages in once, because currently i've made some changes to the style css file but the changes only happen on the homepage, but i need the changes to be for all my pages? Example: On my homepage i have posted a blog post and the title heading is green, but when i click the title of the blog post to show me the post it takes me to the page, but the page has a different title heading font color and shows no date, time and month of post being published, While on the home page it does. Also if anyone is prepered to help me fix a few little things out on my blog, please let me know? Thanks,,
There are two files in wordpress to style the Homepage and Single Blog Post. Look into single.php Theme File. The file is responsible for the structure of Single Blog Post.
You can make changes on the home page structure with index.php, and each individual page with page.php Pages don't show dates because they are static. Only the pages with blog posts show dates. Different themes function different ways. If different colors are showing at different times that is probably coded that way in the style.css file, and you would change it there.