2

I'd like to change the title of my blog (link usually at top left corner of site) from <h1> to <h2>. (for example, for this website it's the stackoverflow link at the top left corner)

I need to know where the .php file which renders the title is located.

Right now, I can see that the title is being rendered within a do_atomic, but i'm not sure what that means or how to go deeper into it.

Thank you.

4

1 に答える 1

1

通常、[wordpress ルート]/wp-content/themes/[現在のテーマ名]/header.php または [wordpress ルート]/wp-content/themes/[現在のテーマ名]/functions.php にあります。

于 2013-06-01T21:46:55.113 に答える