just downloaded VERSION: 0.9.7.4 and activated it. it doesn't show the author name in the postmeta. or is that just me?
ThemeShaper Forums » Thematic
[closed]
thematic postheader bug or helga bug?
(4 posts)-
Posted 2 years ago #
-
I too had the same issue. Had to adjust a line in content-extensions.php:
line #652 adjusted to read
$authorlink .= get_the_author();
from:
$authorlink .= get_the_author_meta( 'user_url' );Posted 2 years ago # -
hmmm... i will look into it later. for now i submitted an 'issue' to the google code page for thematic.
Posted 2 years ago # -
Hi,
This has been resolved in the latest 0.9.7.4 branch from the svn.
get_the_author()has been deprecated from WP in favor ofget_the_author_meta()Try out the svn or change
get_the_author_meta( 'user_url' )toget_the_author_meta( 'display_name')-Gene
Posted 2 years ago #
Topic Closed
This topic has been closed to new replies.