<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Solutions To Your WordPress Problems</title>
	<atom:link href="http://www.howtospoter.com/web-20/wordpress/solutions-to-your-wordpress-problems/feed" rel="self" type="application/rss+xml" />
	<link>http://www.howtospoter.com/web-20/wordpress/solutions-to-your-wordpress-problems</link>
	<description>WordPress Guides, Tips And Strategies For Successful Blogs</description>
	<lastBuildDate>Fri, 10 Feb 2012 23:22:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: TheSpotter</title>
		<link>http://www.howtospoter.com/web-20/wordpress/solutions-to-your-wordpress-problems/comment-page-1#comment-27020</link>
		<dc:creator>TheSpotter</dc:creator>
		<pubDate>Fri, 27 Aug 2010 12:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtospoter.com/web-20/wordpress/solutions-to-your-wordpress-problems#comment-27020</guid>
		<description>Chazz,

I haven&#039;t use code you provide - I recommend you ask either theme developer of the theme you have used or the author of the code you are obviously trying to use.</description>
		<content:encoded><![CDATA[<p>Chazz,</p>
<p>I haven&#8217;t use code you provide &#8211; I recommend you ask either theme developer of the theme you have used or the author of the code you are obviously trying to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chazz</title>
		<link>http://www.howtospoter.com/web-20/wordpress/solutions-to-your-wordpress-problems/comment-page-1#comment-27009</link>
		<dc:creator>Chazz</dc:creator>
		<pubDate>Thu, 26 Aug 2010 20:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtospoter.com/web-20/wordpress/solutions-to-your-wordpress-problems#comment-27009</guid>
		<description>Sorry...this is header below:

---------------------------

        
            &lt;a href=&quot;&quot;&gt;&lt;/a&gt; &#124; 
        
        
            Menu
            
                &lt;a href=&quot;&quot;&gt;Home&lt;/a&gt;
                
            
        
        
            Categories
            

				 0 ) {
                        location.href = &quot;/?cat=&quot;+dropdown.options[dropdown.selectedIndex].value;
                    }
                }
                dropdown.onchange = onCatChange;
            --&gt;
    
        
        
        
            
            Archives
            
                
                 
        	
        
        
            Search
            &lt;form method=&quot;get&quot; class=&quot;searchform&quot; action=&quot;&quot;&gt;
                
            
        </description>
		<content:encoded><![CDATA[<p>Sorry&#8230;this is header below:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>            &lt;a href=&quot;&#8221;&gt; | </p>
<p>            Menu</p>
<p>                &lt;a href=&quot;&#8221;&gt;Home</p>
<p>            Categories</p>
<p>				 0 ) {<br />
                        location.href = &#8220;/?cat=&#8221;+dropdown.options[dropdown.selectedIndex].value;<br />
                    }<br />
                }<br />
                dropdown.onchange = onCatChange;<br />
            &#8211;&gt;</p>
<p>            Archives</p>
<p>            Search<br />
            &lt;form method=&quot;get&quot; class=&quot;searchform&quot; action=&quot;&#8221;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chazz</title>
		<link>http://www.howtospoter.com/web-20/wordpress/solutions-to-your-wordpress-problems/comment-page-1#comment-27008</link>
		<dc:creator>Chazz</dc:creator>
		<pubDate>Thu, 26 Aug 2010 20:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtospoter.com/web-20/wordpress/solutions-to-your-wordpress-problems#comment-27008</guid>
		<description>Sorry if this question sound dumb....I&#039;m really bad with coding stuff. I&#039;m just a photographer.

I tried using this tutorial to switch my text header to an image header...It was a no go. I think it&#039;s due to the fact that the header.php code is actually different in my template than the example used here.

You can see below there is no H1 tag in my header.php and it looks quite a bit different from the header code in the example. I would love it if you could give me some help. Assuming my logo is called my_logo.jpg how would I recode and what section of header.php should I change.

Thanks in advance.

