Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #912260
    Valerio
    Participant

    Hi,
    in my blog index I try to keep all the post boxes at the same height so I make titles that stay in 1 line.
    Sometimes this is not possible as the Post title must be longer.

    Is there any way to strip any post title at a certain number of characters (in BLOG INDEX view ONLY)?

    Thanks

    #912265
    Valerio
    Participant
    This reply has been marked as private.
    #912546
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Could you please try a plugin like the following for that and see (https://wordpress.org/plugins/limit-post-titles/).

    Hope that helps.

    #914257
    Valerio
    Participant

    Hi,
    apparently that plugin will strip titles from dashboard only.
    Any other idea?

    #920865
    Jade
    Moderator

    Hi Valerio,

    Please try to add this CSS in the customizer:

    .blog h2.entry-title {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          color: #4f4f4f;
    }
    
    .blog h2.entry-title:hover {
        color: #0090ff;
    }

    Hope this helps.

    #978327
    Valerio
    Participant

    Wow! Like a charm…. Thank you Jade!

    #978566
    Joao
    Moderator

    Glad you achieved what your were looking for.

    Let us know if you need further help.

    Thanks,

    Joao

  • <script> jQuery(function($){ $("#no-reply-912260 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>