07/19/2018 at 11:52 am
#467927
Keymaster
Note to self:
The tweak was changing these lines:
$link = cnURL::permalink(
array(
'type' => 'category',
'slug' => implode( '/', $slugs ),
'title' => $term->name,
'text' => $term->name,
'data' => 'url',
'force_home' => $atts['force_home'],
'home_id' => $homepage,
'return' => TRUE,
)
);
to this:
$link = get_permalink( $homepage );
