Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
fkrauthan opened this issue Oct 11, 2012 · 1 comment
Closed

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

fkrauthan opened this issue Oct 11, 2012 · 1 comment
Assignees
Labels
Milestone

Comments

@fkrauthan
Copy link
Owner

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

@ghost ghost assigned fkrauthan Oct 11, 2012
@fkrauthan
Copy link
Owner Author

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant