Ejemplo n.º 1
0
function next_post_smart($format = '%link »', $title = '%title', $fallback = true, $in_same_cat = true, $excluded_categories = '')
{
    return Smarter_Navigation::adjacent_post($format, $title, false, $fallback, $in_same_cat, $excluded_categories);
}
function next_post_smart($format = '%link »', $title = '%title', $fallback = true, $in_same_term = true, $excluded_terms = '', $taxonomy = 'category')
{
    return Smarter_Navigation::adjacent_post($format, $title, false, $fallback, $in_same_term, $excluded_terms, $taxonomy);
}