$title = get_the_title();
$title_array = explode(':', $title);
$first_word = $title_array[1];
$total_length_limit = 100;
echo mb_substr( $first_word, 0, $total_length_limit ) . '...';
Related Posts:
- How to change the case of all post titles to “Title Case”
- Strange switch_to_blog() issue
- Search widget breaks when using multiple loops?
- How to intercept Post Title on Post-Save
- Display post category in foreach loop with category link
- Why WP_Query(‘showposts=5’) shows only 1 post?
- List authors with the last post title and order by last post date
- Wrong post title displayed from loop
- Loop doesn’t show title of second post and posts thereafter
- Can’t get full post title if there a spaces in title
- Limiting the amount of posts retrieved by the loop
- Defining ‘last’ class on foreach blog posts
- Post title not displaying as recorded in the wp_posts table
- Get post title of faulty link on 404 error page
- How to get all post titles starting with numbers and symbols?
- Is there a way to separate wordpress titles from their posts?
- How do I show the post title if an advanced custom field hasn’t been used?
- Title displaying multiple times
- Avoid duplicate post from same Taxonomy
- Converting a dynamic piece of code using WordPress Loop into a static one using Post ID
- Display post from current category and same tag?
- How to Orderby Comments by post title?
- Alternate row and columns every X posts
- page.php showing loop of posts and not page content
- Inserting custom data to the_post() during loop
- Adding specific post category between posts in loop
- How To Get Posts With A Specific Word
- Best way to assign post position in a news site homepage? (no categories, no sticky posts)
- How do I restart my loop with get_next_post()?
- WordPress not opening posts with only numbers if permalink is post_name
- WordPress Custom Fields (Checkboxes with multiple values)
- How to display posts on a static page? (like search loop)
- Child_of not displaying all children posts.. via get_posts
- Multiple loops are not reset
- I would like to have different styles for my posts based on the content of each post
- Most liked page not displaying posts
- Displaying Latest Posts on a Page
- Display all posts that were published before full post on single.php
- How to make number of blog posts a custom field?
- Exclude category from
- WordPress Loop – Next 3 Posts
- Blog post per page setting conflicting with custom WP_Query?
- How to exclude latest x posts from a paginated query?
- Two loops, one AJAX loop, exclude posts in first loop from second loop, loops are in different files
- problems with loading posts in a table-row
- Blog page pagination is not working after using the offset argument
- Posts will not display on page-mypage.php
- WP Query – Posts Per Page not working in combination with category__in
- How can I add extra word in permalink when someone click download button?
- More then one menu items are assigned with “current-menu-item” class
- Pausing and Resuming WP_Query results
- Pulling in post category and children within category
- Post Loop Missing Most Recent Post
- remove post that has no content
- Trying to use AngularJS with WordPress without any API
- How to : pagination in 3 different custom loops on the same page
- Pagination with an array of post objects?
- Sharing post from archive page (loop) doesn’t work
- Get Image tag from content of post
- Start WP Pagination From Number 1 in URL
- Creating a post from data returned from HTML form
- sql select for post_title and a term name
- How to add tags (custom taxonomy) to post class css?
- Listing Specific Categories from Current Post with Depth
- How to exclude visited posts from loop
- Use two different post_per_page limits with infinite scroll
- WordPress is replacing double minus signs in Post Title, how to disable it?
- How do I change the core post search algorithm? Where is it found/constructed?
- wp_query random post
- How to make the first post in the loop be styled like a “new / featured” post?
- “Right Way” to make custom Loop respect reading settings inside admin panel?
- How to setup a query to output posts by groups of five?
- Only display sticky post or latest post in custom loop
- Display post category in foreach loop
- How to order posts in an arbitrary order?
- How do I stop the loop from repeating in my category template?
- get_the_category listing in hierarchial order
- Is there a way to specify an extra class for a post or page with no title?
- How many posts does the loop return?
- Display Posts on Custom Page
- How to make a sum of all posts displayed in a loop
- Possible to alternate between two loops
- Exclude current custom post on single post
- Get Value of Post before
- why does wordpress ignore the post args?
- Multiple Loops Breaking Pages
- add to end of post in the loop with plugin
- Add title for previous and next posts to Yoko Theme
- Images inside post title
- Page template is accessing the incorrect posts?
- First x post with another template then the others
- How To capitalize The First Letter Of Every Word In The Post Title
- Change all author links in Blog roll
- Grid post page on WordPress with Bootstrap, the_excerpt(); Problem
- Showing categories and subcategories with posts
- Second get_permalink inside loop points to wrong URL
- Get the amount of posts on a current page
- Loop parent terms {display posts} AND loop child terms {display posts}
- How to add a class to each individual post?
- add bootstrap post slider with tabs