• This probably applies to prior versions of WP aswell.

    My problem is this, and it’s probably an easy one, I want to in my footer include a small note about what theme im using. However, when I use the get_theme_data-function I can’t get it to work.

    The example given just tells me the name and author of the default theme. Which is pretty useless since Im not using it.

    And if I use some hotchpotch-code such as: <?php $theme_data = get_theme_data($theme_filename); ?> and reference it with: echo $theme_data[‘Title’];, I get a implode-error.

    Does anyone have a tip or solution to this ?

    / M

  • The topic ‘theme_name-tag’ is closed to new replies.