<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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>Help Center Tag: wordpress theme - Recent Posts</title>
		<link>http://www.labnol.org/forums/tags/wordpress-theme</link>
		<description>Help Center Tag: wordpress theme - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Mon, 13 Feb 2012 01:23:54 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.labnol.org/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.labnol.org/forums/rss/tags/wordpress-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>Anonymous on "Adding logo and header image to WP blog"</title>
			<link>http://www.labnol.org/forums/topic/adding-logo-and-header-image-to-wp-blog#post-7676</link>
			<pubDate>Fri, 19 Feb 2010 11:43:41 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">7676@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;I have a problem with the title of my post &#60;a href=&#34;http://www.fastcashforex.com&#34; rel=&#34;nofollow&#34;&#62;http://www.fastcashforex.com&#60;/a&#62;&#60;br /&#62;
i use Magazine Basic wordpress theme by bavotasan, above my title in the header section i see html code and i don't know how to edit the header and fix it.&#60;br /&#62;
can someone help please&#60;br /&#62;
Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Adding logo and header image to WP blog"</title>
			<link>http://www.labnol.org/forums/topic/adding-logo-and-header-image-to-wp-blog#post-6271</link>
			<pubDate>Thu, 06 Aug 2009 20:04:06 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6271@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;@Sparx yup you are right.&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if (is_home()) { ?&#38;gt;&#38;lt;h1&#38;gt;&#38;lt;?php } ?&#38;gt;&#60;br /&#62;
&#60;a&#62;/&#34;&#38;gt;&#38;lt;?php bloginfo('name'); ?&#38;gt;&#60;/a&#62;&#38;lt;?php if (is_home()) { ?&#38;gt;&#38;lt;/h1&#38;gt;&#38;lt;?php } ?&#38;gt;&#38;lt;div class=&#34;description&#34;&#38;gt;&#38;lt;?php bloginfo('description'); ?&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;This is the portion of code which Displays the blog title and blog description..&#60;br /&#62;
you can replace it with&#60;br /&#62;
&#38;lt;h1&#38;gt;&#60;a href=&#34;Your Blogs Home Page URL&#34; rel=&#34;nofollow&#34;&#62;&#38;lt;img src=&#34;The Url of the logo image&#34; alt=&#34;Your Site Title&#34;/&#38;gt;&#60;/a&#62;&#38;lt;/h1&#38;gt;&#60;/p&#62;
&#60;p&#62;This is the way to add a logo..This may not look perfect if there are some CSS constraints applied to it..&#60;/p&#62;
&#60;p&#62;BTW if you want to add a header image which replaces the entire blue header portion you will have to edit the style.css file properly!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Adding logo and header image to WP blog"</title>
			<link>http://www.labnol.org/forums/topic/adding-logo-and-header-image-to-wp-blog#post-6212</link>
			<pubDate>Fri, 31 Jul 2009 12:57:40 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6212@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;@Surender97: Won't that put stuff into the  browser's title bar? I thought that's what the &#38;lt;title&#38;gt; tag is meant for.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Adding logo and header image to WP blog"</title>
			<link>http://www.labnol.org/forums/topic/adding-logo-and-header-image-to-wp-blog#post-6204</link>
			<pubDate>Thu, 30 Jul 2009 19:24:57 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6204@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Find under the file header.php&#60;/p&#62;
&#60;p&#62;&#38;lt;title&#38;gt;&#38;lt;?php if ( is_home() ) { bloginfo('name'); } else wp_title('',true); ?&#38;gt;&#38;lt;/title&#38;gt;&#60;br /&#62;
Replace following with:&#38;lt;img src=&#34;blog/folder/images/logo-name.jpg&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;title&#38;gt;&#60;a href=&#34;your site name&#34; rel=&#34;nofollow&#34;&#62;&#38;lt;img src=&#34;blog/folder/images/logo-name.jpg&#34;&#38;gt;&#60;/a&#62;&#38;lt;/title&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Adding logo and header image to WP blog"</title>
			<link>http://www.labnol.org/forums/topic/adding-logo-and-header-image-to-wp-blog#post-6184</link>
			<pubDate>Tue, 28 Jul 2009 16:58:19 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6184@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Try putting in the &#38;lt;img&#38;gt; tag just after the &#38;lt;title&#38;gt; line in header.php.&#60;/p&#62;
&#60;p&#62;I don't have a test WP blog where I can try this out, so you'll have to try on your own.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;img src=&#38;quot;http://URLtoimage.jpg&#38;quot; alt=&#38;quot;Descriptive ALT text&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Adding logo and header image to WP blog"</title>
			<link>http://www.labnol.org/forums/topic/adding-logo-and-header-image-to-wp-blog#post-6183</link>
			<pubDate>Tue, 28 Jul 2009 16:33:33 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6183@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Hi Sparx,&#60;br /&#62;
Tried to play a bit but got errors most of the time. If I paste the header code here, do you think u can guide a bit ?&#60;br /&#62;
&#38;lt;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Transitional//EN&#34; &#34;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#34;&#38;gt;&#60;br /&#62;
&#38;lt;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34; &#38;lt;?php language_attributes(); ?&#38;gt;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;head profile=&#34;http://gmpg.org/xfn/11&#34;&#38;gt;&#60;br /&#62;
&#38;lt;meta http-equiv=&#34;Content-Type&#34; content=&#34;&#38;lt;?php bloginfo('html_type'); ?&#38;gt;; charset=&#38;lt;?php bloginfo('charset'); ?&#38;gt;&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62; &#38;lt;title&#38;gt;&#38;lt;?php if ( is_home() ) { bloginfo('name'); } else wp_title('',true); ?&#38;gt;&#38;lt;/title&#38;gt; &#60;/p&#62;
&#60;p&#62;&#38;lt;meta name=&#34;generator&#34; content=&#34;WordPress &#38;lt;?php bloginfo('version'); ?&#38;gt;&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;link rel=&#34;stylesheet&#34; href=&#34;&#38;lt;?php bloginfo('stylesheet_url'); ?&#38;gt;&#34; type=&#34;text/css&#34; media=&#34;screen&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;link rel=&#34;alternate&#34; type=&#34;application/rss+xml&#34; title=&#34;&#38;lt;?php bloginfo('name'); ?&#38;gt; RSS Feed&#34; href=&#34;&#38;lt;?php bloginfo('rss2_url'); ?&#38;gt;&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;link rel=&#34;pingback&#34; href=&#34;&#38;lt;?php bloginfo('pingback_url'); ?&#38;gt;&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;meta name=&#34;robots&#34; content=&#34;index,follow&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php wp_head(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;meta name=&#34;verify-v1&#34; content=&#34;1LL9w9lueOvRd5DTfR7nPZNaIrZ8/s0j2rVEtujgUGE=&#34; /&#38;gt;&#38;lt;/head&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;body&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Adding logo and header image to WP blog"</title>
			<link>http://www.labnol.org/forums/topic/adding-logo-and-header-image-to-wp-blog#post-6181</link>
			<pubDate>Tue, 28 Jul 2009 15:00:20 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6181@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;you'll need to edit the PHP files to include an image, possibly in the header section in header.php.&#60;/p&#62;
&#60;p&#62;Include the image with the &#38;lt;img src=&#34;&#34;/&#38;gt; tag and experiment with image sizes etc.&#60;/p&#62;
&#60;p&#62;There isn't any header image included, so you'll need to code it in.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Adding logo and header image to WP blog"</title>
			<link>http://www.labnol.org/forums/topic/adding-logo-and-header-image-to-wp-blog#post-6178</link>
			<pubDate>Tue, 28 Jul 2009 07:49:26 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6178@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;For the quickpress theme &#60;a href=&#34;http://www.quickonlinetips.com/archives/quickpress/&#34; rel=&#34;nofollow&#34;&#62;http://www.quickonlinetips.com/archives/quickpress/&#60;/a&#62;, can anyone suggest how to add logo and the header image ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Is there any SDK for developing WordPress theme?"</title>
			<link>http://www.labnol.org/forums/topic/is-there-any-sdk-for-developing-wordpress-theme#post-4358</link>
			<pubDate>Wed, 07 Jan 2009 16:17:47 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">4358@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;See &#60;a href=&#34;http://www.labnol.org/forums/topic/how-can-i-create-my-own-wordpress-theme&#34; rel=&#34;nofollow&#34;&#62;this thread&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Is there any SDK for developing WordPress theme?"</title>
			<link>http://www.labnol.org/forums/topic/is-there-any-sdk-for-developing-wordpress-theme#post-4355</link>
			<pubDate>Wed, 07 Jan 2009 15:14:16 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">4355@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Hi Amit and DI reader,&#60;/p&#62;
&#60;p&#62;     I am a newbie blogger at smashtech.blogspot.com and was much attracted to wordpress theme and WP blogging platform. I m planning to move to WP and trying to build my own WP theme. So if there is any SDK for developing WP theme.Can anyone help me for this one.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "New Design of Digital Inspiration Blog"</title>
			<link>http://www.labnol.org/forums/topic/new-design-of-digital-inspiration-blog#post-3731</link>
			<pubDate>Sat, 25 Oct 2008 09:39:27 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">3731@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Design of Digital Inspiration forum not changed, default theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "New Design of Digital Inspiration Blog"</title>
			<link>http://www.labnol.org/forums/topic/new-design-of-digital-inspiration-blog#post-3725</link>
			<pubDate>Fri, 24 Oct 2008 15:55:46 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">3725@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;An attempted security update went awry causing users' credentials to go missing. Also threads that were started by users although they were visible, did not present correctly.&#60;/p&#62;
&#60;p&#62;Sometimes, simplicity isn't simple. :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "New Design of Digital Inspiration Blog"</title>
			<link>http://www.labnol.org/forums/topic/new-design-of-digital-inspiration-blog#post-3721</link>
			<pubDate>Fri, 24 Oct 2008 11:35:19 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">3721@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;This thread was started by me. Now what happened?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "New Design of Digital Inspiration Blog"</title>
			<link>http://www.labnol.org/forums/topic/new-design-of-digital-inspiration-blog#post-3186</link>
			<pubDate>Mon, 01 Sep 2008 16:33:18 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">3186@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Really Nice !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "New Design of Digital Inspiration Blog"</title>
			<link>http://www.labnol.org/forums/topic/new-design-of-digital-inspiration-blog#post-3147</link>
			<pubDate>Sat, 30 Aug 2008 14:09:48 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">3147@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;The new Digital inspiration is very cool ... Good job.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "New Design of Digital Inspiration Blog"</title>
			<link>http://www.labnol.org/forums/topic/new-design-of-digital-inspiration-blog#post-3146</link>
			<pubDate>Sat, 30 Aug 2008 13:57:32 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">3146@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Actually no plugin is needed if your theme's function.php has a setting to to show the recent post&#60;/p&#62;
&#60;p&#62;this will work: &#38;lt;?php mdv_recent_posts(15); ?&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "New Design of Digital Inspiration Blog"</title>
			<link>http://www.labnol.org/forums/topic/new-design-of-digital-inspiration-blog#post-3145</link>
			<pubDate>Fri, 29 Aug 2008 20:29:00 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">3145@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;@johndam&#60;/p&#62;
&#60;p&#62;This blog is running on WordPress and not on Blogger. It has plug-ins to display recent posts, so you need not use feeds, and thus can display any number of recent posts.&#60;/p&#62;
&#60;p&#62;--Saneem&#60;br /&#62;
&#60;a href=&#34;http://www.deviltips.co.cc&#34; rel=&#34;nofollow&#34;&#62;http://www.deviltips.co.cc&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "New Design of Digital Inspiration Blog"</title>
			<link>http://www.labnol.org/forums/topic/new-design-of-digital-inspiration-blog#post-3143</link>
			<pubDate>Fri, 29 Aug 2008 19:30:36 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">3143@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Amit, How did you made the recent posts to show 10 of the recent ones? Are u using feeds, if so how? Can u tell us pls.&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "New Design of Digital Inspiration Blog"</title>
			<link>http://www.labnol.org/forums/topic/new-design-of-digital-inspiration-blog#post-3140</link>
			<pubDate>Fri, 29 Aug 2008 15:00:25 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">3140@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;The new Digital inspiration is nice. Amit you have given a professional touch to the new design.&#60;/p&#62;
&#60;p&#62;Particularly Sites we Like is really information.&#60;/p&#62;
&#60;p&#62;But i noticed that when i tried to translate the page,i got this message&#60;/p&#62;
&#60;p&#62;&#34;Bad Request&#60;br /&#62;
Your client has issued a malformed or illegal request.&#34;&#60;/p&#62;
&#60;p&#62;As a whole good job Amit
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "New Design of Digital Inspiration Blog"</title>
			<link>http://www.labnol.org/forums/topic/new-design-of-digital-inspiration-blog#post-3130</link>
			<pubDate>Thu, 28 Aug 2008 22:04:08 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">3130@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Just grabbed a look myself.&#60;/p&#62;
&#60;p&#62;Nicely done, Amit - my compliments to the design team and of course to you (more so, if you're the team!).&#60;/p&#62;
&#60;p&#62;Looks neater, pleasing the eye.&#60;/p&#62;
&#60;p&#62;Loved the &#60;a href=&#34;http://www.labnol.org/websites/&#34; rel=&#34;nofollow&#34;&#62;link tree&#60;/a&#62; and would like more details on it - is it part of the overall theme or was it done via a third party piece of software?&#60;/p&#62;
&#60;p&#62;Suggestions:&#60;br /&#62;
1 - please include Reddit in the Share This dropdown script at the end of every post.&#60;/p&#62;
&#60;p&#62;2 - Gravatars in the comments and distinctive colouring for comment links + site links (when you hover over a user name).&#60;/p&#62;
&#60;p&#62;3 - I clicked the LINK and the BLOG THIS sections which opened up in a new tab/window, but the box appeared very very similar. Am I missing something here?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

