<?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: How to edit a comment's meta?</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Thu, 23 May 2013 09:16:27 +0000</pubDate>

<item>
<title>Marcky on "How to edit a comment's meta?"</title>
<link>http://themeshaper.com/forums/topic/how-to-edit-a-comments-meta#post-17329</link>
<pubDate>Mon, 29 Nov 2010 12:12:37 +0000</pubDate>
<dc:creator>Marcky</dc:creator>
<guid isPermaLink="false">17329@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Now it works! Here's how I got it following &#60;a href=&#34;http://themeshaper.com/forums/topic/edit-comments-with-functionsphp&#34;&#62;this thread&#60;/a&#62;:&#60;/p&#62;
&#60;p&#62;1. Read the &#60;a href=&#34;http://themeshaper.com/wordpress-theme-comments-template-tutorial/&#34;&#62;Comments Template Customization Guide&#60;/a&#62; mentioned earlier, and add custom_comments() to your functions.php&#60;/p&#62;
&#60;p&#62;2. Copy comments.php from Thematic parent theme to your child theme.&#60;/p&#62;
&#60;p&#62;3. In your own comments.php, find &#60;em&#62;wp_list_comments(list_comments_args());&#60;/em&#62; around line 34.&#60;/p&#62;
&#60;p&#62;4. Modify it to &#60;em&#62;wp_list_comments('type=comment&#38;#38;callback=childtheme_comments');&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;Voilá.
&#60;/p&#62;</description>
</item>
<item>
<title>Marcky on "How to edit a comment's meta?"</title>
<link>http://themeshaper.com/forums/topic/how-to-edit-a-comments-meta#post-17327</link>
<pubDate>Mon, 29 Nov 2010 10:55:50 +0000</pubDate>
<dc:creator>Marcky</dc:creator>
<guid isPermaLink="false">17327@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;I've been playing with Thematic for a couple of weeks, and I'm getting to know the filters &#38;#38; hooks stuff. Now I'm trying to add some markup to the comments, my goal is to float to the right the meta information of each comment by enclosing comment-author &#38;#38; comment-meta into a &#34;comments-info&#34; custom div.&#60;/p&#62;
&#60;p&#62;I've followed &#60;a href=&#34;http://themeshaper.com/wordpress-theme-comments-template-tutorial/&#34;&#62;Ian's Comments Guide&#60;/a&#62; and realized the comments template he is proposing is actually the comments.php template in Thematic 0.9.7.7.&#60;/p&#62;
&#60;p&#62;Should I need any apply_filter stuff to use the custom_comments() function? I've also followed the steps by patrick and after adding my_callback() and my comments-info doesn't appear either.&#60;/p&#62;
&#60;p&#62;Thankyou all for the awesome help :)
&#60;/p&#62;</description>
</item>
<item>
<title>dorabelle on "How to edit a comment's meta?"</title>
<link>http://themeshaper.com/forums/topic/how-to-edit-a-comments-meta#post-13626</link>
<pubDate>Sat, 03 Jul 2010 01:55:25 +0000</pubDate>
<dc:creator>dorabelle</dc:creator>
<guid isPermaLink="false">13626@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;To advance your editing of meta data, you should try out the &#34;All in One SEO Pack&#34; plugin for WP, its really easy to go through and edit meta for about everything, and can help you promote your &#60;a href=&#34;http://www.chacha.com/topic/website&#34;&#62;websites&#60;/a&#62; pretty well, I use it. good luck
&#60;/p&#62;</description>
</item>
<item>
<title>patrick on "How to edit a comment's meta?"</title>
<link>http://themeshaper.com/forums/topic/how-to-edit-a-comments-meta#post-11040</link>
<pubDate>Sat, 27 Mar 2010 17:00:02 +0000</pubDate>
<dc:creator>patrick</dc:creator>
<guid isPermaLink="false">11040@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Glad it's all good for you !&#60;/p&#62;
&#60;p&#62;P.
&#60;/p&#62;</description>
</item>
<item>
<title>Ben Collins on "How to edit a comment's meta?"</title>
<link>http://themeshaper.com/forums/topic/how-to-edit-a-comments-meta#post-11037</link>
<pubDate>Sat, 27 Mar 2010 15:01:02 +0000</pubDate>
<dc:creator>Ben Collins</dc:creator>
<guid isPermaLink="false">11037@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi Patrick, thanks again for getting back. &#60;/p&#62;
&#60;p&#62;It's working now! I re-installed thematic and then the code above worked a treat. I think that I must have altered one of the parent files in the original thematic theme way back (when I was not fully understanding the parent/child theme model).&#60;/p&#62;
&#60;p&#62;Thanks massively for your help.&#60;/p&#62;
&#60;p&#62;Cheers, Ben
&#60;/p&#62;</description>
</item>
<item>
<title>patrick on "How to edit a comment's meta?"</title>
<link>http://themeshaper.com/forums/topic/how-to-edit-a-comments-meta#post-11011</link>
<pubDate>Fri, 26 Mar 2010 16:37:58 +0000</pubDate>
<dc:creator>patrick</dc:creator>
<guid isPermaLink="false">11011@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;It's weird cause I've just copied your code in my functions.php file and it worked straight. The only change i've made is, because I have other functions in my file, removed the &#60;code&#62;&#38;lt;?php&#60;/code&#62; at the beginning and &#60;code&#62;?&#38;gt;&#60;/code&#62; at the end of your code.&#60;/p&#62;
&#60;p&#62;If it's the only function you have in your file, leave those opening and closing statement, if not, remove them.&#60;/p&#62;
&#60;p&#62;Other than that, hmmm, do you have a comments.php file in your child theme folder ?&#60;/p&#62;
&#60;p&#62;Give me a url so I can have a look.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;P.
&#60;/p&#62;</description>
</item>
<item>
<title>Ben Collins on "How to edit a comment's meta?"</title>
<link>http://themeshaper.com/forums/topic/how-to-edit-a-comments-meta#post-11009</link>
<pubDate>Fri, 26 Mar 2010 14:27:52 +0000</pubDate>
<dc:creator>Ben Collins</dc:creator>
<guid isPermaLink="false">11009@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi patrick,&#60;/p&#62;
&#60;p&#62;Thanks kindly for getting back on this one, sorry for slow reply been away for a couple of days. &#60;/p&#62;
&#60;p&#62;I've been trying to get this working this morning but still having problems - removing the bits I want from the function doesn't appear to have any effect; I'm still seeing the whole &#34;Posted 17 March 2010 at 3:23 pm &#124; Permalink &#124; Edit&#34; in the comment meta&#60;/p&#62;
&#60;p&#62;The code I'm using in functions.php is:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;/p&#62;
&#60;p&#62;// Custom callback to list comments in the Thematic style&#60;br /&#62;
function mytheme_comments($comment, $args, $depth) {&#60;br /&#62;
    $GLOBALS['comment'] = $comment;&#60;br /&#62;
	$GLOBALS['comment_depth'] = $depth;&#60;br /&#62;
    ?&#38;gt;&#60;br /&#62;
    	&#38;lt;li id=&#34;comment-&#38;lt;?php comment_ID() ?&#38;gt;&#34; class=&#34;&#38;lt;?php thematic_comment_class() ?&#38;gt;&#34;&#38;gt;&#60;br /&#62;
    		&#38;lt;div class=&#34;comment-author vcard&#34;&#38;gt;&#38;lt;?php thematic_commenter_link() ?&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
    		&#38;lt;div class=&#34;comment-meta&#34;&#38;gt;&#38;lt;?php printf(__('%1$s', 'thematic'),&#60;br /&#62;
    					get_comment_date() );  ?&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
    &#38;lt;?php if ($comment-&#38;gt;comment_approved == '0') _e(&#34;\t\t\t\t\t&#38;lt;span class='unapproved'&#38;gt;Your comment is awaiting moderation.&#38;lt;/span&#38;gt;\n&#34;, 'thematic') ?&#38;gt;&#60;br /&#62;
            &#38;lt;div class=&#34;comment-content&#34;&#38;gt;&#60;br /&#62;
        		&#38;lt;?php comment_text() ?&#38;gt;&#60;br /&#62;
    		&#38;lt;/div&#38;gt;&#60;br /&#62;
			&#38;lt;?php // echo the comment reply link with help from Justin Tadlock &#60;a href=&#34;http://justintadlock.com/&#34; rel=&#34;nofollow&#34;&#62;http://justintadlock.com/&#60;/a&#62; and Will Norris &#60;a href=&#34;http://willnorris.com/&#34; rel=&#34;nofollow&#34;&#62;http://willnorris.com/&#60;/a&#62;&#60;br /&#62;
				if($args['type'] == 'all' &#124;&#124; get_comment_type() == 'comment') :&#60;br /&#62;
					comment_reply_link(array_merge($args, array(&#60;br /&#62;
						'reply_text' =&#38;gt; __('Reply','thematic'),&#60;br /&#62;
						'login_text' =&#38;gt; __('Log in to reply.','thematic'),&#60;br /&#62;
						'depth' =&#38;gt; $depth,&#60;br /&#62;
						'before' =&#38;gt; '&#38;lt;div class=&#34;comment-reply-link&#34;&#38;gt;',&#60;br /&#62;
						'after' =&#38;gt; '&#38;lt;/div&#38;gt;'&#60;br /&#62;
					)));&#60;br /&#62;
				endif;&#60;br /&#62;
			?&#38;gt;&#60;br /&#62;
&#38;lt;?php }&#60;/p&#62;
&#60;p&#62;function my_callback() {&#60;br /&#62;
	$content = 'type=comment&#38;#38;callback=mytheme_comments';&#60;br /&#62;
	return $content;&#60;br /&#62;
}&#60;br /&#62;
add_filter('list_comments_arg', 'my_callback');&#60;/p&#62;
&#60;p&#62;?&#38;gt;&#60;/p&#62;
&#60;p&#62;Any ideas? Thanks again&#60;/p&#62;
&#60;p&#62;Ben
&#60;/p&#62;</description>
</item>
<item>
<title>patrick on "How to edit a comment's meta?"</title>
<link>http://themeshaper.com/forums/topic/how-to-edit-a-comments-meta#post-10929</link>
<pubDate>Tue, 23 Mar 2010 21:07:43 +0000</pubDate>
<dc:creator>patrick</dc:creator>
<guid isPermaLink="false">10929@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;No worries !&#60;/p&#62;
&#60;p&#62;P.
&#60;/p&#62;</description>
</item>
<item>
<title>@soren on "How to edit a comment's meta?"</title>
<link>http://themeshaper.com/forums/topic/how-to-edit-a-comments-meta#post-10928</link>
<pubDate>Tue, 23 Mar 2010 21:05:09 +0000</pubDate>
<dc:creator>@soren</dc:creator>
<guid isPermaLink="false">10928@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Patrik,&#60;/p&#62;
&#60;p&#62;Salute!! &#60;/p&#62;
&#60;p&#62;many THANKS ! :)&#60;/p&#62;
&#60;p&#62;Soren
&#60;/p&#62;</description>
</item>
<item>
<title>patrick on "How to edit a comment's meta?"</title>
<link>http://themeshaper.com/forums/topic/how-to-edit-a-comments-meta#post-10926</link>
<pubDate>Tue, 23 Mar 2010 20:34:19 +0000</pubDate>
<dc:creator>patrick</dc:creator>
<guid isPermaLink="false">10926@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi Soren,&#60;/p&#62;
&#60;p&#62;Below the line of code you just wrote, there should be &#60;code&#62;get_comment_date()&#60;/code&#62;. Simply replace it with &#60;code&#62;get_comment_date(&#38;#39;d M Y&#38;#39;)&#60;/code&#62;. You can also do get_comment_date('d / M / Y') or something similar.&#60;/p&#62;
&#60;p&#62;If you want it to be below the comment, just put the entire comment-meta &#38;lt;div&#38;gt; below the comment-content &#38;lt;div&#38;gt;&#60;/p&#62;
&#60;p&#62;And Voilà !&#60;/p&#62;
&#60;p&#62;P.
&#60;/p&#62;</description>
</item>
<item>
<title>@soren on "How to edit a comment's meta?"</title>
<link>http://themeshaper.com/forums/topic/how-to-edit-a-comments-meta#post-10925</link>
<pubDate>Tue, 23 Mar 2010 20:13:55 +0000</pubDate>
<dc:creator>@soren</dc:creator>
<guid isPermaLink="false">10925@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Opps forgot the code!&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;div class=&#34;comment-meta&#34;&#38;gt;&#38;lt;?php printf(__('%1$s', 'thematic')&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>@soren on "How to edit a comment's meta?"</title>
<link>http://themeshaper.com/forums/topic/how-to-edit-a-comments-meta#post-10924</link>
<pubDate>Tue, 23 Mar 2010 20:12:14 +0000</pubDate>
<dc:creator>@soren</dc:creator>
<guid isPermaLink="false">10924@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Patrick,&#60;/p&#62;
&#60;p&#62;I've been searching this for days!! Great!!! Only a few things more...&#60;/p&#62;
&#60;p&#62;I want it to be at the bottom of the comments and also change the dateformat to &#34;d M Y&#34; now there is &#34; &#34;%1$s &#34;?&#60;/p&#62;
&#60;p&#62;Soren
&#60;/p&#62;</description>
</item>
<item>
<title>patrick on "How to edit a comment's meta?"</title>
<link>http://themeshaper.com/forums/topic/how-to-edit-a-comments-meta#post-10923</link>
<pubDate>Tue, 23 Mar 2010 19:58:32 +0000</pubDate>
<dc:creator>patrick</dc:creator>
<guid isPermaLink="false">10923@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi Kyndra,&#60;/p&#62;
&#60;p&#62;Glad I could help !&#60;/p&#62;
&#60;p&#62;P.
&#60;/p&#62;</description>
</item>
<item>
<title>kgoodman on "How to edit a comment's meta?"</title>
<link>http://themeshaper.com/forums/topic/how-to-edit-a-comments-meta#post-10922</link>
<pubDate>Tue, 23 Mar 2010 19:49:54 +0000</pubDate>
<dc:creator>kgoodman</dc:creator>
<guid isPermaLink="false">10922@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Patrick,&#60;/p&#62;
&#60;p&#62;Great timing. Just happened to come in to search the forum and lo and behold, your answer. Works like a charm for me. Thanks so much!&#60;/p&#62;
&#60;p&#62;Kyndra
&#60;/p&#62;</description>
</item>
<item>
<title>patrick on "How to edit a comment's meta?"</title>
<link>http://themeshaper.com/forums/topic/how-to-edit-a-comments-meta#post-10921</link>
<pubDate>Tue, 23 Mar 2010 18:28:21 +0000</pubDate>
<dc:creator>patrick</dc:creator>
<guid isPermaLink="false">10921@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi Ben,&#60;/p&#62;
&#60;p&#62;well it's a little bit of work but nothing too hard.&#60;/p&#62;
&#60;p&#62;First, have a look at the discussion.php file. There's a function inside called &#60;code&#62;thematic_comments&#60;/code&#62;. &#60;/p&#62;
&#60;p&#62;Copy that function and paste it in your functions.php file. &#60;/p&#62;
&#60;p&#62;It starts from &#60;code&#62;function thematic_comments&#60;/code&#62; … to … &#60;code&#62;&#38;lt;?php }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Rename the function from &#60;code&#62;thematic_comments&#60;/code&#62; to what you want, something like &#60;code&#62;mytheme_comments&#60;/code&#62;, then take out everything you want from there, specially the &#34;Posted&#34; you want to remove. &#60;/p&#62;
&#60;p&#62;Once you're ok with it, you should do the following :&#60;/p&#62;
&#60;p&#62;just below the &#60;code&#62;&#38;lt;?php }&#60;/code&#62;, paste this :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function my_callback() {
	$content = &#38;#39;type=comment&#38;#38;callback=mytheme_comments&#38;#39;;
	return $content;
}
add_filter(&#38;#39;list_comments_arg&#38;#39;, &#38;#39;my_callback&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Look carefully at the second line here. At the end it calls your function, &#60;code&#62;mytheme_comments&#60;/code&#62;, so make sure that name and your function name are the same.&#60;/p&#62;
&#60;p&#62;That should do it. Keep me informed of the results !&#60;/p&#62;
&#60;p&#62;P.
&#60;/p&#62;</description>
</item>
<item>
<title>@soren on "How to edit a comment's meta?"</title>
<link>http://themeshaper.com/forums/topic/how-to-edit-a-comments-meta#post-10865</link>
<pubDate>Sat, 20 Mar 2010 14:50:17 +0000</pubDate>
<dc:creator>@soren</dc:creator>
<guid isPermaLink="false">10865@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Find this at &#34;content-extension.php&#34;, been trying to filter out everything to only show the date in comments. I have not been able to do it at all. Any suggestions how?&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
// Create comments link and edit link&#60;br /&#62;
function thematic_postfooter_postcomments() {&#60;br /&#62;
    if (comments_open()) {&#60;br /&#62;
        $postcommentnumber = get_comments_number();&#60;br /&#62;
        if ($postcommentnumber &#38;gt; '1') {&#60;br /&#62;
            $postcomments = ' &#38;lt;span class=&#34;comments-link&#34;&#38;gt;&#60;a href=&#34;' . get_permalink() . '#comments&#34; title=&#34;' . __('Comment on ', 'thematic') . the_title_attribute('echo=0') . '&#34;&#62;';&#60;br /&#62;
            $postcomments .= get_comments_number() . __(' Comments', 'thematic') . '&#60;/a&#62;&#38;lt;/span&#38;gt;';&#60;br /&#62;
        } elseif ($postcommentnumber == '1') {&#60;br /&#62;
            $postcomments = ' &#38;lt;span class=&#34;comments-link&#34;&#38;gt;&#60;a href=&#34;' . get_permalink() . '#comments&#34; title=&#34;' . __('Comment on ', 'thematic') . the_title_attribute('echo=0') . '&#34;&#62;';&#60;br /&#62;
            $postcomments .= get_comments_number() . __(' Comment', 'thematic') . '&#60;/a&#62;&#38;lt;/span&#38;gt;';&#60;br /&#62;
        } elseif ($postcommentnumber == '0') {&#60;br /&#62;
            $postcomments = ' &#38;lt;span class=&#34;comments-link&#34;&#38;gt;&#60;a href=&#34;' . get_permalink() . '#comments&#34; title=&#34;' . __('Comment on ', 'thematic') . the_title_attribute('echo=0') . '&#34;&#62;';&#60;br /&#62;
            $postcomments .= __('Leave a comment', 'thematic') . '&#60;/a&#62;&#38;lt;/span&#38;gt;';&#60;br /&#62;
        }&#60;br /&#62;
    } else {&#60;br /&#62;
        $postcomments = ' &#38;lt;span class=&#34;comments-link comments-closed-link&#34;&#38;gt;' . __('Comments closed', 'thematic') .'&#38;lt;/span&#38;gt;';&#60;br /&#62;
    }&#60;br /&#62;
    // Display edit link&#60;br /&#62;
    if (current_user_can('edit_posts')) {&#60;br /&#62;
        $postcomments .= ' &#38;lt;span class=&#34;meta-sep meta-sep-edit&#34;&#38;gt;&#124;&#38;lt;/span&#38;gt; ' . thematic_postfooter_posteditlink();&#60;br /&#62;
    }&#60;br /&#62;
    return apply_filters('thematic_postfooter_postcomments',$postcomments); &#60;/p&#62;
&#60;p&#62;} // end thematic_postfooter_postcomments&#60;/p&#62;
&#60;p&#62;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>macmacken on "How to edit a comment's meta?"</title>
<link>http://themeshaper.com/forums/topic/how-to-edit-a-comments-meta#post-10846</link>
<pubDate>Fri, 19 Mar 2010 13:36:27 +0000</pubDate>
<dc:creator>macmacken</dc:creator>
<guid isPermaLink="false">10846@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;(Seconded)
&#60;/p&#62;</description>
</item>
<item>
<title>Ben Collins on "How to edit a comment's meta?"</title>
<link>http://themeshaper.com/forums/topic/how-to-edit-a-comments-meta#post-10792</link>
<pubDate>Wed, 17 Mar 2010 19:40:19 +0000</pubDate>
<dc:creator>Ben Collins</dc:creator>
<guid isPermaLink="false">10792@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi @soren, thanks for the response.  &#60;/p&#62;
&#60;p&#62;That does indeed work to remove all of the comment meta but I'd like to still keep the Date, so just remove the word &#34;Posted&#34; and Permalink.&#60;/p&#62;
&#60;p&#62;Any takers?
&#60;/p&#62;</description>
</item>
<item>
<title>@soren on "How to edit a comment's meta?"</title>
<link>http://themeshaper.com/forums/topic/how-to-edit-a-comments-meta#post-10791</link>
<pubDate>Wed, 17 Mar 2010 19:08:12 +0000</pubDate>
<dc:creator>@soren</dc:creator>
<guid isPermaLink="false">10791@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Ben,&#60;/p&#62;
&#60;p&#62;Try this in your &#34;style.css&#34;&#60;/p&#62;
&#60;p&#62;[code]&#60;br /&#62;
#comments-list .comment-meta {&#60;br /&#62;
    display: none;&#60;br /&#62;
  }&#60;br /&#62;
[code/]
&#60;/p&#62;</description>
</item>
<item>
<title>Ben Collins on "How to edit a comment's meta?"</title>
<link>http://themeshaper.com/forums/topic/how-to-edit-a-comments-meta#post-10787</link>
<pubDate>Wed, 17 Mar 2010 16:14:19 +0000</pubDate>
<dc:creator>Ben Collins</dc:creator>
<guid isPermaLink="false">10787@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi, this forum has been invaluable in helping me sort out the many design queries I've had working with thematic child themes. I've been struggling to solve the following though:&#60;/p&#62;
&#60;p&#62;If someone was to comment on a post then the line underneath their name (next to the avatar) would read:&#60;/p&#62;
&#60;p&#62;&#34;Posted 17 March 2010 at 3:23 pm &#124; Permalink &#124; Edit&#34;&#60;/p&#62;
&#60;p&#62;How would I modify the php code to remove the word &#34;Posted&#34;, maybe remove the time and the Permalink and Edit buttons?&#60;/p&#62;
&#60;p&#62;Thanks in advance
&#60;/p&#62;</description>
</item>

</channel>
</rss>
