This is the fastest way to remove the news from the wordpress admin dashboard.

Open up your favorite ftp program and connect to your blog.

In the wp-admin folder find the file index.php, make a backup of this file just in case u mess it up and you have to restore it later.

Now open up index.php and around line 15 you should find the following:

add_action( 'admin_head', 'index_js' );

Just comment out that line with double slashes like this:

//add_action( 'admin_head', 'index_js' );

Save the file and you`re done!

I only did this to my blog because I wanted to clean it up a bit.

Keep in mind that if you disable the news you will not see the latest updates from “WordPress Development Blog”. This can be a bad thing.

However, if you want to keep the “WordPress Development Blog” news and only disable the “Other WordPress News” do the following:

In stead of commenting out the line like told above, look for this:

jQuery('#planetnews').load('index-extra.php?jax=planetnews');

It should be around line 10. Just remove it, save the file and you`re done.

I only did this on Version 2.3 so if your version is prior to this it might not work exactly like this but you got the idea. It might not be the best way to do it but it`s the simplest and fastest for me.

Enjoy!

Disable news in wp-admin
Tagged on:         

4 thoughts on “Disable news in wp-admin

  • September 11, 2014 at 4:03 am
    Permalink

    With havin so much content and articles do you ever run into any problems of plagorism or copyright infringement?

    My site has a lot of exclusive content I’ve either authored myself
    or outsourced but it seems a lot of it is popping it up all over the internet without my agreement.
    Do you know any methods to help prevent content from being stolen?
    I’d definitely appreciate it.

    Reply
  • September 12, 2014 at 9:50 am
    Permalink

    Magnificent beat ! I would like to apprentice while you amend your site, how could i subscribe for a blog web site?
    The account helped me a acceptable deal. I had been a little bit acquainted of this your broadcast offered bright clear concept

    Reply
  • September 14, 2014 at 6:37 am
    Permalink

    My brother suggested I might like this blog. He was totally right.

    This post actually made my day. You cann’t imagine simply how
    much time I had spent for this information! Thanks!

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *