<?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>bavotasan.com &#187; Admin Panel</title>
	<atom:link href="http://bavotasan.com/tag/admin-panel/feed/" rel="self" type="application/rss+xml" />
	<link>http://bavotasan.com</link>
	<description>by c.bavota</description>
	<lastBuildDate>Tue, 07 Feb 2012 15:42:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Threaded Comments Going Out of Order in WordPress</title>
		<link>http://bavotasan.com/2009/threaded-comments-going-out-of-order-in-wordpress/</link>
		<comments>http://bavotasan.com/2009/threaded-comments-going-out-of-order-in-wordpress/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 12:09:17 +0000</pubDate>
		<dc:creator>c.bavota</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[Admin Panel]]></category>
		<category><![CDATA[cause]]></category>
		<category><![CDATA[Easy Solution]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[order]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[panel]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[threaded comments]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bavotasan.com/?p=432</guid>
		<description><![CDATA[Ever notice that certain comments end up out of order. I&#8217;ve encountered this issue on one of my posts and I think I discovered the cause. The problem is that I have been responding to certain comments through the admin panel and not directly on the single post page. Some of these comments are already [...]]]></description>
			<content:encoded><![CDATA[<p>Ever notice that certain comments end up out of order. I&#8217;ve encountered this issue on one of my posts and I think I discovered the cause. The problem is that I have been responding to certain comments through the admin panel and not directly on the single post page. Some of these comments are already threaded under other comments but there is no way to tell in the admin panel. It was all my fault, though and not WordPress&#8217;.<br />
<span id="more-432"></span><br />
I had to go into the database and just remove the comment_parent value from my comments that were causing the problem and everything went back into place. Not an easy solution but a solution none the less. Hope that helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://bavotasan.com/2009/threaded-comments-going-out-of-order-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Contact Form for WordPress: Redux</title>
		<link>http://bavotasan.com/2009/simple-contact-form-for-wordpress/</link>
		<comments>http://bavotasan.com/2009/simple-contact-form-for-wordpress/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 16:07:59 +0000</pubDate>
		<dc:creator>c.bavota</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Admin Panel]]></category>
		<category><![CDATA[Change]]></category>
		<category><![CDATA[contact]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[org]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[panel]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Redux]]></category>
		<category><![CDATA[something]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[Upload]]></category>

		<guid isPermaLink="false">http://bavotasan.com/?p=57</guid>
		<description><![CDATA[I have gone into this code and really cleaned it up to make it work properly with WordPress installs that are in subdirectories or wherever. I have also added a wicked little open source captcha script which I borrowed from the awesome folks at phpcaptcha.org to make the form 100 times more secure. INSTRUCTIONS: Upload [...]]]></description>
			<content:encoded><![CDATA[<p>I have gone into this code and really cleaned it up to make it work properly with WordPress installs that are in subdirectories or wherever. I have also added a wicked little open source captcha script which I borrowed from the awesome folks at <a href="http://www.phpcaptcha.org/">phpcaptcha.org</a> to make the form 100 times more secure.<br />
<span id="more-57"></span><br />
INSTRUCTIONS:</p>
<p>Upload the <code>contact.php</code> file and the <code>secureimage</code> folder to your current WordPress theme&#8217;s directory and then create a page in you admin panel. Choose &#8220;Contact&#8221; as your template and save the page as &#8220;Contact&#8221;. You need to have your permalinks set to Custom Structure or else you would need to change line 15 to something like <code>?p=123</code> (change 123 to the ID of your contact page).</p>
]]></content:encoded>
			<wfw:commentRss>http://bavotasan.com/2009/simple-contact-form-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>How to Modify Your WordPress &lt;title&gt; Tag for Search Engine Optimization</title>
		<link>http://bavotasan.com/2008/how-to-modify-your-wordpress-title-tag-for-search-engine-optimization/</link>
		<comments>http://bavotasan.com/2008/how-to-modify-your-wordpress-title-tag-for-search-engine-optimization/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 22:54:43 +0000</pubDate>
		<dc:creator>c.bavota</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Admin Panel]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Browser Window]]></category>
		<category><![CDATA[character]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[codex]]></category>
		<category><![CDATA[Elements]]></category>
		<category><![CDATA[engine]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Header Php]]></category>
		<category><![CDATA[Important Things]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[Php File]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[ranking]]></category>
		<category><![CDATA[raquo]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Web Page]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress Theme]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[Wp]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://bavotasan.com/?p=37</guid>
		<description><![CDATA[Search engine optimization is one of the more important things, if not the most important, when it comes to your website. Sure, the way it looks and work are both important, as well as the content, but if Google or Yahoo can&#8217;t index your pages properly due to the fact that your site isn&#8217;t optimized [...]]]></description>
			<content:encoded><![CDATA[<p>Search engine optimization is one of the more important things, if not the most important, when it comes to your website. Sure, the way it looks and work are both important, as well as the content, but if Google or Yahoo can&#8217;t index your pages properly due to the fact that your site isn&#8217;t optimized then all that work is for nothing.</p>
<p>There are a few plugins available for WordPress that help with search engine optimization but I&#8217;ve found that they don&#8217;t allow you to really control all the elements you would want to plus I prefer to hard code certain things, just in case the plugins don&#8217;t work with updated versions of WordPress.</p>
<p><span id="more-37"></span>The following is a very simple change to perform, but in my opinion, is extremely important for every WordPress install.</p>
<p><strong>Setting up your &lt;title&gt; tag to work dynamically</strong></p>
<p>Whenever you create a web page, you must give that page a name. That is what appears at the top of your browser window.</p>
<p><a class="highslide" href="http://bavotasan.com/wp-content/uploads/2008/11/title.jpg"><img class="alignnone size-medium wp-image-65" title="title" src="http://bavotasan.com/wp-content/uploads/2008/11/title-605x31.jpg" alt="" /></a></p>
<p>In the header.php file of your WordPress theme you will come across a bit of code that looks something like this.</p>

<div class="wp_syntax"><table border='0' cellpadding='0' cellspacing='0'><tr><td><div class="code"><pre class="php" style="font-family:monospace;">&lt;title&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'name'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span> <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> is_single<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span> &amp;raquo; Blog Archive <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span> <span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/title&gt;</pre></div></td></tr></table></div>

<p>What this piece of code does is grab the name of your blog and use it for the title of your web page. You control this info by going to your wp-admin panel =&gt; Settings =&gt; General.</p>
<p><a class="highslide" href="http://bavotasan.com/wp-content/uploads/2008/10/backend-desc.jpg"><img class="alignnone size-full wp-image-40" title="backend-desc" src="http://bavotasan.com/wp-content/uploads/2008/10/backend-desc.jpg" alt="" /></a></p>
<p>If you are on the main page of your website, you will see the name of the blog at the top of the browser but if you are on on a post&#8217;s page then you will see your blog name, &#8220;Blog Archive&#8221; and then the title of the post.</p>
<p>The basic problem with this default code is that the name of your blog always comes first. Is the name of your blog the most important information or is it the name of your post? Hopefully you said the name of your post.</p>
<p>So, the solution is pretty simple. Let move some things around until we get something like this.</p>

<div class="wp_syntax"><table border='0' cellpadding='0' cellspacing='0'><tr><td><div class="code"><pre class="php" style="font-family:monospace;">&lt;title&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span>is_home<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #b1b100;">echo</span> bloginfo<span style="color: #009900;">&#40;</span>‘name’<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #b1b100;">echo</span> ‘ <span style="color: #339933;">|</span> ‘<span style="color: #339933;">;</span> <span style="color: #b1b100;">echo</span> bloginfo<span style="color: #009900;">&#40;</span>‘description’<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span> <span style="color: #b1b100;">echo</span> wp_title<span style="color: #009900;">&#40;</span>‘ <span style="color: #339933;">|</span> ‘<span style="color: #339933;">,</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #339933;">,</span> right<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #b1b100;">echo</span> bloginfo<span style="color: #009900;">&#40;</span>‘name’<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/title&gt;</pre></div></td></tr></table></div>

<p>The first thing we&#8217;re doing here is checking to see if it is the home page. If it is then we&#8217;re going to show the blog name and then the tag line (<em>see image above on where to go to change this</em>), separated by a &#8221; | &#8221; character. You can change this to whatever you want but remember to leave the blank spaces before and after the character you choose. Next, if it is not the home page, we are going to show the name of the post (wp_title), but only if there is one. That is what the false parameter is gonna check for us. If there isn&#8217;t one then it will just show the blog name. But if there is one then it will show the post name then the blog name, separated once again by a &#8221; | &#8221; character.</p>
<p>Check back for more search engine optimization tutorials and tips.</p>
<p>You can get more information on the WordPress tags used here by going to the <a href="http://codex.wordpress.org/Template_Tags/wp_title">WordPress Codex page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bavotasan.com/2008/how-to-modify-your-wordpress-title-tag-for-search-engine-optimization/feed/</wfw:commentRss>
		<slash:comments>71</slash:comments>
		</item>
	</channel>
</rss>

