Sorry I’ve forgotten the attachments. There you can see what I’ve done …
Btw. I found an error in single.php. The String “Posted by …” hasn’t been translated.
echo sprintf(__('Posted by <span itemprop="author" class="fn">%1$s</span> on <span class="date updated">%2$s</span> in %3$s', 'swiftframework'), $post_author, $post_date, $post_categories);
While it has been translated in single.jobs correctly I copied the snipped from there and now it works:
echo sprintf(__('Posted by <a href="%2$s" rel="author" itemprop="author" class="fn">%1$s</a> on <span class="date updated">%3$s</span> in %4$s', 'swiftframework'), $post_author, get_author_posts_url(get_the_author_meta( 'ID' )), $post_date, $post_categories);
beste,
heinetz
Attachments:
You must be
logged in to view attached files.