<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Arras WordPress Theme Community Forums — bug on lastest headlines (Home menu)]]></title>
		<link>http://www.arrastheme.com/forums/topic2709-bug-on-lastest-headlines-home-menu.html</link>
		<atom:link href="http://www.arrastheme.com/forums/feed-rss-topic2709.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in bug on lastest headlines (Home menu).]]></description>
		<lastBuildDate>Mon, 02 Aug 2010 06:02:49 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: bug on lastest headlines (Home menu)]]></title>
			<link>http://www.arrastheme.com/forums/post12490.html#p12490</link>
			<description><![CDATA[<p>Oh ! I see... I thought this one was refering to author information which I wanted at the bottom of the post..... My mistake, sorry. Will the placement of author information be available in 1.5?</p>]]></description>
			<author><![CDATA[null@example.com (Polipop)]]></author>
			<pubDate>Mon, 02 Aug 2010 06:02:49 +0000</pubDate>
			<guid>http://www.arrastheme.com/forums/post12490.html#p12490</guid>
		</item>
		<item>
			<title><![CDATA[Re: bug on lastest headlines (Home menu)]]></title>
			<link>http://www.arrastheme.com/forums/post12481.html#p12481</link>
			<description><![CDATA[<div class="quotebox"><cite>Polipop wrote:</cite><blockquote><p>So, any clue ?</p></blockquote></div><p>it should work if you create a correct custom field....</p><p>note the difference between &gt;&gt; <strong>S</strong>ocre and <strong>s</strong>core</p>]]></description>
			<author><![CDATA[null@example.com (son_azules)]]></author>
			<pubDate>Mon, 02 Aug 2010 01:29:48 +0000</pubDate>
			<guid>http://www.arrastheme.com/forums/post12481.html#p12481</guid>
		</item>
		<item>
			<title><![CDATA[Re: bug on lastest headlines (Home menu)]]></title>
			<link>http://www.arrastheme.com/forums/post12472.html#p12472</link>
			<description><![CDATA[<p>So, any clue ?</p>]]></description>
			<author><![CDATA[null@example.com (Polipop)]]></author>
			<pubDate>Sun, 01 Aug 2010 18:15:10 +0000</pubDate>
			<guid>http://www.arrastheme.com/forums/post12472.html#p12472</guid>
		</item>
		<item>
			<title><![CDATA[Re: bug on lastest headlines (Home menu)]]></title>
			<link>http://www.arrastheme.com/forums/post12338.html#p12338</link>
			<description><![CDATA[<p>Here it is:</p><p><a href="http://www.heztok.com/agiftforrayane/">http://www.heztok.com/agiftforrayane/</a></p>]]></description>
			<author><![CDATA[null@example.com (Polipop)]]></author>
			<pubDate>Thu, 29 Jul 2010 19:59:48 +0000</pubDate>
			<guid>http://www.arrastheme.com/forums/post12338.html#p12338</guid>
		</item>
		<item>
			<title><![CDATA[Re: bug on lastest headlines (Home menu)]]></title>
			<link>http://www.arrastheme.com/forums/post12322.html#p12322</link>
			<description><![CDATA[<p>Hm, it&#039;s not different from my one.</p><p>Do you have a link to your site?</p>]]></description>
			<author><![CDATA[null@example.com (extatix)]]></author>
			<pubDate>Thu, 29 Jul 2010 09:00:16 +0000</pubDate>
			<guid>http://www.arrastheme.com/forums/post12322.html#p12322</guid>
		</item>
		<item>
			<title><![CDATA[Re: bug on lastest headlines (Home menu)]]></title>
			<link>http://www.arrastheme.com/forums/post12319.html#p12319</link>
			<description><![CDATA[<p>Here it is</p><div class="codebox"><pre><code>&lt;?php
/* Remove Gallery CSS to make code more compliant */
function remove_gallery_css() {
    return &#039;&lt;div class=&quot;gallery&quot;&gt;&#039;;    
}

/**
 * Called to display post heading for news in single posts
 * @since 1.2.2
 */
function arras_postheader() {
    global $post, $id;
    
    if ( is_single() ) {
        if ( is_attachment() ) $postheader .= &#039;&lt;h1 class=&quot;entry-title&quot;&gt;&#039; . get_the_title() . &#039; [&lt;a href=&quot;&#039; . get_permalink($post-&gt;post_parent) . &#039;&quot; rev=&quot;attachment&quot;&gt;&#039; . get_the_title($post-&gt;post_parent) . &#039;&lt;/a&gt;]&lt;/h1&gt;&#039;;
        else $postheader = &#039;&lt;h1 class=&quot;entry-title&quot;&gt;&lt;a href=&quot;&#039; . get_permalink() . &#039;&quot; rel=&quot;bookmark&quot;&gt;&#039; . get_the_title() . &#039;&lt;/a&gt;&lt;/h1&gt;&#039;;
    } else {
        if ( is_attachment() ) $postheader .= &#039;&lt;h2 class=&quot;entry-title&quot;&gt;&#039; . get_the_title() . &#039; [&lt;a href=&quot;&#039; . get_permalink($post-&gt;post_parent) . &#039;&quot; rev=&quot;attachment&quot;&gt;&#039; . get_the_title($post-&gt;post_parent) . &#039;&lt;/a&gt;]&lt;/h2&gt;&#039;;
        else $postheader = &#039;&lt;h2 class=&quot;entry-title&quot;&gt;&lt;a href=&quot;&#039; . get_permalink() . &#039;&quot; rel=&quot;bookmark&quot;&gt;&#039; . get_the_title() . &#039;&lt;/a&gt;&lt;/h2&gt;&#039;;        
    }
    
    if ( !is_page() ) {
        $postheader .= &#039;&lt;div class=&quot;entry-info&quot;&gt;&#039;;
    
        if ( arras_get_option(&#039;post_author&#039;) ) {
            $postheader .= sprintf( __(&#039;&lt;span class=&quot;entry-author&quot;&gt;By %s&lt;/span&gt;&#039;, &#039;arras&#039;), &#039;&lt;address class=&quot;author vcard&quot;&gt;&#039; . get_the_author() . &#039;&lt;/address&gt;&#039; );
        }
        
        if ( arras_get_option(&#039;post_date&#039;) ) {
            $postheader .= &#039; &amp;ndash; &lt;abbr class=&quot;published&quot; title=&quot;&#039; . get_the_time(&#039;c&#039;) . &#039;&quot;&gt;&#039; . get_the_time(get_option(&#039;date_format&#039;)) . &#039;&lt;/abbr&gt;&#039;;
        }
        
        if (current_user_can(&#039;edit_post&#039;)) {
            $postheader .= &#039;&lt;a class=&quot;post-edit-link&quot; href=&quot;&#039; . get_edit_post_link($id) . &#039;&quot; title=&quot;&#039; . __(&#039;Edit Post&#039;, &#039;arras&#039;) . &#039;&quot;&gt;&#039; . __(&#039;(Edit Post)&#039;, &#039;arras&#039;) . &#039;&lt;/a&gt;&#039;;
        }
        
        if ( arras_get_option(&#039;post_cats&#039;) ) {
            $post_cats = array();
            $cats = get_the_category();
            foreach ($cats as $c) $post_cats[] = &#039;&lt;a href=&quot;&#039; . get_category_link($c-&gt;cat_ID) . &#039;&quot;&gt;&#039; . $c-&gt;cat_name . &#039;&lt;/a&gt;&#039;;
            
            $postheader .= sprintf( __(&#039;&lt;span class=&quot;entry-cat&quot;&gt;&lt;strong&gt;Posted in: &lt;/strong&gt;%s&lt;/span&gt;&#039;, &#039;arras&#039;), implode(&#039;, &#039;, $post_cats) );
        }
        
        $postheader .= &#039;&lt;/div&gt;&#039;;
    }
    
    if ( arras_get_option(&#039;single_thumbs&#039;) ) {
        $postheader .= &#039;&lt;div class=&quot;entry-photo&quot;&gt;&#039; . arras_get_thumbnail(&#039;featured-slideshow-thumb&#039;) . &#039;&lt;/div&gt;&#039;;
    }
    
    echo apply_filters(&#039;arras_postheader&#039;, $postheader);
}

/**
 * Called to display post footer for news in single posts
 * @since 1.2.2
 */
function arras_postfooter() {
    global $id, $post;
    
    $postfooter = &#039;&#039;;
    
    if ( arras_get_option(&#039;post_tags&#039;) &amp;&amp; !is_attachment() &amp;&amp; is_array(get_the_tags()) )
            $postfooter .= &#039;&lt;div class=&quot;tags&quot;&gt;&lt;strong&gt;&#039; . __(&#039;Tags:&#039;, &#039;arras&#039;) . &#039;&lt;/strong&gt;&#039; . get_the_tag_list(&#039; &#039;, &#039;, &#039;, &#039; &#039;) . &#039;&lt;/div&gt;&#039;;

    echo apply_filters(&#039;arras_postfooter&#039;, $postfooter);
}

/**
 * Called to display post meta information in single posts (review scores, product information, etc.)
 * @since 1.2.2
 */
function arras_postmeta($content) {
    global $post;

    $postmeta = &#039;&#039;;
    
    $custom_fields_list = arras_parse_single_custom_fields();
    
    if ($custom_fields_list) {
        foreach($custom_fields_list as $field_id =&gt; $field_name) {
            if ( $field_value = get_post_meta($post-&gt;ID, $field_id, true) ) {
                $postmeta .= &#039;&lt;div class=&quot;single-post-meta clearfix&quot;&gt;&#039;;
                $postmeta .= &#039;&lt;span class=&quot;single-post-meta-field single-post-meta-&#039; . $field_id . &#039;&quot;&gt;&#039; . $field_name . &#039;&lt;/span&gt;&#039;;
                $postmeta .= &#039;&lt;span class=&quot;single-post-meta-value single-post-meta-&#039; . $field_id . &#039;-value&quot;&gt;&#039; . $field_value . &#039;&lt;/span&gt;&#039;;
                $postmeta .= &#039;&lt;/div&gt;&#039;;
            }
        }
    }
    
    if ( arras_get_option(&#039;single_meta_pos&#039;) == &#039;bottom&#039; ) return $postmeta . $content;
    else return $content . $postmeta;
}

/**
 * Displays when the specified post/archive requested by the user is not found.
 * @since    1.2.2
 */
function arras_post_notfound() {
    $postcontent = &#039;&lt;div class=&quot;single-post&quot;&gt;&#039;;
    $postcontent .= &#039;&lt;h1 class=&quot;entry-title&quot;&gt;&#039; . __(&#039;That \&#039;something\&#039; you are looking for isn\&#039;t here!&#039;, &#039;arras&#039;) . &#039;&lt;/h2&gt;&#039;;
    $postcontent .= &#039;&lt;div class=&quot;entry-content&quot;&gt;&lt;p&gt;&#039; . __(&#039;&lt;strong&gt;We\&#039;re very sorry, but the page that you are looking for doesn\&#039;t exist or has been moved.&lt;/strong&gt;&#039;, &#039;arras&#039;) . &#039;&lt;/p&gt;&#039;;
    
    
    $postcontent .= &#039;&lt;form method=&quot;get&quot; class=&quot;clearfix&quot; action=&quot;&#039; . get_bloginfo(&#039;url&#039;) . &#039;&quot;&gt;
    &#039; . __(&#039;Perhaps searching for it might help?&#039;, &#039;arras&#039;) . &#039;&lt;br /&gt;
    &lt;input type=&quot;text&quot; value=&quot;&quot; name=&quot;s&quot; class=&quot;s&quot; size=&quot;30&quot; onfocus=&quot;this.value=\&#039;\&#039;&quot; /&gt;
    &lt;input type=&quot;submit&quot; class=&quot;searchsubmit&quot; value=&quot;&#039; . __(&#039;Search&#039;, &#039;arras&#039;) . &#039;&quot; title=&quot;&#039; . sprintf( __(&#039;Search %s&#039;, &#039;arras&#039;), wp_specialchars( get_bloginfo(&#039;name&#039;), 1 ) ) . &#039;&quot; /&gt;
    &lt;/form&gt;&#039;;
    
    $postcontent .= &#039;&lt;h3&gt;Latest Posts&lt;/h3&gt;&#039;;
    $postcontent .= &#039;&lt;ul&gt;&#039;;
    $postcontent .= wp_get_archives(&#039;type=postbypost&amp;limit=10&amp;format=custom&amp;before=&lt;li&gt;&amp;after=&lt;/li&gt;&amp;echo=0&#039;);
    $postcontent .= &#039;&lt;/ul&gt;&#039;;
    $postcontent .= &#039;&lt;/div&gt;&lt;/div&gt;&#039;;
    
    echo apply_filters(&#039;arras_post_notfound&#039;, $postcontent);    
}

/* End of file filters.php */
/* Location: ./library/filters.php */</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Polipop)]]></author>
			<pubDate>Thu, 29 Jul 2010 08:13:01 +0000</pubDate>
			<guid>http://www.arrastheme.com/forums/post12319.html#p12319</guid>
		</item>
		<item>
			<title><![CDATA[Re: bug on lastest headlines (Home menu)]]></title>
			<link>http://www.arrastheme.com/forums/post12314.html#p12314</link>
			<description><![CDATA[<p>Hm. This is odd. When I try it on my local install it works fine. What&#039;s the content of your filters.php?</p>]]></description>
			<author><![CDATA[null@example.com (extatix)]]></author>
			<pubDate>Thu, 29 Jul 2010 06:20:01 +0000</pubDate>
			<guid>http://www.arrastheme.com/forums/post12314.html#p12314</guid>
		</item>
		<item>
			<title><![CDATA[Re: bug on lastest headlines (Home menu)]]></title>
			<link>http://www.arrastheme.com/forums/post12306.html#p12306</link>
			<description><![CDATA[<p>Yes, I am talking about the &quot;Position of Custom Fields&quot; option in the menu Layout</p>]]></description>
			<author><![CDATA[null@example.com (Polipop)]]></author>
			<pubDate>Wed, 28 Jul 2010 21:01:39 +0000</pubDate>
			<guid>http://www.arrastheme.com/forums/post12306.html#p12306</guid>
		</item>
		<item>
			<title><![CDATA[Re: bug on lastest headlines (Home menu)]]></title>
			<link>http://www.arrastheme.com/forums/post12278.html#p12278</link>
			<description><![CDATA[<p>In 1.5 it&#039;s (or it will be) an option. </p><p>To get things straight: you are talking about the custom fields, right? Not about categories and date and stuff?</p>]]></description>
			<author><![CDATA[null@example.com (extatix)]]></author>
			<pubDate>Wed, 28 Jul 2010 11:36:52 +0000</pubDate>
			<guid>http://www.arrastheme.com/forums/post12278.html#p12278</guid>
		</item>
		<item>
			<title><![CDATA[Re: bug on lastest headlines (Home menu)]]></title>
			<link>http://www.arrastheme.com/forums/post12277.html#p12277</link>
			<description><![CDATA[<p>Thank you very much for your answer.<br />Ok I see this is indeed the offset. I would prefer to have it as an option though.<br />What about the Layout question, I am choosing the option &quot;After The Post Content&quot;, but it does not work, it stays before the post?</p>]]></description>
			<author><![CDATA[null@example.com (Polipop)]]></author>
			<pubDate>Wed, 28 Jul 2010 11:26:12 +0000</pubDate>
			<guid>http://www.arrastheme.com/forums/post12277.html#p12277</guid>
		</item>
		<item>
			<title><![CDATA[Re: bug on lastest headlines (Home menu)]]></title>
			<link>http://www.arrastheme.com/forums/post12269.html#p12269</link>
			<description><![CDATA[<p>Is it the same as here? <a href="http://www.arrastheme.com/forums/topic1727-consolidated-featured-posts-latest-headlines-now-showing-offset.html">http://www.arrastheme.com/forums/topic1 … ffset.html</a></p>]]></description>
			<author><![CDATA[null@example.com (extatix)]]></author>
			<pubDate>Wed, 28 Jul 2010 09:55:10 +0000</pubDate>
			<guid>http://www.arrastheme.com/forums/post12269.html#p12269</guid>
		</item>
		<item>
			<title><![CDATA[bug on lastest headlines (Home menu)]]></title>
			<link>http://www.arrastheme.com/forums/post12262.html#p12262</link>
			<description><![CDATA[<p>Hello,<br />Great theme you have here.<br />I have already posted this question somewhere but I guess it was misplaced.<br />I am on Arras Theme 1.4.3<br />I have the following bug : In lastest headlines, I chose to show News posts from all categories, but this option does not work. It works though if I choose a specific category.<br />Then in Layout, I am choosing the option &quot;After The Post Content&quot;, but it does not work, it stays before the post.<br />I am hosted by hostmonster, does it matter ?<br />What shoud I do ?<br />Thank you for your help.</p>]]></description>
			<author><![CDATA[null@example.com (Polipop)]]></author>
			<pubDate>Wed, 28 Jul 2010 05:52:46 +0000</pubDate>
			<guid>http://www.arrastheme.com/forums/post12262.html#p12262</guid>
		</item>
	</channel>
</rss>

