Replace the "Entries In" Category Overview Page Text
Example: Change the "Entries in" text on category overview pages to display text of your own choice.
Note: This script allows you to overwrite the default 'entries in' text appearing on journal category overview pages to text of your own choice.
In Extra Header Code Injection put:
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript">
$(function(){
$(".journal-filter-header").html("YOUR TEXT HERE");
});
</script>


