How do you modify some of the front-page blog items
Started by
davidzatzcom
, Nov 24 2009 02:18 AM
2 replies to this topic
#1
Posted 24 November 2009 - 02:18 AM
Here's a screenshot to show what I'd like to do:
#2
Posted 24 November 2009 - 05:42 PM
Sure. Good way to describe your question 
to make the category and author go away:
edit the file '_posts.php' inside the library folder.
Same with removing the word 'on'
To change the color of the bar:
There is a theme option for this. Look for meta bar color.
To hide the comment number:
Use custom CSS to hide it. In this case:
`.post-footer .left {display:none}`
to make the category and author go away:
edit the file '_posts.php' inside the library folder.
Same with removing the word 'on'
To change the color of the bar:
There is a theme option for this. Look for meta bar color.
To hide the comment number:
Use custom CSS to hide it. In this case:
`.post-footer .left {display:none}`
#3
Posted 24 November 2009 - 05:54 PM
Now,just how cool are you? Thanks!










