disabling previous/next ad buttons
TUTORIAL:
Below the ad description on a single ad page, there are shortcut links (buttons) to view the previous ad and the next ad in the same category.
In case you want to remove those links from your site, you can do the following in
single-ad_listing.php (around line 164):
PHP Code:
<?php // Remove the prev/next area.
/*
<nav id="nav-single">
<?php if (function_exists('ft_vienna_mod')) { ft_vienna_mod($post->ID); } ?>
</nav>
*/
?>
I just wrapped the code that generates those links, in a multi-line PHP comment.
I think it's a handy feature. I'm just removing it on a site to simplify (in my opinion) the single ad page (may add it back, still deciding).