<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>WPMU DEV Community &#187; Topic: How do I delete this message from the dashboard</title>
		<link>http://premium.wpmudev.org/forums/topic/how-do-i-delete-this-message-from-the-dashboard</link>
		<description>WPMU DEV Community &#187; Topic: How do I delete this message from the dashboard</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 08:01:33 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.2</generator>
		<atom:link href="http://premium.wpmudev.org/forums/rss/topic/how-do-i-delete-this-message-from-the-dashboard" rel="self" type="application/rss+xml" />

		<item>
			<title>Atlanta on "How do I delete this message from the dashboard"</title>
			<link>http://premium.wpmudev.org/forums/topic/how-do-i-delete-this-message-from-the-dashboard#post-206250</link>
			<pubDate>Mon, 09 Apr 2012 19:35:09 +0000</pubDate>
			<dc:creator>Atlanta</dc:creator>
			<guid isPermaLink="false">206250@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Thanks:)
</p>]]></description>
		</item>
		<item>
			<title>Timothy Bowers on "How do I delete this message from the dashboard"</title>
			<link>http://premium.wpmudev.org/forums/topic/how-do-i-delete-this-message-from-the-dashboard#post-181054</link>
			<pubDate>Sun, 12 Feb 2012 18:28:56 +0000</pubDate>
			<dc:creator>Timothy Bowers</dc:creator>
			<guid isPermaLink="false">181054@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Hey Atlanta, a few options for ya. :-)</p>
<p>First one, open up the following file and around line 94:</p>
<p>wp-admin/index.php</p>
<p>Comment out:</p>
<p><code>&#60;?php wp_welcome_panel(); ?&#62;</code></p>
<p>That should stop it coming up.</p>
<p>You can also customise it here:</p>
<p>/wp-admin/includes/dashboard.php</p>
<p>Around line 1271:</p>
<pre><code>function wp_welcome_panel() {
	global $wp_version;

	if ( ! current_user_can( &#39;edit_theme_options&#39; ) )
		return;

	$classes = &#39;welcome-panel&#39;;

	$option = get_user_meta( get_current_user_id(), &#39;show_welcome_panel&#39;, true );
	// 0 = hide, 1 = toggled to show or single site creator, 2 = multisite site owner
	$hide = 0 == $option &#124;&#124; ( 2 == $option &#38;&#38; wp_get_current_user()-&#62;user_email != get_option( &#39;admin_email&#39; ) );
	if ( $hide )
		$classes .= &#39; hidden&#39;;

	list( $display_version ) = explode( &#39;-&#39;, $wp_version );
	?&#62;
	&#60;div id=&#34;welcome-panel&#34; class=&#34;&#60;?php echo esc_attr( $classes ); ?&#62;&#34;&#62;
	&#60;?php wp_nonce_field( &#39;welcome-panel-nonce&#39;, &#39;welcomepanelnonce&#39;, false ); ?&#62;
	&#60;a class=&#34;welcome-panel-close&#34; href=&#34;&#60;?php echo esc_url( admin_url( &#39;?welcome=0&#39; ) ); ?&#62;&#34;&#62;&#60;?php _e(&#39;Dismiss&#39;); ?&#62;&#60;/a&#62;
	&#60;div class=&#34;wp-badge&#34;&#62;&#60;?php printf( __( &#39;Version %s&#39; ), $display_version ); ?&#62;&#60;/div&#62;

	&#60;div class=&#34;welcome-panel-content&#34;&#62;
	&#60;h3&#62;&#60;?php _e( &#39;Welcome to your new WordPress site! &#39; ); ?&#62;&#60;/h3&#62;
	&#60;p class=&#34;about-description&#34;&#62;&#60;?php _e( &#39;If you need help getting started, check out our documentation on &#60;a href=&#34;http://codex.wordpress.org/First_Steps_With_WordPress&#34;&#62;First Steps with WordPress&#60;/a&#62;. If you’d rather dive right in, here are a few things most people do first when they set up a new WordPress site. If you need help, use the Help tabs in the upper right corner to get information on how to use your current screen and where to go for more assistance.&#39; ); ?&#62;&#60;/p&#62;
	&#60;div class=&#34;welcome-panel-column-container&#34;&#62;
	&#60;div class=&#34;welcome-panel-column&#34;&#62;
		&#60;h4&#62;&#60;span class=&#34;icon16 icon-settings&#34;&#62;&#60;/span&#62; &#60;?php _e( &#39;Basic Settings&#39; ); ?&#62;&#60;/h4&#62;
		&#60;p&#62;&#60;?php _e( &#39;Here are a few easy things you can do to get your feet wet. Make sure to click Save on each Settings screen.&#39; ); ?&#62;&#60;/p&#62;
		&#60;ul&#62;
		&#60;li&#62;&#60;?php echo sprintf(	__( &#39;&#60;a href=&#34;%s&#34;&#62;Choose your privacy setting&#60;/a&#62;&#39; ), esc_url( admin_url(&#39;options-privacy.php&#39;) ) ); ?&#62;&#60;/li&#62;
		&#60;li&#62;&#60;?php echo sprintf( __( &#39;&#60;a href=&#34;%s&#34;&#62;Select your tagline and time zone&#60;/a&#62;&#39; ), esc_url( admin_url(&#39;options-general.php&#39;) ) ); ?&#62;&#60;/li&#62;
		&#60;li&#62;&#60;?php echo sprintf( __( &#39;&#60;a href=&#34;%s&#34;&#62;Turn comments on or off&#60;/a&#62;&#39; ), esc_url( admin_url(&#39;options-discussion.php&#39;) ) ); ?&#62;&#60;/li&#62;
		&#60;li&#62;&#60;?php echo sprintf( __( &#39;&#60;a href=&#34;%s&#34;&#62;Fill in your profile&#60;/a&#62;&#39; ), esc_url( admin_url(&#39;profile.php&#39;) ) ); ?&#62;&#60;/li&#62;
		&#60;/ul&#62;
	&#60;/div&#62;
	&#60;div class=&#34;welcome-panel-column&#34;&#62;
		&#60;h4&#62;&#60;span class=&#34;icon16 icon-page&#34;&#62;&#60;/span&#62; &#60;?php _e( &#39;Add Real Content&#39; ); ?&#62;&#60;/h4&#62;
		&#60;p&#62;&#60;?php _e( &#39;Check out the sample page &#38; post editors to see how it all works, then delete the default content and write your own!&#39; ); ?&#62;&#60;/p&#62;
		&#60;ul&#62;
		&#60;li&#62;&#60;?php echo sprintf( __( &#39;View the &#60;a href=&#34;%1$s&#34;&#62;sample page&#60;/a&#62; and &#60;a href=&#34;%2$s&#34;&#62;post&#60;/a&#62;&#39; ), esc_url( get_permalink( 2 ) ), esc_url( get_permalink( 1 ) ) ); ?&#62;&#60;/li&#62;
		&#60;li&#62;&#60;?php echo sprintf( __( &#39;Delete the &#60;a href=&#34;%1$s&#34;&#62;sample page&#60;/a&#62; and &#60;a href=&#34;%2$s&#34;&#62;post&#60;/a&#62;&#39; ), esc_url( admin_url(&#39;edit.php?post_type=page&#39;) ), esc_url( admin_url(&#39;edit.php&#39;) ) ); ?&#62;&#60;/li&#62;
		&#60;li&#62;&#60;?php echo sprintf( __( &#39;&#60;a href=&#34;%s&#34;&#62;Create an About Me page&#60;/a&#62;&#39; ), esc_url( admin_url(&#39;edit.php?post_type=page&#39;) ) ); ?&#62;&#60;/li&#62;
		&#60;li&#62;&#60;?php echo sprintf( __( &#39;&#60;a href=&#34;%s&#34;&#62;Write your first post&#60;/a&#62;&#39; ), esc_url( admin_url(&#39;post-new.php&#39;) ) ); ?&#62;&#60;/li&#62;
		&#60;/ul&#62;
	&#60;/div&#62;
	&#60;div class=&#34;welcome-panel-column welcome-panel-last&#34;&#62;
		&#60;h4&#62;&#60;span class=&#34;icon16 icon-appearance&#34;&#62;&#60;/span&#62; &#60;?php _e( &#39;Customize Your Site&#39; ); ?&#62;&#60;/h4&#62;
		&#60;?php
		$ct = current_theme_info();
		if ( empty ( $ct-&#62;stylesheet_dir ) ) :
			echo &#39;&#60;p&#62;&#39;;
			printf( __( &#39;&#60;a href=&#34;%s&#34;&#62;Install a theme&#60;/a&#62; to get started customizing your site.&#39; ), esc_url( admin_url( &#39;themes.php&#39; ) ) );
			echo &#39;&#60;/p&#62;&#39;;
		else:
			$customize_links = array();
			if ( &#39;twentyeleven&#39; == $ct-&#62;stylesheet )
				$customize_links[] = sprintf( __( &#39;&#60;a href=&#34;%s&#34;&#62;Choose light or dark&#60;/a&#62;&#39; ), esc_url( admin_url( &#39;themes.php?page=theme_options&#39; ) ) );

			if ( current_theme_supports( &#39;custom-background&#39; ) )
				$customize_links[] = sprintf( __( &#39;&#60;a href=&#34;%s&#34;&#62;Set a background color&#60;/a&#62;&#39; ), esc_url( admin_url( &#39;themes.php?page=custom-background&#39; ) ) );

			if ( current_theme_supports( &#39;custom-header&#39; ) )
				$customize_links[] = sprintf( __( &#39;&#60;a href=&#34;%s&#34;&#62;Select a new header image&#60;/a&#62;&#39; ), esc_url( admin_url( &#39;themes.php?page=custom-header&#39; ) ) );

			if ( current_theme_supports( &#39;widgets&#39; ) )
				$customize_links[] = sprintf( __( &#39;&#60;a href=&#34;%s&#34;&#62;Add some widgets&#60;/a&#62;&#39; ), esc_url( admin_url( &#39;widgets.php&#39; ) ) );

			if ( ! empty( $customize_links ) ) {
				echo &#39;&#60;p&#62;&#39;;
				printf( __( &#39;Use the current theme — %1$s — or &#60;a href=&#34;%2$s&#34;&#62;choose a new one&#60;/a&#62;. If you stick with %3$s, here are a few ways to make your site look unique.&#39; ), $ct-&#62;title, esc_url( admin_url( &#39;themes.php&#39; ) ), $ct-&#62;title );
				echo &#39;&#60;/p&#62;&#39;;
			?&#62;
			&#60;ul&#62;
				&#60;?php foreach ( $customize_links as $customize_link ) : ?&#62;
				&#60;li&#62;&#60;?php echo $customize_link ?&#62;&#60;/li&#62;
				&#60;?php endforeach; ?&#62;
			&#60;/ul&#62;
			&#60;?php
			} else {
				echo &#39;&#60;p&#62;&#39;;
				printf( __( &#39;Use the current theme — %1$s — or &#60;a href=&#34;%2$s&#34;&#62;choose a new one&#60;/a&#62;.&#39; ), $ct-&#62;title, esc_url( admin_url( &#39;themes.php&#39; ) ) );
				echo &#39;&#60;/p&#62;&#39;;
			}
		endif; ?&#62;
	&#60;/div&#62;
	&#60;/div&#62;
	&#60;p class=&#34;welcome-panel-dismiss&#34;&#62;&#60;?php printf( __( &#39;Already know what you’re doing? &#60;a href=&#34;%s&#34;&#62;Dismiss this message&#60;/a&#62;.&#39; ), esc_url( admin_url( &#39;?welcome=0&#39; ) ) ); ?&#62;&#60;/p&#62;
	&#60;/div&#62;
	&#60;/div&#62;
	&#60;?php
}</code></pre>
<p>The issue with these methods is that you are editing core code, so those changes will be needed everytime you update your WP install. The advantage is no extra code cancelling out other code so this is most efficient.</p>
<p>And the easiest is this plugin right here:</p>
<p><a href="http://wordpress.org/extend/plugins/hide-welcome-panel-for-multisite/" target="_blank">http://wordpress.org/extend/plugins/hide-welcome-panel-for-multisite/</a></p>
<p>Hope this helps.</p>
<p>Take care.
</p>]]></description>
		</item>
		<item>
			<title>Atlanta on "How do I delete this message from the dashboard"</title>
			<link>http://premium.wpmudev.org/forums/topic/how-do-i-delete-this-message-from-the-dashboard#post-179854</link>
			<pubDate>Thu, 09 Feb 2012 17:00:04 +0000</pubDate>
			<dc:creator>Atlanta</dc:creator>
			<guid isPermaLink="false">179854@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Thanks Joe.</p>
<p>The custom admin text is kind of tricky to remove all of that wordpress content  because some of it is &#60;a href" and if I try to include html in the text change box it blanks out the screen so I went in to dashboard.php and edit directly from there...</p>
<p>And white label CMS only works at the editor level not at the admin level.</p>
<p>The permissions idea will help with the images, great.
</p>]]></description>
		</item>
		<item>
			<title>aecnu on "How do I delete this message from the dashboard"</title>
			<link>http://premium.wpmudev.org/forums/topic/how-do-i-delete-this-message-from-the-dashboard#post-178874</link>
			<pubDate>Mon, 06 Feb 2012 20:55:08 +0000</pubDate>
			<dc:creator>aecnu</dc:creator>
			<guid isPermaLink="false">178874@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Greetings Atlanta :-)</p>
<p>as a regular Member I was wondering the same thing until I decided that I would keep it and just change the text to what I want via the <a href="http://premium.wpmudev.org/project/site-wide-text-change">Custom Admin text Plugin</a></p>
<p>I also changed the image manually and permission-ed it 444 Read Only so that during a WordPress Update it could not be overwritten.</p>
<p>I also just now dismissed it from the dismiss section on the test blog and it is gone.</p>
<p>Actually cannot figure out how to bring it back now ..... lol</p>
<p>But I found an answer that I think will completely meet you needs to your specification &#38; satisfaction, check out:<br />
<a href="http://wordpress.org/extend/plugins/white-label-cms/">White Label CMS</a></p>
<p>To YOUR Success!</p>
<p>Joe :-)
</p>]]></description>
		</item>
		<item>
			<title>Atlanta on "How do I delete this message from the dashboard"</title>
			<link>http://premium.wpmudev.org/forums/topic/how-do-i-delete-this-message-from-the-dashboard#post-178845</link>
			<pubDate>Mon, 06 Feb 2012 19:39:23 +0000</pubDate>
			<dc:creator>Atlanta</dc:creator>
			<guid isPermaLink="false">178845@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Hi, wordpress 3.3 how do I delete this dashboard message?</p>
<p> &lt;a alt=&#039;thumbnail-9666&#039; class=&#039;bb_attachments_link lightbox&#039; href=&#039;http://premium.wpmudev.org/forums/?bb_attachments=178845&amp;bbat=9666&#039;&gt;&lt;img src=&#039;http://premium.wpmudev.org/forums/?bb_attachments=178845&amp;bbat=9666&amp;inline&#039; /&gt;&lt;/a&gt;
</p>]]></description>
		</item>

	</channel>
</rss>