C
-----------------------------------------------


        
            &lt;a href=&quot;&quot;&gt;&lt;/a&gt; &#124; 
        
        
            Menu
            
                &lt;a href=&quot;&quot;&gt;Home&lt;/a&gt;
                
            
        
        
            Categories
            

				 0 ) {
                        location.href = &quot;/?cat=&quot;+dropdown.options[dropdown.selectedIndex].value;
                    }
                }
                dropdown.onchange = onCatChange;
            --&gt;
    
        
        
        
            
            Archives
            
                
                 
        	
        
        
            Search
            &lt;form method=&quot;get&quot; class=&quot;searchform&quot; action=&quot;&quot;&gt;
                
            
        </description>
		<content:encoded><![CDATA[<p>Sorry if this question sound dumb&#8230;.I&#8217;m really bad with coding stuff. I&#8217;m just a photographer.</p>
<p>I tried using this tutorial to switch my text header to an image header&#8230;It was a no go. I think it&#8217;s due to the fact that the header.php code is actually different in my template than the example used here.</p>
<p>You can see below there is no H1 tag in my header.php and it looks quite a bit different from the header code in the example. I would love it if you could give me some help. Assuming my logo is called my_logo.jpg how would I recode and what section of header.php should I change.</p>
<p>Thanks in advance.</p>
<p>C<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>            &lt;a href=&quot;&#8221;&gt; | </p>
<p>            Menu</p>
<p>                &lt;a href=&quot;&#8221;&gt;Home</p>
<p>            Categories</p>
<p>				 0 ) {<br />
                        location.href = &#8220;/?cat=&#8221;+dropdown.options[dropdown.selectedIndex].value;<br />
                    }<br />
                }<br />
                dropdown.onchange = onCatChange;<br />
            &#8211;&gt;</p>
