fkrauthan / wp-mpdf

Print WordPress posts as PDF. Optional with Geshi highlighting.
56 stars 22 forks source link

Category url dosen't work after changing it at wp settings #1

Closed fkrauthan closed 12 years ago

fkrauthan commented 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

fkrauthan commented 12 years ago

Fixed