Title: dab4ma's Replies | WordPress.org

---

# dab4ma

  [  ](https://wordpress.org/support/users/dab4ma/)

 *   [Profile](https://wordpress.org/support/users/dab4ma/)
 *   [Topics Started](https://wordpress.org/support/users/dab4ma/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dab4ma/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dab4ma/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dab4ma/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dab4ma/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dab4ma/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [post title length](https://wordpress.org/support/topic/post-title-length-1/)
 *  Thread Starter [dab4ma](https://wordpress.org/support/users/dab4ma/)
 * (@dab4ma)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/post-title-length-1/#post-1581235)
 * hmm, all is ok. I did reset all settings and walking step by step I found all
   mistakes. thnks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [post title length](https://wordpress.org/support/topic/post-title-length-1/)
 *  Thread Starter [dab4ma](https://wordpress.org/support/users/dab4ma/)
 * (@dab4ma)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/post-title-length-1/#post-1581234)
 * well, your right, default theme TwentyTen has no limits on the post title – this
   theme HAS the limit on the post title – 77 signs determined by the DIV (page 
   width, I think). The long title (80 signs) is no breaking into a second line.
   I tested it on the new, virgin instalation.
 * The problem is the same as in my working theme ‘adsensationblue’.
    Is a little
   problem with the link, it’s a localhost :)).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [post title length](https://wordpress.org/support/topic/post-title-length-1/)
 *  Thread Starter [dab4ma](https://wordpress.org/support/users/dab4ma/)
 * (@dab4ma)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/post-title-length-1/#post-1581227)
 * anyone don’t have this info??
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [post title length](https://wordpress.org/support/topic/post-title-length-1/)
 *  Thread Starter [dab4ma](https://wordpress.org/support/users/dab4ma/)
 * (@dab4ma)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/post-title-length-1/#post-1580841)
 * the default theme of 3.0
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [substr(the_title()](https://wordpress.org/support/topic/substrthe_title/)
 *  Thread Starter [dab4ma](https://wordpress.org/support/users/dab4ma/)
 * (@dab4ma)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/substrthe_title/#post-1579762)
 * thnks, it works correctly. 🙂 brgs
 * and now the code looks like
 *     ```
       <div class="bottom-left">
       		<h3><?php _e('Recent Posts'); ?></h3>
   
       <ul>
       		<?php global $post; $myposts = get_posts('posts_per_pages=6'); foreach($myposts as $post) : setup_postdata($post);?>
   
       <li><a>"><?php if ( strlen(get_the_title()) > 26 ) { echo substr(get_the_title(), 0, 26)."..."; } else { the_title(); } ?></a></li>
               <?php endforeach; ?>
       		</ul>
       	</div>
       ```
   
 * couse we don’t want the ‘…’ every time, ya? :))
 * thnks for good guys
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [substr(the_title()](https://wordpress.org/support/topic/substrthe_title/)
 *  Thread Starter [dab4ma](https://wordpress.org/support/users/dab4ma/)
 * (@dab4ma)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/substrthe_title/#post-1579752)
 * thnks, but no good. this gives only points ‘…’

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