1) x-files.net.ua/?page_id=1243
2) this page's code is:
[catlist id=209 numberposts=100 excerpt=yes orderby=title order=asc]
it's a plugin - wordpress.org/extend/plugins/list-category-posts
3) in style.css i use:
.content .lcp_catlist {list-style-type: none; text-decoration:none; color: #344342; padding: 0;}
.content .lcp_catlist a {list-style-type: none; text-decoration:none; color: #344342; padding: 0; font-weight: bold;font-style: italic;}
.content .lcp_catlist p {margin-top: 0;}
4) in footer.php i'm adding:
<script type="text/javascript">jQuery('.content .lcp_catlist li a').addClass('x-files');</script>
so in result - names (which are links) are using ttfgen font - everything is fine, BUT - they are not links anymore (as it now, when i'm not using code in footer)
Help please, to make name linked when using ttfgen code for them.
Thanx!!