Activity Stream
48,167 MEMBERS
62191 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 8 of 8
  1.     
    #1
    Member

    Default Need a WP plugin to automatically edit title

    Hi,

    Is there any plugin to edit the title automatically in Wordpress?

    Like, I want the title watsayabtcoffee.KWWHunction.member to be converted to watsayabtcoffee KWWHunction member.

    Basically I want the "."(dot) to be replaced by a space in my title automatically !

    Do let me know

    Thanks !!
    watsayabtcoffee Reviewed by watsayabtcoffee on . Need a WP plugin to automatically edit title Hi, Is there any plugin to edit the title automatically in Wordpress? Like, I want the title watsayabtcoffee.KWWHunction.member to be converted to watsayabtcoffee KWWHunction member. Basically I want the "."(dot) to be replaced by a space in my title automatically ! Do let me know :) Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    dont understand your point why you post not the right clean title before you create it?!

  4.     
    #3
    Member
    Website's:
    diziizle.net
    the word replacer plugin does this mate, search on wordpress site,

    have fun

  5.     
    #4
    Member
    Website's:
    ihide.info
    Quote Originally Posted by Deadmau5 View Post
    dont understand your point why you post not the right clean title before you create it?!
    cuz he is grabbing scene releases names such as Football.Manager.2012 and putting them into the title. this post is probably made automatically and he wants the periods removed.
    KWWH has turned gay. I will not return until Phamous is demoted.

  6.     
    #5
    Member
    Website's:
    sborg.us
    Edit the wordpress core files

    Goto wp-includes, Edit post.php file.

    Find:
    PHP Code: 
    // If the post date is empty (due to having been new or a draft) and status is 
    Add this above that line:
    PHP Code: 
            if($post_name){
                
    $post_name str_replace('.'' '$post_name);
            } 
    Done!

    V3g3ta | Halcyon | Abhi

  7.     
    #6
    Member
    Quote Originally Posted by pasa View Post
    the word replacer plugin does this mate, search on wordpress site,

    have fun
    Its nice, but couldnt find an option to replace any word/character with a space. Is it possible?

    Quote Originally Posted by Halcyon View Post
    Edit the wordpress core files

    Goto wp-includes, Edit post.php file.

    Find:
    PHP Code: 
    // If the post date is empty (due to having been new or a draft) and status is 
    Add this above that line:
    PHP Code: 
            if($post_name){
                
    $post_name str_replace('.'' '$post_name);
            } 
    Done!
    Couldnt find the line you specified.

    PHP Code: 
    <?php 
    global $more
    $template_url get_bloginfo('template_url');
    ?>
    <div id="post-<?php the_ID(); ?><?php post_class(); ?>>
        <div class="entry_header">
            <p class="entry-date"><?php the_time('M y'?><br /><span class="date"><?php the_time('j')?></span></p>
            <?php echo (is_home()) ? '<h2 class="home">' '<h1>'?><a href="<?php the_permalink() ?>"><?php the_title(); ?></a> <?php edit_post_link('Edit''<span class="editpost">''</span>'); ?><?php echo (is_home()) ? '</h2>' '</h1>'?>
            <?php if (FALSE && $post->comment_status != 'closed'):?>
                <div class="comment-bubble"><span><?php comments_popup_link('<span class="nocomment">No Comment</span>''&nbsp;1 Comment''% Comments'); ?></span></div>
            <?php endif;?>
            <div class="recover"></div>
        </div>

                    
        <div class="entry_content">
            <?php $more 0;
            
    the_content('<br /><br /><span class="readmore-icon">Read the rest of 'get_the_title(''''false). '</span>'FALSE);
            
    wp_link_pages();
            
    ?>
            
            <div class="postedinfo"><?php the_tags('<span class="tag-meta">Tags: '', ''</span><br />'); ?> <?php _e('Posted in')?> <span class="categories"><?php the_category(' '?></span> <?php _e('by')?> <span class="usr-meta"><?php the_author() ?></span>.
            <span class="comment-icon"><?php comments_popup_link('No Comments''1 Comment''% Comments')?></span>
            <?php if (isset($options['tags'])) : ?><span class="tags"><?php the_tags(''', '''); ?></span><?php endif; ?></div>
        </div>
    </div>

  8.     
    #7
    Member
    I think you are looking at the wrong fine. Make sure you are looking at the file "Halcyon" said.

    wp-includes/post.php

    My post.php has it... And is also MUCH bigger than what you have posted above. Please re-check.

    UltraIMG - Free Image Hosting
    Want to ask me anything to do with UltraIMG?? Send me a PM.
    Chances are that if you leave a message on the forum I might not see it. :)

  9.     
    #8
    Banned
    you can replace it in mysql,strreplace and done!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 13
    Last Post: 27th Jul 2012, 06:30 AM
  2. Automatically Edit Topics
    By blow in forum vBulletin
    Replies: 0
    Last Post: 24th Sep 2011, 03:42 PM
  3. Edit thread title
    By Gempis in forum Feedback and Suggestions
    Replies: 2
    Last Post: 4th Jul 2011, 09:43 PM
  4. Forum Title Edit
    By AJ Blacklisted in forum IP.Board
    Replies: 2
    Last Post: 22nd Jun 2011, 08:03 AM
  5. Forum/Topic Title edit
    By nYXem in forum phpBB
    Replies: 0
    Last Post: 26th Jun 2010, 01:25 PM

Tags for this Thread

BE SOCIAL