First off, thanks for creating this WP theme. It has been really
simple to install and configure.
I'm stuck on one thing though that I think is pretty simple. I'd like
for the title of every post to be displayed, regardless of its
category. How would I do that?
Thanks,
Jason
www.simplemath.org
In order to display all post title, navigate to styles/fold/ and open
the style.css. Find and delete:
.link .permalink {
display: none
}
.home .quote .permalink,
.home .photo .permalink,
.home .video .permalink {
float: right;
text-indent: -9999px;
width: 23px;
height: 9px;
background: url('img/link.gif') no-repeat
}
...and save.
On Nov 7, 11:49 am, "jasonhamr...@gmail.com" <jasonhamr...@gmail.com>
wrote: