<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title></title>
	<atom:link href="http://www.brightkitten.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.brightkitten.com/blog</link>
	<description></description>
	<lastBuildDate>Thu, 16 Sep 2010 04:32:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress bits and bytes</title>
		<link>http://www.brightkitten.com/blog/?p=11</link>
		<comments>http://www.brightkitten.com/blog/?p=11#comments</comments>
		<pubDate>Wed, 21 Apr 2010 04:23:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.brightkitten.com/blog/?p=11</guid>
		<description><![CDATA[Installing WordPress: You need: A good FTP piece, like Filezilla. Set up the FTP software to communicate with your server. The latest or next to latest version of WordPress. A good file editor never hurts. I LOVE Notepad++. Unzip software. &#8230; <a href="http://www.brightkitten.com/blog/?p=11">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h4><strong>Installing WordPress:</strong></h4>
<p><strong>You need:</strong></p>
<ul>
<li>A good FTP piece, like <a href="http://filezilla-project.org/" target="_blank">Filezilla</a>. Set up the FTP software to communicate with your server.</li>
<li>The latest or next to latest version of <a href="http://wordpress.org/" target="_blank">WordPress</a>.</li>
<li>A good file editor never hurts. I LOVE <a href="http://notepad-plus.sourceforge.net/uk/site.htm" target="_blank">Notepad++</a>.</li>
<li>Unzip software. I use <a href="http://www.jzip.com/" target="_blank">JZip</a>.</li>
</ul>
<p>Download and unzip WordPress into a folder on your hard drive.  I like to keep a folder for all my WordPress versions and another for all themes and one for plugins.</p>
<p>Before you go to dump your files over to your server using ftp, you need to create a database on your server.  Every hosting site has a different control panel.  You need to find your database access piece and create a database name, user and password. Take note of all these things, and the database server name.</p>
<p>In your WordPress folder, edit the wp-config-sample.php file to reflect your database you created:</p>
<p>// ** MySQL settings &#8211; You can get this info from your web host ** //</p>
<p>/** The name of the database for WordPress */</p>
<p>define(&#8216;DB_NAME&#8217;, &#8216;putyourdbnamehere&#8217;);</p>
<p>/** MySQL database username */</p>
<p>define(&#8216;DB_USER&#8217;, &#8216;usernamehere&#8217;);</p>
<p>/** MySQL database password */</p>
<p>define(&#8216;DB_PASSWORD&#8217;, &#8216;yourpasswordhere&#8217;);</p>
<p>/** MySQL hostname */</p>
<p>define(&#8216;DB_HOST&#8217;, &#8216;localhost&#8217;);  <strong>Note:</strong> <strong>Database Server Name</strong></p>
<p><strong>Save the wp-config-sample.php file as wp-config.php.</strong></p>
<p>Use your FTP software to copy the WordPress files to your server.  Files will be saved under public_html or the root on your server – they are all different,  so check with your ISP to find out where to save your files.</p>
<p>Before you do this, you may want to think about what you are using WordPress for.  It’s not just blogging software, it is so much more!</p>
<p>You will be copying the wp- folders, and all the files.  If you copy the actual WordPress folder over, your website address to use WordPress will be http://yoursitename.com/wordpress.<br />
If you copy the files from the WordPress folder, your address will remain <a href="http://yoursitename.com">http://yoursitename.com</a>.</p>
<p>Once all the files are copied to your server, you can use your browser and go to <a href="http://yoursitename.com/wp-admin">http://yoursitename.com/wp-admin</a>.</p>
<p>Fill out the information, and don’t forget to copy the password provided.  You need it to login for the first time!</p>
<h4><strong>Themes:</strong></h4>
<p>The themes that come with WordPress are kind of lame.  So, you want to go out and find some themes you will like. Some free WordPress Theme sites:</p>
<p><a href="http://wordpress.org/extend/themes/">http://wordpress.org/extend/themes/</a></p>
<p><a href="http://wordpressthemesbase.com/">http://wordpressthemesbase.com/</a></p>
<p><a href="http://topwpthemes.com/">http://topwpthemes.com/</a></p>
<p>Download the themes you like (I set up a Themes folder on my hard drive) and unzip them.<br />
Using FTP copy the theme folders for the themes you want to test and use under wp-content\themes.  Activate themes under Themes in your WordPress site.</p>
<h4><strong>Plugins:</strong></h4>
<p>Plugins can make your website fun and exciting!<br />
There are an infinite number of plugins out there.<br />
Make sure that whatever plugin you want to use is compatible with the version of WordPress you are using.  Also, I only use plugins from the <a href="http://wordpress.org/extend/plugins/" target="_blank">WordPress Plugins</a> site.</p>
<p>The most common plugins I use are:</p>
<p><a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">google-sitemap-generator</a> – creates xml sitemaps.</p>
<p><a href="http://wordpress.org/extend/plugins/google-analytics-for-wordpress/" target="_blank">google-analytics-for-wordpress</a> – installs the code for Google Analytics.</p>
<p><a href="http://wordpress.org/extend/plugins/add-to-any/" target="_blank">add-to-any</a> &#8211; Readers share, save, bookmark, and email your posts and pages.</p>
<p><a href="http://wordpress.org/extend/plugins/stats/" target="_blank">stats</a> – Good for site statistics.</p>
<h4><strong>Customize it!</strong></h4>
<p>I like to customize pieces of my sites. These are the things I commonly seem to do:</p>
<p><strong>Remove Comments and Posted by:</strong></p>
<p>If you do not want the comments and the “posted by… on…” displayed delete the following from the <strong>index.php</strong> It may also be found in the <strong>page.php</strong> and <strong>single.php</strong> files. Find and remove the following:</p>
<p>&lt;?php the_time(’F jS, Y’) ?&gt;&lt;?php edit_post_link(’, Edit’); ?&gt; &lt;div class=”comm”&gt;&lt;?php comments_popup_link(’Post Comment’, ‘Comments (1)’, ‘Comments (%)’); ?&gt;&lt;/div&gt;</p>
<p><strong>Remove the Page Title from your pages:</strong></p>
<p>To remove the title of your page that appears on the page above the content, edit the <strong>page.php</strong> file or a custom page template file you created. Find and remove the following:</p>
<p>&lt;h2&gt;&lt;a href=”&lt;?php the_permalink(); ?&gt;” title=”&lt;?php the_title(); ?&gt;”&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;</p>
<p><strong>Remove a Page from the Menu Bar in the Header:</strong></p>
<p>Use the exclude parameter to hide specific pages from the list to be generated by wp_list_pages in the <strong>header.php</strong> file. Find the line below and edit to reflect your pages.</p>
<p>&lt;ul&gt; &lt;?php wp_list_pages(&#8216;exclude=17,38&#8242; ); ?&gt; &lt;/ul&gt;</p>
<p>Lot’s more wp_list_pages stuff can be found here: <a title="http://codex.wordpress.org/Template_Tags/wp_list_pages" href="http://codex.wordpress.org/Template_Tags/wp_list_pages">http://codex.wordpress.org/Template_Tags/wp_list_pages</a></p>
<p>That’s all for now. I’ll add more as I use it or think of it. Happy pressing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brightkitten.com/blog/?feed=rss2&amp;p=11</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ComicPress for WordPress</title>
		<link>http://www.brightkitten.com/blog/?p=9</link>
		<comments>http://www.brightkitten.com/blog/?p=9#comments</comments>
		<pubDate>Fri, 16 Apr 2010 04:21:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ComicPress]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.brightkitten.com/blog/?p=9</guid>
		<description><![CDATA[I just finished working on http://ianthealy.com/comic using ComicPress for WordPress. I have to say it is a really cool piece. Using it as a theme, there are tons and tons of features for all you comic writers out there. If &#8230; <a href="http://www.brightkitten.com/blog/?p=9">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just finished working on <a href="http://ianthealy.com/comic">http://ianthealy.com/comic</a> using <a href="http://comicpress.org/" target="_blank">ComicPress</a> for <a href="http://wordpress.org" target="_blank">WordPress</a>.</p>
<p>I have to say it is a really cool piece.</p>
<p>Using it as a theme, there are tons and tons of features for all you comic writers out there.</p>
<p>If you are looking to put your comic site up on the web, <a href="http://comicpress.org/" target="_blank">ComicPress</a> is the way to go!</p>
<p>If you need help, let me know!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brightkitten.com/blog/?feed=rss2&amp;p=9</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

