Closed fkrauthan closed 12 years ago
If you change the category url at the wordpress settings the url printed in the pdf is wrong. It is an issue in the templates:
/mpdf/themes/default.php:144 // FIX! URL-Pfad zu Kategorien fehlt $cat_links .= '<a href="' . get_bloginfo('home') . '/category/' . $cat->category_nicename . '" title="' . $cat->category_description . '">' . $cat->cat_name . '</a>, ';
Reported by another user
Fixed
If you change the category url at the wordpress settings the url printed in the pdf is wrong. It is an issue in the templates:
Reported by another user