Title: show full title
Last modified: August 19, 2016

---

# show full title

 *  Resolved [de3r7](https://wordpress.org/support/users/de3r7/)
 * (@de3r7)
 * [16 years, 12 months ago](https://wordpress.org/support/topic/show-full-title/)
 * here is my problem, on my home page you can only see a part af the title.. and
   sometimes it cuts in the middle of a word and I don’t like that so please somebody
   tell me how to fix it! 😉 if you can’t picture it here is a like to my home page:
   [http://www.de3r7.com](http://www.de3r7.com)

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 12 months ago](https://wordpress.org/support/topic/show-full-title/#post-1081152)
 * Have a look in index.php for `<?php the_title(); ?>`. My guess is that there’s
   an extra PHP function being run on `the_title` to truncate it before it is displayed.
   If you could post the relevant line (not the whole file, please), it would help.
   It should look something like:
 *     ```
       <span class="titles">
       <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent link to <?php the_title(); ?>"><?php the_title(); ?></a>
       </span>
       ```
   
 *  Thread Starter [de3r7](https://wordpress.org/support/users/de3r7/)
 * (@de3r7)
 * [16 years, 12 months ago](https://wordpress.org/support/topic/show-full-title/#post-1081165)
 *     ```
       </div>
   
       			<span class="titles"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title2('', '...', true, '24') ?></a></span>
       			<?php the_excerpt(); ?>
       <div class="readmore"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">Read More</a></div>
   
       			</div>
       ```
   
 *  [shane-g](https://wordpress.org/support/users/shane-g/)
 * (@shane-g)
 * [16 years, 12 months ago](https://wordpress.org/support/topic/show-full-title/#post-1081206)
 * Hi de3r7,
 * You have set the 24 character in the title..please change it to your requirement…
   I have highlighted here:
 *     ```
       </div>
   
       			<span class="titles"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title2('', '...', true, '<strong>100</strong>') ?></a></span>
       			<?php the_excerpt(); ?>
       <div class="readmore"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">Read More</a></div>
   
       			</div>
       ```
   
 * Thanks,
 * Shane G.
 *  Thread Starter [de3r7](https://wordpress.org/support/users/de3r7/)
 * (@de3r7)
 * [16 years, 12 months ago](https://wordpress.org/support/topic/show-full-title/#post-1081292)
 * I doesn’t work… i changed it to 100 and the title is still the same lenght.. **
   please help!**
 *  [Mark / t31os](https://wordpress.org/support/users/t31os_/)
 * (@t31os_)
 * [16 years, 12 months ago](https://wordpress.org/support/topic/show-full-title/#post-1081304)
 * Why not just use the_title() in place of the_title2() …
 * The function the_title2 is a custom function, so why not just fall back to the
   regular function the_title()?
 *  Thread Starter [de3r7](https://wordpress.org/support/users/de3r7/)
 * (@de3r7)
 * [16 years, 12 months ago](https://wordpress.org/support/topic/show-full-title/#post-1081311)
 * ok why not..but how? lol:P
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 12 months ago](https://wordpress.org/support/topic/show-full-title/#post-1081319)
 * Just replace `<?php the_title2('', '...', true, '<strong>100</strong>') ?>` with`
   <?php the_title(); ?>`.
 *  Thread Starter [de3r7](https://wordpress.org/support/users/de3r7/)
 * (@de3r7)
 * [16 years, 12 months ago](https://wordpress.org/support/topic/show-full-title/#post-1081345)
 * thanks a lot 😉

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

The topic ‘show full title’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 8 replies
 * 4 participants
 * Last reply from: [de3r7](https://wordpress.org/support/users/de3r7/)
 * Last activity: [16 years, 12 months ago](https://wordpress.org/support/topic/show-full-title/#post-1081345)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
