Support » Plugins » Add titles?

Viewing 3 replies - 1 through 3 (of 3 total)
  • You’d want to add something like this to that themes ‘wp-content/themes/p2/entry.php’ script:

    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>

    Code is from the wp-content/themes/default/index.php

    Thread Starter coryangen

    (@coryangen)

    Thanks, that’s exactly what I needed.

    Hi I did this and it worked, however when after I post something the title does not autogrow with my post.

    I am assuming I need to edit the jquery.autogrow.js file? But not too sure how to any pointers?

    thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add titles?’ is closed to new replies.