<?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/"
		>
<channel>
	<title>&#8235;תגובות לפוסט: &#34;טיפ וורדפרס: הצגה דינמית של עמודי אב ועמודים אחים&#34;&#8236;</title>
	<atom:link href="http://www.maorb.info/wordpress/2010-04/children-sibling-pages/feed" rel="self" type="application/rss+xml" />
	<link>http://www.maorb.info/wordpress/2010-04/children-sibling-pages</link>
	<description>&#8235;וורדפרס, תוכן, טכנולוגיה ועוד כמה דברים&#8236;</description> 	<lastBuildDate>Sat, 07 Jan 2012 18:42:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>&#8235;מאת: ליאון אטקינסון&#8236;</title>
		<link>http://www.maorb.info/wordpress/2010-04/children-sibling-pages/comment-page-1#comment-12796</link>
		<dc:creator>&#8235;ליאון אטקינסון&#8236;</dc:creator>		<pubDate>Fri, 30 Apr 2010 06:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.maorb.info/?p=945#comment-12796</guid>
		<description>&#8235;וואו כתבה בהחלט מקצועית ויעילה.
תודה.
.-= פורסם לאחרונה אצל ליאון אטקינסון.. &lt;a href=&quot;http://www.webmagazine.co.il/%D7%AA%D7%91%D7%A0%D7%99%D7%AA-%D7%95%D7%95%D7%A8%D7%93%D7%A4%D7%A8%D7%A1-%D7%97%D7%93%D7%A9%D7%94-midnight-mass&quot; rel=&quot;nofollow&quot;&gt;‫תבנית וורדפרס חדשה – Midnight Mass‬&lt;/a&gt; =-.&#8236;</description> 		<content:encoded><![CDATA[<div style='direction: rtl;'>
<p>וואו כתבה בהחלט מקצועית ויעילה.<br />
תודה.<br />
<span class="cluv"> פורסם לאחרונה אצל ליאון אטקינסון.. <a href="http://www.webmagazine.co.il/%D7%AA%D7%91%D7%A0%D7%99%D7%AA-%D7%95%D7%95%D7%A8%D7%93%D7%A4%D7%A8%D7%A1-%D7%97%D7%93%D7%A9%D7%94-midnight-mass" rel="nofollow">‫תבנית וורדפרס חדשה – Midnight Mass‬</a> <span class="heart_tip_box"><img class="heart_tip" alt="My ComLuv Profile" border="0" width="16" height="14" src="http://www.maorb.info/wp-content/plugins/commentluv/images/littleheart.gif"/></span></span></p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>&#8235;מאת: מאור ברזני&#8236;</title>
		<link>http://www.maorb.info/wordpress/2010-04/children-sibling-pages/comment-page-1#comment-12780</link>
		<dc:creator>&#8235;מאור ברזני&#8236;</dc:creator>		<pubDate>Wed, 21 Apr 2010 18:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.maorb.info/?p=945#comment-12780</guid>
		<description>&#8235;הקוד שכתבתי בתגובה הוא צילום מתוך קוד שעובד באתר שבניתי. 
בכל מקרה, העיקר שהצלחת להתאים את הקוד שלי לצרכים שלך ושזה עובד לך טוב. :)&#8236;</description> 		<content:encoded><![CDATA[<div style='direction: rtl;'>
<p>הקוד שכתבתי בתגובה הוא צילום מתוך קוד שעובד באתר שבניתי.<br />
בכל מקרה, העיקר שהצלחת להתאים את הקוד שלי לצרכים שלך ושזה עובד לך טוב. <img src='http://www.maorb.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>&#8235;מאת: שושו&#8236;</title>
		<link>http://www.maorb.info/wordpress/2010-04/children-sibling-pages/comment-page-1#comment-12779</link>
		<dc:creator>&#8235;שושו&#8236;</dc:creator>		<pubDate>Wed, 21 Apr 2010 18:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.maorb.info/?p=945#comment-12779</guid>
		<description>&#8235;וואלה תודה. אבל הקוד שנתת לא עבד לי נאלצתי לשחק איתו קצת עד שזה הצליח. זה הקוד שעובד אצלי פיקס [אני מקווה שהוא יכנס טוב פה בתגובה]:

