Tagged Questions
1
vote
1answer
96 views
Post specific text based on category displayed
So I'm working on a site and I need a news page that is slightly different. It is a post category but I want the text echoed at the top of the news category listing.
<?php endif; ?>
<?php /* ...
0
votes
3answers
523 views
Escaping Quotes
For some reason when i try to put like a embeded video my video has slashes inside the code, but if I add it in the template itself then the code is fine i was told its "escaping quotes" anyhow this ...