<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: Customising pages in a theme</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: Customising pages in a theme</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 05:14:06 +0000</pubDate>

<item>
<title>bawalker2001 on "Customising pages in a theme"</title>
<link>http://wordpress.org/support/topic/231637#post-1250613</link>
<pubDate>Sun, 18 Oct 2009 15:26:06 +0000</pubDate>
<dc:creator>bawalker2001</dc:creator>
<guid isPermaLink="false">1250613@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I'm looking to customize the Corporate theme also - I want to add 2 page templates - one that moves the sidebar to the left and one that has no sidebar, full width on center content.&#60;/p&#62;
&#60;p&#62;Can someone help me in how to quickly do that?
&#60;/p&#62;</description>
</item>
<item>
<title>lelandf on "Customising pages in a theme"</title>
<link>http://wordpress.org/support/topic/231637#post-1250494</link>
<pubDate>Sun, 18 Oct 2009 12:31:50 +0000</pubDate>
<dc:creator>lelandf</dc:creator>
<guid isPermaLink="false">1250494@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Use a conditional tag.  Put it around something like:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php if (!is_page(&#38;#39;page-slug-here&#38;#39;)) { [Code here] } ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;With page-slug-here being the slug of the page you don't want it to show up on.
&#60;/p&#62;</description>
</item>
<item>
<title>eelaff on "Customising pages in a theme"</title>
<link>http://wordpress.org/support/topic/231637#post-1250443</link>
<pubDate>Sun, 18 Oct 2009 10:30:07 +0000</pubDate>
<dc:creator>eelaff</dc:creator>
<guid isPermaLink="false">1250443@http://wordpress.org/support/</guid>
<description>&#60;p&#62;can someone please tell me how to exclude the part in BOLD from a sertain page only and appear in all other pagers
&#60;/p&#62;</description>
</item>
<item>
<title>eelaff on "Customising pages in a theme"</title>
<link>http://wordpress.org/support/topic/231637#post-1250442</link>
<pubDate>Sun, 18 Oct 2009 10:29:09 +0000</pubDate>
<dc:creator>eelaff</dc:creator>
<guid isPermaLink="false">1250442@http://wordpress.org/support/</guid>
<description>&#60;p&#62;&#38;lt;div id=&#34;side-right&#34; class=&#34;clearfloat&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;div id=&#34;sidebar&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;?php  if ( is_home() &#124;&#124; is_page(diving-resorts) ) { ?&#38;gt;&#60;br /&#62;
				&#38;lt;div class=&#34;kutu2&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;div class=&#34;ust2&#34;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
	&#60;strong&#62;&#38;lt;div class=&#34;spacer&#34;&#38;gt;&#60;br /&#62;
&#38;lt;h2&#38;gt;Discover a Hidden Treasure&#38;lt;/h2&#38;gt;&#60;br /&#62;
				Mysterious depths containing richness so abundant that the mind fails to imagine its bounty.&#60;br /&#62;
Exuberant fish of assorted colors dancing around brilliant corals hard and soft. Magnificent creatures of the deep graciously gliding to the rhythm of nature. Clear warm waters unfolding an enchanting realm. The Maldives, every divers dream!&#60;br /&#62;
			&#38;lt;/div&#38;gt;	&#38;lt;div class=&#34;alt2&#34;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#60;/strong&#62;&#60;br /&#62;
&#38;lt;?php } ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;?php 	/* Widgetized sidebar, if you have the plugin installed. */&#60;br /&#62;
					if ( !function_exists('dynamic_sidebar') &#124;&#124; !dynamic_sidebar() ) : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;						&#38;lt;div class=&#34;kutu&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;div class=&#34;ust&#34;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;div class=&#34;spacer&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;h2&#38;gt;Categories&#38;lt;/h2&#38;gt;&#60;/p&#62;
&#60;ul&#62;&#38;lt;?php wp_list_categories('show_count=1&#38;amp;title_li='); ?&#38;gt;&#60;/ul&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#38;lt;div class=&#34;alt&#34;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;?php  if ( is_home() &#124;&#124; is_single() ) { ?&#38;gt;&#60;/p&#62;
&#60;p&#62;						&#38;lt;div class=&#34;kutu&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;div class=&#34;ust&#34;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;div class=&#34;spacer&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;h2&#38;gt;Latest Comments&#38;lt;/h2&#38;gt;&#60;br /&#62;
	&#38;lt;?php global $wpdb, $comments, $comment;&#60;br /&#62;
	$comments = $wpdb-&#38;gt;get_results(&#34;SELECT  comment_author,  comment_author_url, comment_ID, comment_post_ID, comment_date, SUBSTRING(comment_content,1,50) AS comment_excerpt FROM $wpdb-&#38;gt;comments LEFT OUTER JOIN $wpdb-&#38;gt;posts ON ($wpdb-&#38;gt;comments.comment_post_ID = $wpdb-&#38;gt;posts.ID) WHERE comment_approved = '1' AND comment_type = '' AND post_password = '' ORDER BY comment_date_gmt DESC LIMIT 5&#34;); ?&#38;gt;&#60;br /&#62;
		&#38;lt;ul id=&#34;tab_content_comments&#34; class=&#34;tab_content_list1&#34;&#38;gt; &#38;lt;!-- Latest comments --&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if ( $comments ) : foreach ($comments as $comment) :&#60;br /&#62;
	echo  '&#38;lt;li class=&#34;latestcomment&#34;&#38;gt;'  . sprintf(__('%1$s &#38;lt;span class=&#34;commententrytitle&#34;&#38;gt; - '  .strip_tags($comment-&#38;gt;comment_date).&#60;br /&#62;
''.'&#60;br /&#62;%2$s&#38;lt;/span&#38;gt;&#60;br /&#62;%4$s &#38;hellip;'),&#60;br /&#62;
					'&#60;a&#62;comment_post_ID) . '#comment-' . $comment-&#38;gt;comment_ID . '&#34; title=&#34;' . $comment-&#38;gt;comment_author . ' - ' . get_the_title($comment-&#38;gt;comment_post_ID) . '&#34;&#38;gt;&#38;lt;span class=&#34;meta&#34;&#38;gt;' . $comment-&#38;gt;comment_author . '&#38;lt;/span&#38;gt;&#60;/a&#62;',&#60;br /&#62;
					get_the_title($comment-&#38;gt;comment_post_ID),&#60;br /&#62;
					get_permalink($comment-&#38;gt;comment_post_ID),&#60;br /&#62;
				strip_tags($comment-&#38;gt;comment_excerpt) ) .'';&#60;br /&#62;
				endforeach; endif; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#38;lt;div class=&#34;alt&#34;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php } ?&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;?php  if ( is_archive() &#124;&#124; is_search() &#124;&#124; is_page() ) { ?&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#38;lt;div class=&#34;kutu&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;div class=&#34;ust&#34;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;div class=&#34;spacer&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;h2&#38;gt;Archives&#38;lt;/h2&#38;gt;&#60;/p&#62;
&#60;ul&#62;&#38;lt;?php wp_get_archives('type=monthly'); ?&#38;gt;&#60;/ul&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#38;lt;div class=&#34;alt&#34;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php } ?&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;?php if ( is_home() &#124;&#124; is_archive() &#124;&#124; is_search() ) { ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;div id=&#34;tag_cloud&#34; class=&#34;kutu&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;div class=&#34;ust&#34;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;div class=&#34;spacer&#34;&#38;gt;&#60;br /&#62;
&#38;lt;h2&#38;gt;Tag Cloud&#38;lt;/h2&#38;gt;&#60;br /&#62;
				&#38;lt;?php wp_tag_cloud('smallest=8&#38;amp;largest=22&#38;amp;number=45&#38;amp;format=flat'); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#38;lt;div class=&#34;alt&#34;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php } ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;?php if ( is_home() ) { ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;div class=&#34;kutu&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;div class=&#34;ust&#34;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;div class=&#34;spacer&#34;&#38;gt;&#60;br /&#62;
			&#38;lt;h2&#38;gt;Blogroll&#38;lt;/h2&#38;gt;&#60;/p&#62;
&#60;ul&#62;
			&#38;lt;?php wp_list_bookmarks('title_li=&#38;amp;categorize=0'); ?&#38;gt;&#60;/ul&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#38;lt;div class=&#34;alt&#34;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php } ?&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;?php if (is_single() ) { ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;div class=&#34;kutu&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;div class=&#34;ust&#34;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;div class=&#34;spacer&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;h2&#38;gt;Latest Posts&#38;lt;/h2&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php query_posts('showposts=10'); ?&#38;gt;&#60;/p&#62;
&#60;ul&#62;
				&#38;lt;?php while (have_posts()) : the_post(); ?&#38;gt;&#60;br /&#62;
				&#38;lt;li class=&#34;latestpost&#34;&#38;gt;&#60;br /&#62;
&#60;a&#62;&#34; title=&#34;&#38;lt;?php the_title(); ?&#38;gt;&#34;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#60;/a&#62; &#60;br /&#62;&#38;lt;span class=&#34;latestpostmeta&#34;&#38;gt;&#38;lt;?php the_time('M jS, Y') ?&#38;gt; &#124; &#38;lt;?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?&#38;gt; &#38;lt;/span&#38;gt;&#60;br /&#62;
				&#38;lt;?php endwhile; ?&#38;gt;
				&#60;/ul&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#38;lt;div class=&#34;alt&#34;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php } ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if ( is_home() &#124;&#124; is_single() ) { ?&#38;gt;&#60;br /&#62;
				&#38;lt;div class=&#34;kutu&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;div class=&#34;ust&#34;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;div class=&#34;spacer&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;h2&#38;gt;Meta&#38;lt;/h2&#38;gt;&#60;/p&#62;
&#60;ul&#62;
					&#38;lt;?php wp_register(); ?&#38;gt;&#60;/p&#62;
&#60;li&#62;&#38;lt;?php wp_loginout(); ?&#38;gt;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#34;http://validator.w3.org/check/referer&#34; title=&#34;This page validates as XHTML 1.0 Transitional&#34;&#62;Valid &#38;lt;abbr title=&#34;eXtensible HyperText Markup Language&#34;&#38;gt;XHTML&#38;lt;/abbr&#38;gt;&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#34;http://gmpg.org/xfn/&#34;&#62;&#38;lt;abbr title=&#34;XHTML Friends Network&#34;&#38;gt;XFN&#38;lt;/abbr&#38;gt;&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#34;http://wordpress.org/&#34; title=&#34;Powered by WordPress, state-of-the-art semantic personal publishing platform.&#34;&#62;WordPress&#60;/a&#62;&#60;/li&#62;
&#60;p&#62;					&#38;lt;?php wp_meta(); ?&#38;gt;
				&#60;/ul&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#38;lt;div class=&#34;alt&#34;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;					&#38;lt;?php } ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;?php endif; ?&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>pacpro on "Customising pages in a theme"</title>
<link>http://wordpress.org/support/topic/231637#post-947164</link>
<pubDate>Tue, 06 Jan 2009 18:40:18 +0000</pubDate>
<dc:creator>pacpro</dc:creator>
<guid isPermaLink="false">947164@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I want to customise the page in Corporate theme. But if I customise the widths of post and sidebar on one page, the sidebar shifts to the bottom on About page. Also I want to add pages as per my own colour schemes in Corporate theme.&#60;/p&#62;
&#60;p&#62;Please give solution.&#60;br /&#62;
Sandip.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
