<?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>ThemeShaper Forums Topic: Adding date to postfooter</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Wed, 22 May 2013 22:47:36 +0000</pubDate>

<item>
<title>yilmaznakliyat on "Adding date to postfooter"</title>
<link>http://themeshaper.com/forums/topic/adding-date-to-postfooter#post-17617</link>
<pubDate>Wed, 08 Dec 2010 11:06:55 +0000</pubDate>
<dc:creator>yilmaznakliyat</dc:creator>
<guid isPermaLink="false">17617@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;thanks.very good information.
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "Adding date to postfooter"</title>
<link>http://themeshaper.com/forums/topic/adding-date-to-postfooter#post-6058</link>
<pubDate>Sat, 22 Aug 2009 13:34:28 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">6058@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;.. but don't forget .. in most cases you should use the rapier instead of the two-handed sword ;) &#60;/p&#62;
&#60;p&#62;.. or instead of the lupara like my Italian friend :)&#60;/p&#62;
&#60;p&#62;So .. if you just want to add a singe information it should be enough to use one of the 'small' filters.&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>Sherman on "Adding date to postfooter"</title>
<link>http://themeshaper.com/forums/topic/adding-date-to-postfooter#post-6041</link>
<pubDate>Fri, 21 Aug 2009 17:25:15 +0000</pubDate>
<dc:creator>Sherman</dc:creator>
<guid isPermaLink="false">6041@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks from me too!  I kinda figured it out on my own but this validated my work!
&#60;/p&#62;</description>
</item>
<item>
<title>awarner20 on "Adding date to postfooter"</title>
<link>http://themeshaper.com/forums/topic/adding-date-to-postfooter#post-5577</link>
<pubDate>Wed, 05 Aug 2009 14:42:53 +0000</pubDate>
<dc:creator>awarner20</dc:creator>
<guid isPermaLink="false">5577@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@ dannydamnboy&#60;/p&#62;
&#60;p&#62;Just wanted to give you a HUGE thanks for posting the above. It's EXACTLY what I needed!&#60;/p&#62;
&#60;p&#62;THANK YOU!
&#60;/p&#62;</description>
</item>
<item>
<title>AdrienneAdams on "Adding date to postfooter"</title>
<link>http://themeshaper.com/forums/topic/adding-date-to-postfooter#post-4162</link>
<pubDate>Sat, 30 May 2009 01:12:35 +0000</pubDate>
<dc:creator>AdrienneAdams</dc:creator>
<guid isPermaLink="false">4162@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Sorry, double post.
&#60;/p&#62;</description>
</item>
<item>
<title>AdrienneAdams on "Adding date to postfooter"</title>
<link>http://themeshaper.com/forums/topic/adding-date-to-postfooter#post-4161</link>
<pubDate>Sat, 30 May 2009 00:36:09 +0000</pubDate>
<dc:creator>AdrienneAdams</dc:creator>
<guid isPermaLink="false">4161@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;As important as postheader and postfooter are, it's an enormous pain to modify it. Wading through code like this doesn't make it much easier.&#60;/p&#62;
&#60;p&#62;Seems like having the options available through the admin interface would make life soooo much easier. Hope someone, someday, finds this a worthy challenge.
&#60;/p&#62;</description>
</item>
<item>
<title>HuskerLiz on "Adding date to postfooter"</title>
<link>http://themeshaper.com/forums/topic/adding-date-to-postfooter#post-3178</link>
<pubDate>Tue, 14 Apr 2009 20:11:45 +0000</pubDate>
<dc:creator>HuskerLiz</dc:creator>
<guid isPermaLink="false">3178@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks!  I'm so glad that I ask for help because I would never have gotten to this!  I appreciate your generosity of time and skills.
&#60;/p&#62;</description>
</item>
<item>
<title>dannydamnboy on "Adding date to postfooter"</title>
<link>http://themeshaper.com/forums/topic/adding-date-to-postfooter#post-3177</link>
<pubDate>Tue, 14 Apr 2009 19:35:07 +0000</pubDate>
<dc:creator>dannydamnboy</dc:creator>
<guid isPermaLink="false">3177@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;You have to filter the thematic_postfooter (in functions.php) in this way:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// NEW POST FOOTER
function YOURCHILDTHEME_postfooter() {
    global $id, $post;

    // Create $posteditlink
    $posteditlink .= &#38;#39;&#38;lt;a href=&#38;quot;&#38;#39; . get_bloginfo(&#38;#39;wpurl&#38;#39;) . &#38;#39;/wp-admin/post.php?action=edit&#38;amp;amp;post=&#38;#39; . $id;
    $posteditlink .= &#38;#39;&#38;quot; title=&#38;quot;&#38;#39; . __(&#38;#39;Edit post&#38;#39;, &#38;#39;thematic&#38;#39;) .&#38;#39;&#38;quot;&#38;gt;&#38;#39;;
    $posteditlink .= __(&#38;#39;Edit&#38;#39;, &#38;#39;thematic&#38;#39;) . &#38;#39;&#38;lt;/a&#38;gt;&#38;#39;;
    $posteditlink = apply_filters(&#38;#39;thematic_postfooter_posteditlink&#38;#39;,$posteditlink); 

    // Display the post categories
    $postcategory .= &#38;#39;&#38;lt;span class=&#38;quot;cat-links&#38;quot;&#38;gt;&#38;#39;;
    if (is_single()) {
        $postcategory .= __(&#38;#39;This entry was posted in &#38;#39;, &#38;#39;thematic&#38;#39;) . get_the_category_list(&#38;#39;, &#38;#39;);
        $postcategory .= &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;
    } elseif ( is_category() &#38;#38;&#38;#38; $cats_meow = thematic_cats_meow(&#38;#39;, &#38;#39;) ) { /* Returns categories other than the one queried */
        $postcategory .= __(&#38;#39;Also posted in &#38;#39;, &#38;#39;thematic&#38;#39;) . $cats_meow;
        $postcategory .= &#38;#39;&#38;lt;/span&#38;gt; &#38;#39;;
    } else {
        $postcategory .= __(&#38;#39;Posted in &#38;#39;, &#38;#39;thematic&#38;#39;) . get_the_category_list(&#38;#39;, &#38;#39;);
        $postcategory .= &#38;#39;&#38;lt;/span&#38;gt; &#38;#39;;
    }
    $postcategory = apply_filters(&#38;#39;thematic_postfooter_postcategory&#38;#39;,$postcategory); 

    // Display the tags
    if (is_single()) {
        $tagtext = __(&#38;#39; and tagged&#38;#39;, &#38;#39;thematic&#38;#39;);
        $posttags = get_the_tag_list(&#38;quot;&#38;lt;span class=\&#38;quot;tag-links\&#38;quot;&#38;gt; $tagtext &#38;quot;,&#38;#39;, &#38;#39;,&#38;#39;&#38;lt;/span&#38;gt;&#38;#39;);
    } elseif ( is_tag() &#38;#38;&#38;#38; $tag_ur_it = thematic_tag_ur_it(&#38;#39;, &#38;#39;) ) { /* Returns tags other than the one queried */
        $posttags = &#38;#39;&#38;lt;span class=&#38;quot;tag-links&#38;quot;&#38;gt;&#38;#39; . __(&#38;#39; Also tagged &#38;#39;, &#38;#39;thematic&#38;#39;) . $tag_ur_it . &#38;#39;&#38;lt;/span&#38;gt; &#38;lt;span class=&#38;quot;meta-sep&#38;quot;&#38;gt;&#124;&#38;lt;/span&#38;gt;&#38;#39;;
    } else {
        $tagtext = __(&#38;#39;Tagged&#38;#39;, &#38;#39;thematic&#38;#39;);
        $posttags = get_the_tag_list(&#38;quot;&#38;lt;span class=\&#38;quot;meta-sep\&#38;quot;&#38;gt;&#124;&#38;lt;/span&#38;gt; &#38;lt;span class=\&#38;quot;tag-links\&#38;quot;&#38;gt; $tagtext &#38;quot;,&#38;#39;, &#38;#39;,&#38;#39;&#38;lt;/span&#38;gt;&#38;#39;);
    }
    $posttags = apply_filters(&#38;#39;thematic_postfooter_posttags&#38;#39;,$posttags); 

    // Display comments link and edit link
    if (comments_open()) {
        $postcommentnumber = get_comments_number();
        if ($postcommentnumber &#38;gt; &#38;#39;1&#38;#39;) {
            $postcomments = &#38;#39; &#38;lt;span class=&#38;quot;meta-sep&#38;quot;&#38;gt;&#124;&#38;lt;/span&#38;gt; &#38;lt;span class=&#38;quot;comments-link&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;#39; . get_permalink() . &#38;#39;#comments&#38;quot; title=&#38;quot;&#38;#39; . __(&#38;#39;Comment on &#38;#39;, &#38;#39;thematic&#38;#39;) . the_title_attribute(&#38;#39;echo=0&#38;#39;) . &#38;#39;&#38;quot;&#38;gt;&#38;#39;;
            $postcomments .= get_comments_number() . __(&#38;#39; Comments&#38;#39;, &#38;#39;thematic&#38;#39;) . &#38;#39;&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;&#38;#39;;
        } elseif ($postcommentnumber == &#38;#39;1&#38;#39;) {
            $postcomments = &#38;#39; &#38;lt;span class=&#38;quot;meta-sep&#38;quot;&#38;gt;&#124;&#38;lt;/span&#38;gt; &#38;lt;span class=&#38;quot;comments-link&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;#39; . get_permalink() . &#38;#39;#comments&#38;quot; title=&#38;quot;&#38;#39; . __(&#38;#39;Comment on &#38;#39;, &#38;#39;thematic&#38;#39;) . the_title_attribute(&#38;#39;echo=0&#38;#39;) . &#38;#39;&#38;quot;&#38;gt;&#38;#39;;
            $postcomments .= get_comments_number() . __(&#38;#39; Comment&#38;#39;, &#38;#39;thematic&#38;#39;) . &#38;#39;&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;&#38;#39;;
        } elseif ($postcommentnumber == &#38;#39;0&#38;#39;) {
            $postcomments = &#38;#39;&#38;lt;span class=&#38;quot;no-comment&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;#39; . get_permalink() . &#38;#39;#comments&#38;quot; title=&#38;quot;&#38;#39; . __(&#38;#39;Comment on &#38;#39;, &#38;#39;thematic&#38;#39;) . the_title_attribute(&#38;#39;echo=0&#38;#39;) . &#38;#39;&#38;quot;&#38;gt;&#38;#39;;
            $postcomments .= __(&#38;#39;Leave a comment&#38;#39;, &#38;#39;thematic&#38;#39;) . &#38;#39;&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;&#38;#39;;
        }
    } else {
        $postcomments = &#38;#39; &#38;lt;span class=&#38;quot;comments-link&#38;quot;&#38;gt;&#38;#39; . __(&#38;#39;Comments closed&#38;#39;, &#38;#39;thematic&#38;#39;) .&#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;
    }
    // Display edit link
    if (current_user_can(&#38;#39;edit_posts&#38;#39;)) {
        $postcomments .= &#38;#39; &#38;lt;span class=&#38;quot;meta-sep&#38;quot;&#38;gt;&#124;&#38;lt;/span&#38;gt; &#38;#39; . $posteditlink;
    }
    $postcomments = apply_filters(&#38;#39;thematic_postfooter_postcomments&#38;#39;,$postcomments); 

    // Display permalink, comments link, and RSS on single posts
    $postconnect .= __(&#38;#39;. Bookmark the &#38;#39;, &#38;#39;thematic&#38;#39;) . &#38;#39;&#38;lt;a href=&#38;quot;&#38;#39; . get_permalink() . &#38;#39;&#38;quot; title=&#38;quot;&#38;#39; . __(&#38;#39;Permalink to &#38;#39;, &#38;#39;thematic&#38;#39;) . the_title_attribute(&#38;#39;echo=0&#38;#39;) . &#38;#39;&#38;quot;&#38;gt;&#38;#39;;
    $postconnect .= __(&#38;#39;permalink&#38;#39;, &#38;#39;thematic&#38;#39;) . &#38;#39;&#38;lt;/a&#38;gt;.&#38;#39;;
    if ((&#38;#39;open&#38;#39; == $post-&#38;gt; comment_status) &#38;#38;&#38;#38; (&#38;#39;open&#38;#39; == $post-&#38;gt;ping_status)) { /* Comments are open */
        $postconnect .= &#38;#39; &#38;lt;a class=&#38;quot;comment-link&#38;quot; href=&#38;quot;#respond&#38;quot; title =&#38;quot;&#38;#39; . __(&#38;#39;Post a comment&#38;#39;, &#38;#39;thematic&#38;#39;) . &#38;#39;&#38;quot;&#38;gt;&#38;#39; . __(&#38;#39;Post a comment&#38;#39;, &#38;#39;thematic&#38;#39;) . &#38;#39;&#38;lt;/a&#38;gt;&#38;#39;;
        $postconnect .= __(&#38;#39; or leave a trackback: &#38;#39;, &#38;#39;thematic&#38;#39;);
        $postconnect .= &#38;#39;&#38;lt;a class=&#38;quot;trackback-link&#38;quot; href=&#38;quot;&#38;#39; . trackback_url(FALSE) . &#38;#39;&#38;quot; title =&#38;quot;&#38;#39; . __(&#38;#39;Trackback URL for your post&#38;#39;, &#38;#39;thematic&#38;#39;) . &#38;#39;&#38;quot; rel=&#38;quot;trackback&#38;quot;&#38;gt;&#38;#39; . __(&#38;#39;Trackback URL&#38;#39;, &#38;#39;thematic&#38;#39;) . &#38;#39;&#38;lt;/a&#38;gt;.&#38;#39;;
    } elseif (!(&#38;#39;open&#38;#39; == $post-&#38;gt; comment_status) &#38;#38;&#38;#38; (&#38;#39;open&#38;#39; == $post-&#38;gt;ping_status)) { /* Only trackbacks are open */
        $postconnect .= __(&#38;#39; Comments are closed, but you can leave a trackback: &#38;#39;, &#38;#39;thematic&#38;#39;);
        $postconnect .= &#38;#39;&#38;lt;a class=&#38;quot;trackback-link&#38;quot; href=&#38;quot;&#38;#39; . trackback_url(FALSE) . &#38;#39;&#38;quot; title =&#38;quot;&#38;#39; . __(&#38;#39;Trackback URL for your post&#38;#39;, &#38;#39;thematic&#38;#39;) . &#38;#39;&#38;quot; rel=&#38;quot;trackback&#38;quot;&#38;gt;&#38;#39; . __(&#38;#39;Trackback URL&#38;#39;, &#38;#39;thematic&#38;#39;) . &#38;#39;&#38;lt;/a&#38;gt;.&#38;#39;;
    } elseif ((&#38;#39;open&#38;#39; == $post-&#38;gt; comment_status) &#38;#38;&#38;#38; !(&#38;#39;open&#38;#39; == $post-&#38;gt;ping_status)) { /* Only comments open */
        $postconnect .= __(&#38;#39; Trackbacks are closed, but you can &#38;#39;, &#38;#39;thematic&#38;#39;);
        $postconnect .= &#38;#39;&#38;lt;a class=&#38;quot;comment-link&#38;quot; href=&#38;quot;#respond&#38;quot; title =&#38;quot;&#38;#39; . __(&#38;#39;Post a comment&#38;#39;, &#38;#39;thematic&#38;#39;) . &#38;#39;&#38;quot;&#38;gt;&#38;#39; . __(&#38;#39;post a comment&#38;#39;, &#38;#39;thematic&#38;#39;) . &#38;#39;&#38;lt;/a&#38;gt;.&#38;#39;;
    } elseif (!(&#38;#39;open&#38;#39; == $post-&#38;gt; comment_status) &#38;#38;&#38;#38; !(&#38;#39;open&#38;#39; == $post-&#38;gt;ping_status)) { /* Comments and trackbacks closed */
        $postconnect .= __(&#38;#39; Both comments and trackbacks are currently closed.&#38;#39;, &#38;#39;thematic&#38;#39;);
    }
    // Display edit link on single posts
    if (current_user_can(&#38;#39;edit_posts&#38;#39;)) {
        $postconnect .= &#38;#39; &#38;#39; . $posteditlink;
    }
    $postconnect = apply_filters(&#38;#39;thematic_postfooter_postconnect&#38;#39;,$postconnect); 

    // Add it all up
    if ($post-&#38;gt;post_type == &#38;#39;page&#38;#39; &#38;#38;&#38;#38; current_user_can(&#38;#39;edit_posts&#38;#39;)) { /* For logged-in &#38;quot;page&#38;quot; search results */
        $postfooter = &#38;#39;&#38;lt;div class=&#38;quot;entry-utility&#38;quot;&#38;gt;&#38;#39; . $posteditlink;
        $postfooter .= &#38;quot;&#38;lt;/div&#38;gt;&#38;lt;!-- .entry-utility --&#38;gt;\n&#38;quot;;
    } elseif ($post-&#38;gt;post_type == &#38;#39;page&#38;#39;) { /* For logged-out &#38;quot;page&#38;quot; search results */
        $postfooter = &#38;#39;&#38;#39;;
    } else {
        if (is_single()) {
            $postfooter = &#38;#39;&#38;lt;div class=&#38;quot;entry-utility&#38;quot;&#38;gt;&#38;#39; . $postcategory . $posttags . $postconnect;
        } else {
            $postfooter = &#38;#39;&#38;lt;div class=&#38;quot;entry-utility&#38;quot;&#38;gt;&#38;#39; . $postcategory . $posttags . $postcomments;
        }
        $postfooter .= &#38;quot;&#38;lt;/div&#38;gt;&#38;lt;!-- .entry-utility --&#38;gt;\n&#38;quot;;
    }

    // Put it on the screen
    echo apply_filters( &#38;#39;YOURCHILDTHEME_postfooter&#38;#39;, $postfooter ); // Filter to override default post footer
}
add_filter (&#38;#39;thematic_postfooter&#38;#39;, &#38;#39;YOURCHILDTHEME_postfooter&#38;#39;); // Crazy important!
// end NEW POST FOOTER&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and edit the code to fit your needs...
&#60;/p&#62;</description>
</item>
<item>
<title>HuskerLiz on "Adding date to postfooter"</title>
<link>http://themeshaper.com/forums/topic/adding-date-to-postfooter#post-3175</link>
<pubDate>Tue, 14 Apr 2009 19:16:50 +0000</pubDate>
<dc:creator>HuskerLiz</dc:creator>
<guid isPermaLink="false">3175@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;How do I use either child css or child function.php to add the date to the postfooter?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
