how to remove "Latest ad" from showing
One thing has been keeping me up a little.
How do I remove the Latest Listings form the catnav.
If I remove the line below from index.php, then the next category in line will NOT be highlighted by default.
<li<?php if ( is_home() ) { echo " class=\"current-cat\""; } ?>>
<?php _e('Latest Listings','cp'); ?>
As a fallback, then I was gonna add a category field to the main view. that way people would se witch category a ad belongs to under Latest Listings.
But I also fail at this, as I am unable to find what value to call. I have tried ""cat" "category" "categories" "post_cat"
I think I am on the wrong track here somewhere. PLEASE HELP
Sincerely
Magnus