• Hi guys & gals,

    New to WordPress and hoping you can help.

    At the moment I’m running with the default twenty eleven 1.3 theme.

    The main/front page of the site is going to have a running blog using the post system.

    But I was wanting to have a small line of static text above all posts and I was just wondering how you do that?

    Many thanks!

    – Will

Viewing 2 replies - 1 through 2 (of 2 total)
  • AFAIK, WP does not provide an easy way to do that.

    If you want the extra text above the title, you may need to alter several templates and add your own code before the call to the_title().

    If you want the extra text below the title, but before the content, you could create a filter on the_content to prepend your text.

    In either case, some coding will be needed. If you are not comfortable doing the coding, you may need to hire someone to do the work. You can post a free job request on jobs.wordpress.net.

    If it is simply as u said
    u could edit index.php file and put the text u want above the_title(); as our friend said

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Static text on posts page?’ is closed to new replies.