&lt;code&gt;
           &lt;?php
$children = wp_list_pages(&#039;title_li=&amp;child_of=&#039;.$post-&gt;ID.&#039;&amp;echo=0&amp;sort_order=DESC&#039;);
$siblings = wp_list_pages(&#039;title_li=&amp;child_of=&#039;.$post-&gt;post_parent.&#039;&amp;echo=0&amp;sort_order=DESC&#039;);
               if ($post-&gt;post_parent != 0)    { ?&gt;

      &lt;?php }

        if ( $children &#124;&#124; $post-&gt;post_parent != 0) { ?&gt;

      &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;&lt;?php echo get_permalink($post-&gt;post_parent) ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;&lt;?php echo get_the_title($post-&gt;post_parent); ?&gt;&quot;&gt;&lt;?php echo get_the_title($post-&gt;post_parent); ?&gt;&lt;/a&gt;&lt;/li&gt;
            &lt;?php echo $children;
                if ($post-&gt;post_parent != 0) echo $siblings; ?&gt;

      &lt;/ul&gt;
  &lt;?php } ?&gt;
&lt;/code&gt;&#8236;</description> 		<content:encoded><![CDATA[<div style='direction: rtl;'>
<p>וואלה תודה. אבל הקוד שנתת לא עבד לי נאלצתי לשחק איתו קצת עד שזה הצליח. זה הקוד שעובד אצלי פיקס [אני מקווה שהוא יכנס טוב פה בתגובה]:</p>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:505px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;?php<br />
$children = wp_list_pages('title_li=&amp;child_of='.$post-&gt;ID.'&amp;echo=0&amp;sort_order=DESC');<br />
$siblings = wp_list_pages('title_li=&amp;child_of='.$post-&gt;post_parent.'&amp;echo=0&amp;sort_order=DESC');<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if ($post-&gt;post_parent != 0) &nbsp; &nbsp;{ ?&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &lt;?php }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; if ( $children || $post-&gt;post_parent != 0) { ?&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &lt;ul&gt;<br />
&lt;li&gt;&lt;a href=&quot;&lt;?php echo get_permalink($post-&gt;post_parent) ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;&lt;?php echo get_the_title($post-&gt;post_parent); ?&gt;&quot;&gt;&lt;?php echo get_the_title($post-&gt;post_parent); ?&gt;&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;?php echo $children;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if ($post-&gt;post_parent != 0) echo $siblings; ?&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &lt;/ul&gt;<br />
&nbsp; &lt;?php } ?&gt;</div></td></tr></tbody></table></div>
</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>&#8235;מאת: מאור ברזני&#8236;</title>
		<link>http://www.maorb.info/wordpress/2010-04/children-sibling-pages/comment-page-1#comment-12778</link>
		<dc:creator>&#8235;מאור ברזני&#8236;</dc:creator>		<pubDate>Wed, 21 Apr 2010 17:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.maorb.info/?p=945#comment-12778</guid>
		<description>&#8235;טוב , הקוד פה בתגובות קצת מתחרבש.
אני מנסה לשים פה צילום אימאג&#039; של הקוד. תלחץ על התמונה כפתור ימני ושמור בשם או צפיה בתמונה, כדי לראות את כולה. פה בתגובה הוא מראה רק קוביה קטנה מתוכה.

בהצלחה

[img]http://www.maorb.info/files/siblings.jpg[/img]&#8236;</description> 		<content:encoded><![CDATA[<div style='direction: rtl;'>
<p>טוב , הקוד פה בתגובות קצת מתחרבש.<br />
אני מנסה לשים פה צילום אימאג' של הקוד. תלחץ על התמונה כפתור ימני ושמור בשם או צפיה בתמונה, כדי לראות את כולה. פה בתגובה הוא מראה רק קוביה קטנה מתוכה.</p>
<p>בהצלחה</p>
<p><img src="http://www.maorb.info/files/siblings.jpg" alt="siblings.jpg" /></p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>&#8235;מאת: מאור ברזני&#8236;</title>
		<link>http://www.maorb.info/wordpress/2010-04/children-sibling-pages/comment-page-1#comment-12777</link>
		<dc:creator>&#8235;מאור ברזני&#8236;</dc:creator>		<pubDate>Wed, 21 Apr 2010 17:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.maorb.info/?p=945#comment-12777</guid>
		<description>&#8235;הקוד הזה יציג ברשימה גם את עמוד האב, אצל עמודי הבנים. אפשר להוסיף עוד התניה שיציג בעמוד האב גם קישור לכותרת שלו עצמו.

&lt;div class=&quot;children&quot;&gt;
		&lt;?php
		$children = wp_list_pages(&#039;title_li=&amp;child_of=&#039;.$post-&gt;ID.&#039;&amp;echo=0&amp;sort_order=DESC&#039;);
		$siblings = wp_list_pages(&#039;title_li=&amp;child_of=&#039;.$post-&gt;post_parent.&#039;&amp;echo=0&amp;sort_order=DESC&#039;);
					
		if ($post-&gt;post_parent != 0)	{ ?&gt;
		
			&lt;span&gt;עוד &lt;a href=&quot;&lt;?php echo get_permalink($post- rel=&quot;nofollow&quot;&gt;post_parent); ?&gt;&quot; rel=&quot;bookmark&quot;&gt;&lt;?php echo get_the_title($post-&gt;post_parent);?&gt;&lt;/a&gt;:&lt;/span&gt;
  	 &lt;?php }		
		
		if ( $children &#124;&#124; $post-&gt;post_parent != 0) { ?&gt;			
    		&lt;ul&gt;
        	&lt;?php echo $children; 
        	if ($post-&gt;post_parent != 0) echo $siblings; ?&gt;
    		&lt;/ul&gt;
		&lt;?php } ?&gt;
		&lt;/div&gt;  &lt;!--children--&gt;&#8236;</description> 		<content:encoded><![CDATA[<div style='direction: ltr;'>
<p>הקוד הזה יציג ברשימה גם את עמוד האב, אצל עמודי הבנים. אפשר להוסיף עוד התניה שיציג בעמוד האב גם קישור לכותרת שלו עצמו.</p>
<div class="children">
		< ?php<br />
		$children = wp_list_pages('title_li=&#038;child_of='.$post->ID.'&#038;echo=0&#038;sort_order=DESC');<br />
		$siblings = wp_list_pages('title_li=&#038;child_of='.$post->post_parent.'&#038;echo=0&#038;sort_order=DESC');</p>
<p>		if ($post->post_parent != 0)	{ ?></p>
<p>			<span>עוד <a href="<?php echo get_permalink($post- rel="nofollow">post_parent); ?>&quot; rel=&quot;bookmark&quot;>< ?php echo get_the_title($post->post_parent);?></a>:</span><br />
  	 < ?php }		</p>
<p>		if ( $children || $post->post_parent != 0) { ?>			</p>
<ul>
        	< ?php echo $children;<br />
        	if ($post->post_parent != 0) echo $siblings; ?>
    		</ul>
<p>		< ?php } ?>
		</div>
<p>  <!--children--></p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>&#8235;מאת: שושו&#8236;</title>
		<link>http://www.maorb.info/wordpress/2010-04/children-sibling-pages/comment-page-1#comment-12776</link>
		<dc:creator>&#8235;שושו&#8236;</dc:creator>		<pubDate>Wed, 21 Apr 2010 16:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.maorb.info/?p=945#comment-12776</guid>
		<description>&#8235;אני לא מתכנת אבל יש לי קצת ידע בוורדפרס, ניסיתי נואשות כל מיני דרכים כדי להדפיס גם את עמוד האב ביחד עם הבנים, אבל ללא הצלחה. 
אם יש לך איזה כיוון מה אני צריך להכניס לקוד, אני מאוד אודה לך.
תודה&#8236;</description> 		<content:encoded><![CDATA[<div style='direction: rtl;'>
<p>אני לא מתכנת אבל יש לי קצת ידע בוורדפרס, ניסיתי נואשות כל מיני דרכים כדי להדפיס גם את עמוד האב ביחד עם הבנים, אבל ללא הצלחה.<br />
אם יש לך איזה כיוון מה אני צריך להכניס לקוד, אני מאוד אודה לך.<br />
תודה</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>&#8235;מאת: מאור ברזני&#8236;</title>
		<link>http://www.maorb.info/wordpress/2010-04/children-sibling-pages/comment-page-1#comment-12775</link>
		<dc:creator>&#8235;מאור ברזני&#8236;</dc:creator>		<pubDate>Tue, 20 Apr 2010 13:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.maorb.info/?p=945#comment-12775</guid>
		<description>&#8235;אפשר למשל להוסיף שבמקרה שיש אחים אז להדפיס גם את עמוד האבא, זו לא צריכה להיות בעיה.

ותודה על הפידבקים, שמח שהבלוג מועיל לך :)&#8236;</description> 		<content:encoded><![CDATA[<div style='direction: rtl;'>
<p>אפשר למשל להוסיף שבמקרה שיש אחים אז להדפיס גם את עמוד האבא, זו לא צריכה להיות בעיה.</p>
<p>ותודה על הפידבקים, שמח שהבלוג מועיל לך <img src='http://www.maorb.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>&#8235;מאת: שושו&#8236;</title>
		<link>http://www.maorb.info/wordpress/2010-04/children-sibling-pages/comment-page-1#comment-12771</link>
		<dc:creator>&#8235;שושו&#8236;</dc:creator>		<pubDate>Mon, 19 Apr 2010 23:49:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.maorb.info/?p=945#comment-12771</guid>
		<description>&#8235;אחלה טיפ. תודה.
מעניין אותי אם יש אפשרות לפקודה שתדפיס גם את עמוד האב, לצורך העניין נאמר שאלו הם העמודים:
עמוד אב: אודות
בן 1: צוות המחלקה
בן 2: החזון שלנו
בן 3: התוכניות לעתיד

במקום שזה יציג אך ורק את עמודי המשנה כמו בקוד הנוכחי, זה יציג גם את העמוד האב עצמו:

אודות * צוות המחלקה * החזון שלנו * התוכניות לעתיד.

תודה רבה
אחלה בלוג&#8236;</description> 		<content:encoded><![CDATA[<div style='direction: rtl;'>
<p>אחלה טיפ. תודה.<br />
מעניין אותי אם יש אפשרות לפקודה שתדפיס גם את עמוד האב, לצורך העניין נאמר שאלו הם העמודים:<br />
עמוד אב: אודות<br />
בן 1: צוות המחלקה<br />
בן 2: החזון שלנו<br />
בן 3: התוכניות לעתיד</p>
<p>במקום שזה יציג אך ורק את עמודי המשנה כמו בקוד הנוכחי, זה יציג גם את העמוד האב עצמו:</p>
<p>אודות * צוות המחלקה * החזון שלנו * התוכניות לעתיד.</p>
<p>תודה רבה<br />
אחלה בלוג</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>&#8235;מאת: דודו&#8236;</title>
		<link>http://www.maorb.info/wordpress/2010-04/children-sibling-pages/comment-page-1#comment-12769</link>
		<dc:creator>&#8235;דודו&#8236;</dc:creator>		<pubDate>Mon, 19 Apr 2010 08:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.maorb.info/?p=945#comment-12769</guid>
		<description>&#8235;תודה.
טיפ מעניין מאוד.&#8236;</description> 		<content:encoded><![CDATA[<div style='direction: rtl;'>
<p>תודה.<br />
טיפ מעניין מאוד.</p>
</div>
]]></content:encoded>
	</item>
</channel>
</rss>

