<?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 Tag: post tile</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Wed, 22 May 2013 09:00:25 +0000</pubDate>

<item>
<title>craw on "author image next to post title?"</title>
<link>http://themeshaper.com/forums/topic/author-image-next-to-post-title#post-23400</link>
<pubDate>Sun, 09 Oct 2011 00:56:45 +0000</pubDate>
<dc:creator>craw</dc:creator>
<guid isPermaLink="false">23400@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'm pretty sure it's the code of the plugin I am using.
&#60;/p&#62;</description>
</item>
<item>
<title>craw on "author image next to post title?"</title>
<link>http://themeshaper.com/forums/topic/author-image-next-to-post-title#post-23396</link>
<pubDate>Sat, 08 Oct 2011 22:48:28 +0000</pubDate>
<dc:creator>craw</dc:creator>
<guid isPermaLink="false">23396@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'm giving this a shot on my own and here's what I've come up with so far. I'm trying to add a div called &#34;authorimage&#34; and then put the code to call the plugin that will display the author image. &#60;/p&#62;
&#60;p&#62;It's putting the div right where I want it (to the left of the authordata) but the authorimage ends up up above the title of the post.&#60;/p&#62;
&#60;p&#62;My question is- why isn't it putting the author image in the &#34;authorimage&#34; div?&#60;/p&#62;
&#60;p&#62;Here's a link to a post example- &#60;a href=&#34;http://64.79.143.234/clinicient/wordpress/?p=384&#34; rel=&#34;nofollow&#34;&#62;http://64.79.143.234/clinicient/wordpress/?p=384&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for any help. &#60;/p&#62;
&#60;p&#62;// add author image&#60;/p&#62;
&#60;p&#62;function childtheme_override_postmeta_authorlink() {&#60;/p&#62;
&#60;p&#62;	    global $authordata;&#60;/p&#62;
&#60;p&#62;	    $authorlink = '&#38;lt;div id=&#34;authorimage&#34;&#38;gt;';&#60;br /&#62;
	    $authorlink .= c2c_the_author_image();&#60;br /&#62;
	    $authorlink .= '&#38;lt;/div&#38;gt;';&#60;br /&#62;
	    $authorlink .= '&#38;lt;span class=&#34;meta-prep meta-prep-author&#34;&#38;gt;' . __('By ', 'thematic') . '&#38;lt;/span&#38;gt;';&#60;br /&#62;
	    $authorlink .= '&#38;lt;span class=&#34;author vcard&#34;&#38;gt;'. '&#38;lt;a class=&#34;url fn n&#34; rel=”author” href=&#34;';&#60;br /&#62;
	    $authorlink .= get_author_posts_url($authordata-&#38;gt;ID, $authordata-&#38;gt;user_nicename);&#60;br /&#62;
	    $authorlink .= '&#34; title=&#34;' . __('View all posts by ', 'thematic') . get_the_author_meta( 'display_name' ) . '&#34;&#38;gt;';&#60;br /&#62;
	    $authorlink .= get_the_author_meta( 'display_name' );&#60;br /&#62;
	    $authorlink .= '&#38;lt;/span&#38;gt;';&#60;/p&#62;
&#60;p&#62;	    return apply_filters('thematic_post_meta_authorlink', $authorlink);&#60;/p&#62;
&#60;p&#62;	}
&#60;/p&#62;</description>
</item>
<item>
<title>craw on "author image next to post title?"</title>
<link>http://themeshaper.com/forums/topic/author-image-next-to-post-title#post-23264</link>
<pubDate>Thu, 29 Sep 2011 04:59:00 +0000</pubDate>
<dc:creator>craw</dc:creator>
<guid isPermaLink="false">23264@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Is there anyway I can get the author bio image next to the post title on a single post page?&#60;/p&#62;
&#60;p&#62;Thanks in advance for any help.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