<p>            Archives</p>
<p>            Search<br />
            &lt;form method=&quot;get&quot; class=&quot;searchform&quot; action=&quot;&#8221;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.howtospoter.com/web-20/wordpress/solutions-to-your-wordpress-problems/comment-page-1#comment-24873</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 28 May 2010 20:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtospoter.com/web-20/wordpress/solutions-to-your-wordpress-problems#comment-24873</guid>
		<description>I nearly have this exact problem but I cannot seem to figure out how to get my logo to appear on my wordpress page. I loaded the theme, Cordobo Green Park 2 0.9.502 by Andreas Jacob. I just wanted a very simple page to give very basic info on a company but I can&#039;t get the logo to show up. I did everything I could think of but to no avail. His explanation of how to load a logo does not seem to work. It may be that I&#039;m not loading the image correctly, I&#039;m really not sure.. haha more lost then ever! Need help! Thanks</description>
		<content:encoded><![CDATA[<p>I nearly have this exact problem but I cannot seem to figure out how to get my logo to appear on my wordpress page. I loaded the theme, Cordobo Green Park 2 0.9.502 by Andreas Jacob. I just wanted a very simple page to give very basic info on a company but I can&#8217;t get the logo to show up. I did everything I could think of but to no avail. His explanation of how to load a logo does not seem to work. It may be that I&#8217;m not loading the image correctly, I&#8217;m really not sure.. haha more lost then ever! Need help! Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheSpotter</title>
		<link>http://www.howtospoter.com/web-20/wordpress/solutions-to-your-wordpress-problems/comment-page-1#comment-18861</link>
		<dc:creator>TheSpotter</dc:creator>
		<pubDate>Fri, 03 Apr 2009 11:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtospoter.com/web-20/wordpress/solutions-to-your-wordpress-problems#comment-18861</guid>
		<description>noddy,

You got couple problems:
1. Contact your host and get the correct credentials to use for FTP client. Should be your main domain name and your cPanle login info.
2. Connect to your hosting account and navigate to /home/glk616/public_html/aliengang.com/wp-content/plugins/
3. Delete adrotate folder completely or rename it

This will bring your blog to life.

Upgrade your blog to latest 2.7.1 - been hacked is not fan, I can guarantee that current problem will seem like penuts compare to restoring from a hacked blog, if you don&#039;t update!</description>
		<content:encoded><![CDATA[<p>noddy,</p>
<p>You got couple problems:<br />
1. Contact your host and get the correct credentials to use for FTP client. Should be your main domain name and your cPanle login info.<br />
2. Connect to your hosting account and navigate to /home/glk616/public_html/aliengang.com/wp-content/plugins/<br />
3. Delete adrotate folder completely or rename it</p>
<p>This will bring your blog to life.</p>
<p>Upgrade your blog to latest 2.7.1 &#8211; been hacked is not fan, I can guarantee that current problem will seem like penuts compare to restoring from a hacked blog, if you don&#8217;t update!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noddy</title>
		<link>http://www.howtospoter.com/web-20/wordpress/solutions-to-your-wordpress-problems/comment-page-1#comment-18859</link>
		<dc:creator>noddy</dc:creator>
		<pubDate>Fri, 03 Apr 2009 10:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtospoter.com/web-20/wordpress/solutions-to-your-wordpress-problems#comment-18859</guid>
		<description>i have problem in my wordpress 2.6..
i just install a plugin of wordpress 2.7 in 2.6
so i am facing a problem when i login its says errror

&quot;Fatal error: Call to undefined function add_object_page() in /home/glk616/public_html/aliengang.com/wp-content/plugins/adrotate/adrotate.php on line 60&quot;


when i use ftp filezilla to use it says error also
login authenication error

i dont what should i do now plz help me.</description>
		<content:encoded><![CDATA[<p>i have problem in my wordpress 2.6..<br />
i just install a plugin of wordpress 2.7 in 2.6<br />
so i am facing a problem when i login its says errror</p>
<p>&#8220;Fatal error: Call to undefined function add_object_page() in /home/glk616/public_html/aliengang.com/wp-content/plugins/adrotate/adrotate.php on line 60&#8243;</p>
<p>when i use ftp filezilla to use it says error also<br />
login authenication error</p>
<p>i dont what should i do now plz help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Osman</title>
		<link>http://www.howtospoter.com/web-20/wordpress/solutions-to-your-wordpress-problems/comment-page-1#comment-15997</link>
		<dc:creator>Osman</dc:creator>
		<pubDate>Sat, 06 Sep 2008 21:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtospoter.com/web-20/wordpress/solutions-to-your-wordpress-problems#comment-15997</guid>
		<description>I think you can track css overlaps with firebug. It works very well on that.

Osmans last blog post..&lt;a href=&quot;http://feedproxy.google.com/~r/visnum/g/~3/ay9nQmQizrU/&quot; rel=&quot;nofollow&quot;&gt;Wordpress’ default theme and template are a complete mess&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I think you can track css overlaps with firebug. It works very well on that.</p>
<p>Osmans last blog post..<a href="http://feedproxy.google.com/~r/visnum/g/~3/ay9nQmQizrU/" rel="nofollow">WordPress’ default theme and template are a complete mess</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Speeding Links for Search For Blogging Readers &#124; searchforblogging.com</title>
		<link>http://www.howtospoter.com/web-20/wordpress/solutions-to-your-wordpress-problems/comment-page-1#comment-9056</link>
		<dc:creator>Speeding Links for Search For Blogging Readers &#124; searchforblogging.com</dc:creator>
		<pubDate>Mon, 26 Nov 2007 19:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtospoter.com/web-20/wordpress/solutions-to-your-wordpress-problems#comment-9056</guid>
		<description>[...] , an IT pro and an excellent WordPress Web 2.0 Spot-Er, has written a great post in his blog titled Solutions To Your WordPress Problems. I could not believe my eyes when i read this post. To test Alex, i left a comment and asked him [...]</description>
		<content:encoded><![CDATA[<p>[...] , an IT pro and an excellent WordPress Web 2.0 Spot-Er, has written a great post in his blog titled Solutions To Your WordPress Problems. I could not believe my eyes when i read this post. To test Alex, i left a comment and asked him [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheSpot-er</title>
		<link>http://www.howtospoter.com/web-20/wordpress/solutions-to-your-wordpress-problems/comment-page-1#comment-8885</link>
		<dc:creator>TheSpot-er</dc:creator>
		<pubDate>Thu, 22 Nov 2007 00:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtospoter.com/web-20/wordpress/solutions-to-your-wordpress-problems#comment-8885</guid>
		<description>Thanks Jason,

Just trying to give back and following the simple rule &quot;give and you shall receive&quot; :)

Alex</description>
		<content:encoded><![CDATA[<p>Thanks Jason,</p>
<p>Just trying to give back and following the simple rule &#8220;give and you shall receive&#8221; <img src='http://sptrcdn.howtospoter.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason A Clark</title>
		<link>http://www.howtospoter.com/web-20/wordpress/solutions-to-your-wordpress-problems/comment-page-1#comment-8879</link>
		<dc:creator>Jason A Clark</dc:creator>
		<pubDate>Wed, 21 Nov 2007 22:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtospoter.com/web-20/wordpress/solutions-to-your-wordpress-problems#comment-8879</guid>
		<description>I think you&#039;re on to something with a Wordpress question and answer type column.  I think you&#039;ll find as more and more people find out what you&#039;re doing you&#039;ll be bombarded with questions.  It&#039;s a good idea.  Good luck.

&lt;em&gt;Jason A Clark&#039;s last blog post..&lt;/em&gt;&lt;a href=&#039;http://jasonaclark.com/2007/11/21/robert-redford-destroys-tom-cruises-track-record-with-lions-for-lambs/&#039;&gt;Robert Redford Destroys Tom Cruise’s Track Record With “Lions For Lambs”&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I think you&#8217;re on to something with a WordPress question and answer type column.  I think you&#8217;ll find as more and more people find out what you&#8217;re doing you&#8217;ll be bombarded with questions.  It&#8217;s a good idea.  Good luck.</p>
<p><em>Jason A Clark&#8217;s last blog post..</em><a href='http://jasonaclark.com/2007/11/21/robert-redford-destroys-tom-cruises-track-record-with-lions-for-lambs/'>Robert Redford Destroys Tom Cruise’s Track Record With “Lions For Lambs”</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

