Title: akisok2's Replies | WordPress.org

---

# akisok2

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Solid Security – Password, Two Factor Authentication, and Brute Force Protection] Cannot log in – redirects to homepage](https://wordpress.org/support/topic/cannot-log-in-to-wp-admin-4/)
 *  [akisok2](https://wordpress.org/support/users/akisok2/)
 * (@akisok2)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/cannot-log-in-to-wp-admin-4/page/3/#post-4751900)
 * Holy crap, I nearly had a heart attack today with this error. One minute I was
   logged in and adding content, the next I was locked out after updating the WP
   Better Security plugin to version 4.0.5. WHOA!
 * Thankfully, the solution presented by [@the_target](http://wordpress.org/support/profile/the_target)
   worked for me and I too am waiting for a new update before I re-activate this
   plugin.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Customize the excerpt meta box](https://wordpress.org/support/topic/customize-the-excerpt-meta-box/)
 *  [akisok2](https://wordpress.org/support/users/akisok2/)
 * (@akisok2)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/customize-the-excerpt-meta-box/#post-1637970)
 * The easiest solution I’ve discovered is to go to **edit-form-advanced.php** in
   the wp-admin folder and look for line 129:
 *     ```
       if ( post_type_supports($post_type, 'excerpt') )
       	add_meta_box('postexcerpt', __('Excerpt'), 'post_excerpt_meta_box', $post_type, 'normal', 'core');
       ```
   
 * Modify the content inside the `_('Excerpt')` and you should be good to go.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Not shoing the the_date for each post when using get_posts](https://wordpress.org/support/topic/not-shoing-the-the_date-for-each-post-when-using-get_posts/)
 *  Thread Starter [akisok2](https://wordpress.org/support/users/akisok2/)
 * (@akisok2)
 * [18 years ago](https://wordpress.org/support/topic/not-shoing-the-the_date-for-each-post-when-using-get_posts/#post-744956)
 * Thanks for the tip, but I actually need the date to show, not the time. Replacing
   the_date() with the_time() puts (obviously) the time each article was published
   under the headline, and not the date.
 * Anybody else have an idea?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove ALL styling wp_list_categories](https://wordpress.org/support/topic/remove-all-styling-wp_list_categories/)
 *  [akisok2](https://wordpress.org/support/users/akisok2/)
 * (@akisok2)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/remove-all-styling-wp_list_categories/#post-608700)
 * Thanks to **nenjahinurgras **for that tip. I too have been wracking my brain 
   over how do find that function and modify it. Good job!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Show Excerpts Only on Category Pages](https://wordpress.org/support/topic/show-excerpts-only-on-category-pages/)
 *  [akisok2](https://wordpress.org/support/users/akisok2/)
 * (@akisok2)
 * [18 years, 8 months ago](https://wordpress.org/support/topic/show-excerpts-only-on-category-pages/#post-607847)
 * It’s pretty easy. Here is a link to the explanation. Once you read it, you’ll
   kick yourself for not figuring it out. I know I did:
 * [http://lorelle.wordpress.com/2006/07/19/display-post-excerpts-only-in-wordpress/](http://lorelle.wordpress.com/2006/07/19/display-post-excerpts-only-in-wordpress/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to remove “»” from title?](https://wordpress.org/support/topic/how-to-remove-from-title/)
 *  [akisok2](https://wordpress.org/support/users/akisok2/)
 * (@akisok2)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/how-to-remove-from-title/#post-369880)
 * Thanks moshu! That was exactly what I was looking for. I just changed line 139
   so that the character WP inserts in the title is ‘_’ instead of the ‘»’
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to remove “»” from title?](https://wordpress.org/support/topic/how-to-remove-from-title/)
 *  [akisok2](https://wordpress.org/support/users/akisok2/)
 * (@akisok2)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/how-to-remove-from-title/#post-369878)
 * My own modified version of the Kubrick default.
 * [http://www.internetpoison.com](http://www.internetpoison.com)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to remove “»” from title?](https://wordpress.org/support/topic/how-to-remove-from-title/)
 *  [akisok2](https://wordpress.org/support/users/akisok2/)
 * (@akisok2)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/how-to-remove-from-title/#post-369875)
 * Thanks samboll — except here is what my title tag looks like:
 * <title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
 * So I am confused…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to remove “»” from title?](https://wordpress.org/support/topic/how-to-remove-from-title/)
 *  [akisok2](https://wordpress.org/support/users/akisok2/)
 * (@akisok2)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/how-to-remove-from-title/#post-369873)
 * webtodd — I am looking for that answer as well. The link posted did not help 
   me. Have you been able to remove it from the titles?

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