<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Vfxdude &#187; Topic: Embed a fix info box at the end of each post</title>
		<link>http://www.vfxdude.com/forum/topic/embed-a-fix-info-box-at-the-end-of-each-post</link>
		<description>premium wordpress themes</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 23:17:06 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.vfxdude.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.vfxdude.com/forum/rss/topic/embed-a-fix-info-box-at-the-end-of-each-post" rel="self" type="application/rss+xml" />

		<item>
			<title>vfxdude on "Embed a fix info box at the end of each post"</title>
			<link>http://www.vfxdude.com/forum/topic/embed-a-fix-info-box-at-the-end-of-each-post#post-1976</link>
			<pubDate>Tue, 06 Apr 2010 11:24:29 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">1976@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;just wait for the new version then, it includes the author avatar (and the possibility for a custom author image).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Barandum on "Embed a fix info box at the end of each post"</title>
			<link>http://www.vfxdude.com/forum/topic/embed-a-fix-info-box-at-the-end-of-each-post#post-1975</link>
			<pubDate>Tue, 06 Apr 2010 11:16:15 +0000</pubDate>
			<dc:creator>Barandum</dc:creator>
			<guid isPermaLink="false">1975@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;ok highly appreciate your work!&#60;/p&#62;
&#60;p&#62;The static html is the problem, as I have php to get me the recent author avatar etc. Thats why I included it in the single.php.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Embed a fix info box at the end of each post"</title>
			<link>http://www.vfxdude.com/forum/topic/embed-a-fix-info-box-at-the-end-of-each-post#post-1973</link>
			<pubDate>Tue, 06 Apr 2010 11:10:25 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">1973@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;the code above says nothing about using the bf_page widget or a custom template.&#60;/p&#62;
&#60;p&#62;1. add this code to functions.php in a child theme:&#60;br /&#62;
&#60;code&#62;function addbox(){ echo bfpage_func(array('name' =&#38;gt; 'infobox')); }&#60;br /&#62;
add_action( 'bf_after_article', 'addbox', 1 );&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
2. create a page, add static html (the design and contents of the infobox).&#60;br /&#62;
3. call it infobox (same as on the code). Publish. That's it.&#60;/p&#62;
&#60;p&#62;The new version will be out when it's finished. Now I'm spending most of my time answering questions, so maybe I should just stop that and code instead. It has also been Easter and I have not done anything with it for over a week. Much new stuff is also added to the list, so my estimate is 14 days.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Barandum on "Embed a fix info box at the end of each post"</title>
			<link>http://www.vfxdude.com/forum/topic/embed-a-fix-info-box-at-the-end-of-each-post#post-1969</link>
			<pubDate>Tue, 06 Apr 2010 10:45:36 +0000</pubDate>
			<dc:creator>Barandum</dc:creator>
			<guid isPermaLink="false">1969@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;when is the new version due?&#60;/p&#62;
&#60;p&#62;Is it not possible to add code via the bf_page widget. So I create a page &#34;infobox&#34; and make a custom page template. I tested it but the bf_page widget does not show the code. It only shows content from the editor.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Embed a fix info box at the end of each post"</title>
			<link>http://www.vfxdude.com/forum/topic/embed-a-fix-info-box-at-the-end-of-each-post#post-1953</link>
			<pubDate>Tue, 06 Apr 2010 08:54:18 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">1953@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;the above code works with child themes. This is how I have implemented the author infobox in the new version. Using this method is better than modifying the templates (single.php).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Barandum on "Embed a fix info box at the end of each post"</title>
			<link>http://www.vfxdude.com/forum/topic/embed-a-fix-info-box-at-the-end-of-each-post#post-1936</link>
			<pubDate>Sun, 04 Apr 2010 18:00:43 +0000</pubDate>
			<dc:creator>Barandum</dc:creator>
			<guid isPermaLink="false">1936@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I solved it.&#60;/p&#62;
&#60;p&#62;Just added the code to the single.php in my custom theme. &#60;/p&#62;
&#60;p&#62;Question: how likely is it, that you adjust the single.php in a upcoming update? As this info would be helpful when using child-themes
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Barandum on "Embed a fix info box at the end of each post"</title>
			<link>http://www.vfxdude.com/forum/topic/embed-a-fix-info-box-at-the-end-of-each-post#post-1934</link>
			<pubDate>Sun, 04 Apr 2010 15:18:41 +0000</pubDate>
			<dc:creator>Barandum</dc:creator>
			<guid isPermaLink="false">1934@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;When adding &#60;/p&#62;
&#60;p&#62;&#60;blockquote&#62;function addbox(){ echo bfpage_func(array('name' =&#38;gt; 'infobox')); }&#60;/blockquote&#62;&#60;/p&#62;
&#60;p&#62;to the the child-theme function.php i get a blank page. (?)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Embed a fix info box at the end of each post"</title>
			<link>http://www.vfxdude.com/forum/topic/embed-a-fix-info-box-at-the-end-of-each-post#post-1565</link>
			<pubDate>Mon, 08 Mar 2010 16:22:37 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">1565@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;hmmm ok. Here's another way to add the infobox:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;function addbox(){ echo bfpage_func(array('name' =&#38;gt; 'infobox')); }&#60;br /&#62;
add_action( 'bf_after_article', 'addbox', 1 );&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Barandum on "Embed a fix info box at the end of each post"</title>
			<link>http://www.vfxdude.com/forum/topic/embed-a-fix-info-box-at-the-end-of-each-post#post-1562</link>
			<pubDate>Mon, 08 Mar 2010 13:44:51 +0000</pubDate>
			<dc:creator>Barandum</dc:creator>
			<guid isPermaLink="false">1562@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;when using the the infobox function it adds an info box as well just below the proplayer title video. &#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://i46.tinypic.com/fvvhgo.jpg&#34;&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Embed a fix info box at the end of each post"</title>
			<link>http://www.vfxdude.com/forum/topic/embed-a-fix-info-box-at-the-end-of-each-post#post-1543</link>
			<pubDate>Fri, 05 Mar 2010 18:37:01 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">1543@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;gallery/portfolio theme and a modular developer theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Barandum on "Embed a fix info box at the end of each post"</title>
			<link>http://www.vfxdude.com/forum/topic/embed-a-fix-info-box-at-the-end-of-each-post#post-1535</link>
			<pubDate>Fri, 05 Mar 2010 13:27:49 +0000</pubDate>
			<dc:creator>Barandum</dc:creator>
			<guid isPermaLink="false">1535@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;ouw that sounds interesting. could you tell me what kind of content the new themes is targeted to?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Embed a fix info box at the end of each post"</title>
			<link>http://www.vfxdude.com/forum/topic/embed-a-fix-info-box-at-the-end-of-each-post#post-1534</link>
			<pubDate>Fri, 05 Mar 2010 12:44:50 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">1534@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Barandum: 3-6 months. There will be other versions (and new themes) b4 that one. Actually a new version was added today. Fixing bugs, fixing the compability with the multilingual plugin &#60;a href=&#34;http://wordpress.org/extend/plugins/qtranslate/&#34;&#62;qtranslate&#60;/a&#62; and adding some cufon fonts (version 1.3.4.3).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Barandum on "Embed a fix info box at the end of each post"</title>
			<link>http://www.vfxdude.com/forum/topic/embed-a-fix-info-box-at-the-end-of-each-post#post-1527</link>
			<pubDate>Fri, 05 Mar 2010 08:34:20 +0000</pubDate>
			<dc:creator>Barandum</dc:creator>
			<guid isPermaLink="false">1527@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;vfxdude, could you outline in what timefrime you think you will add 1.4... weeks, months?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Barandum on "Embed a fix info box at the end of each post"</title>
			<link>http://www.vfxdude.com/forum/topic/embed-a-fix-info-box-at-the-end-of-each-post#post-1526</link>
			<pubDate>Fri, 05 Mar 2010 08:28:33 +0000</pubDate>
			<dc:creator>Barandum</dc:creator>
			<guid isPermaLink="false">1526@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Hi everybody. That is exactly what I am looking for. &#60;/p&#62;
&#60;p&#62;I will add here my authorbox for people who use simplepress forum and want to use avatar and other functionallity of this forum solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dj Tukancheez on "Embed a fix info box at the end of each post"</title>
			<link>http://www.vfxdude.com/forum/topic/embed-a-fix-info-box-at-the-end-of-each-post#post-1487</link>
			<pubDate>Wed, 03 Mar 2010 11:09:04 +0000</pubDate>
			<dc:creator>Dj Tukancheez</dc:creator>
			<guid isPermaLink="false">1487@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Thanks alot vfxdude! &#60;/p&#62;
&#60;p&#62;I believe, that my small tutorial, could possibly help the others to add the author box into their own blogs.&#60;/p&#62;
&#60;p&#62;BTW:&#60;br /&#62;
I am looking forward to the official implementation of this, inside the 1.4 release. &#60;/p&#62;
&#60;p&#62;Thanks for the possibility to make it happen before it. Appreciated!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Embed a fix info box at the end of each post"</title>
			<link>http://www.vfxdude.com/forum/topic/embed-a-fix-info-box-at-the-end-of-each-post#post-1486</link>
			<pubDate>Wed, 03 Mar 2010 10:58:02 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">1486@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;here's how to get dynamic author info:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function authorinfo($content){
    global $post;
    $html = get_the_author_meta(&#38;#39;display_name&#38;#39;, $post-&#38;gt;post_author);
    if (is_single()) return $content . &#38;#39;&#38;lt;div class=&#38;quot;box&#38;quot;&#38;gt;&#38;#39;.$html.&#38;#39;&#38;lt;/div&#38;gt;&#38;#39;;
    else return $content;
}
add_filter( &#38;quot;the_content&#38;quot;, &#38;quot;authorinfo&#38;quot; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;more parameters for get_the_author_meta can be found &#60;a href=&#34;http://codex.wordpress.org/Template_Tags/the_author_meta&#34;&#62;here&#60;/a&#62;. &#60;/p&#62;
&#60;p&#62;I will add this functionality in version 1.4, but it might be some time b4 that one is out. &#60;/p&#62;
&#60;p&#62;Dj Tukancheez, that's a nice author box, thanks for sharing. The one in 1.4 will probably be something like that, but with the possibility to add/remove meta info in the theme settings.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dj Tukancheez on "Embed a fix info box at the end of each post"</title>
			<link>http://www.vfxdude.com/forum/topic/embed-a-fix-info-box-at-the-end-of-each-post#post-1485</link>
			<pubDate>Wed, 03 Mar 2010 10:39:32 +0000</pubDate>
			<dc:creator>Dj Tukancheez</dc:creator>
			<guid isPermaLink="false">1485@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Sure that won't be a problem:&#60;/p&#62;
&#60;p&#62;1.) I have added the code like is shown on the picture (&#60;em&#62;black box around it&#60;/em&#62;) into the functions.php of the child theme (BFWide, BFNav) Than I have overwritten the original file by uploading it to own hosting server (via FTP)(Do not forget to create a backup of that file firstly). The picture says probably more:&#60;br /&#62;
&#60;img src=&#34;http://img51.imageshack.us/img51/3930/functionschildtheme.jpg&#34;&#62;&#60;/p&#62;
&#60;p&#62;2.) I have created page called &#34;infobox&#34; and write the &#34;example infobox&#34; code that vfxdude (thanks) has posted here. I have little bit edited it into this form:&#60;/p&#62;
&#60;p&#62;&#60;blockquote&#62;&#38;lt;div class=&#34;box&#34;&#38;gt;&#60;br /&#62;
&#38;lt;h6&#38;gt;ABOUT THE AUTHOR&#38;lt;/h6&#38;gt;&#60;br /&#62;
&#38;lt;ul class=&#34;pointerlist mb0&#34;&#38;gt; &#38;lt;*img class=&#34;alignleft&#34; src=&#34;http://yourlinktothepicture.jpg&#34; alt=&#34;&#34; width=&#34;92&#34; height=&#34;92&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;*li&#38;gt;Hi! I'm Jan,  more known as &#60;em&#62;DJ Tukancheez&#60;/em&#62; or &#60;em&#62;Tuki&#60;/em&#62;.&#38;lt;*/li&#38;gt;&#60;br /&#62;
&#38;lt;*li&#38;gt;I'm a student, mix producer, mixfan and the blogger.&#38;lt;*/li&#38;gt;&#60;br /&#62;
&#38;lt;*li&#38;gt;&#38;lt;*/li&#38;gt;&#60;br /&#62;
&#38;lt;*li&#38;gt; Please help me to spread my own mixes, by following my person on Twitter &#60;a href=&#34;http://www.twitter.com/tukancheez&#34;&#62;@tukancheez&#60;/a&#62;.    Thank you !&#38;lt;/*li&#38;gt;&#60;br /&#62;
&#38;lt;*/ul&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/blockquote&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;PLEASE REMEMBER, ALL &#34;*&#34; (stars) INSIDE THIS CODE NEEDS TO BE DELETED!&#60;/strong&#62;&#60;br /&#62;
(&#60;em&#62;picture of you is aligned to the left, like the code says&#60;/em&#62;)&#60;br /&#62;
THE RESULT:&#60;br /&#62;
&#60;img src=&#34;http://img202.imageshack.us/img202/2483/authorbox.jpg&#34;&#62;&#60;br /&#62;
The points of the li tag are hidden behind the image, thats why it looks on my page, how it looks like.&#60;/p&#62;
&#60;p&#62;Hope it helps you.&#60;/p&#62;
&#60;p&#62;&#60;em&#62;P.S. I hope the post will be shown correctly? Ahhh, after 10th edit it is O.K. =]&#60;/em&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Barandum on "Embed a fix info box at the end of each post"</title>
			<link>http://www.vfxdude.com/forum/topic/embed-a-fix-info-box-at-the-end-of-each-post#post-1478</link>
			<pubDate>Wed, 03 Mar 2010 07:21:57 +0000</pubDate>
			<dc:creator>Barandum</dc:creator>
			<guid isPermaLink="false">1478@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;DJ Tukancheez, could you elaborate on how you managed to build a dynamic author-box with the description above. &#60;/p&#62;
&#60;p&#62;As I understand the code above generates a static page-content which is added below the_content of the single.php. I like this idea, as I do not have to mess around with the single.php and should it be updated in a further release, I do not have to rewrite the entire code. But this solution above just generates a page which outputs static html. get_avatar etc. is not working, as for the author box it requires php and the the tags from wordpress.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dj Tukancheez on "Embed a fix info box at the end of each post"</title>
			<link>http://www.vfxdude.com/forum/topic/embed-a-fix-info-box-at-the-end-of-each-post#post-1475</link>
			<pubDate>Wed, 03 Mar 2010 00:29:35 +0000</pubDate>
			<dc:creator>Dj Tukancheez</dc:creator>
			<guid isPermaLink="false">1475@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Feedback about the author box:&#60;/p&#62;
&#60;p&#62;Everything works just fine. Thank you once again.&#60;/p&#62;
&#60;p&#62;Best regards.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dj Tukancheez on "Embed a fix info box at the end of each post"</title>
			<link>http://www.vfxdude.com/forum/topic/embed-a-fix-info-box-at-the-end-of-each-post#post-1466</link>
			<pubDate>Mon, 01 Mar 2010 19:29:34 +0000</pubDate>
			<dc:creator>Dj Tukancheez</dc:creator>
			<guid isPermaLink="false">1466@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Thanks a lot for quick response. Gonna try it, feedback later.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Embed a fix info box at the end of each post"</title>
			<link>http://www.vfxdude.com/forum/topic/embed-a-fix-info-box-at-the-end-of-each-post#post-1458</link>
			<pubDate>Sun, 28 Feb 2010 10:59:03 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">1458@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;and here's an example infobox (that can be copied to the infobox page and altered):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;box&#38;quot;&#38;gt;
&#38;lt;h6&#38;gt;Sed mauris lorem&#38;lt;/h6&#38;gt;
&#38;lt;ul class=&#38;quot;pointerlist mb0&#38;quot;&#38;gt;
&#38;lt;li&#38;gt;venenatis ut, lacinia ut&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;Maecenas pede metus, ultricies non&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;Curabitur dapibus vulputate nibh.&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;Quisque eget lectus ut ipsum luctus facilisis.&#38;lt;/li&#38;gt;
&#38;lt;/ul&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Embed a fix info box at the end of each post"</title>
			<link>http://www.vfxdude.com/forum/topic/embed-a-fix-info-box-at-the-end-of-each-post#post-1457</link>
			<pubDate>Sun, 28 Feb 2010 10:50:07 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">1457@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;well, I did not test the code, I should have...because it did not work. anyway here's the working code:&#60;/p&#62;
&#60;p&#62;function addbox($content){&#60;br /&#62;
	if (is_single()) return $content . bfpage_func(array('name' =&#38;gt; 'infobox'));&#60;br /&#62;
	else return $content;&#60;br /&#62;
}&#60;br /&#62;
add_filter( &#34;the_content&#34;, &#34;addbox&#34; );
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dj Tukancheez on "Embed a fix info box at the end of each post"</title>
			<link>http://www.vfxdude.com/forum/topic/embed-a-fix-info-box-at-the-end-of-each-post#post-1454</link>
			<pubDate>Sat, 27 Feb 2010 23:20:54 +0000</pubDate>
			<dc:creator>Dj Tukancheez</dc:creator>
			<guid isPermaLink="false">1454@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Hi Roger,&#60;/p&#62;
&#60;p&#62;I have to say that I am also interested in this. I tried your advice, but still without the effect. &#60;/p&#62;
&#60;p&#62;I have copied the code to the bottom of the functions.php (BFWide child theme), and created the page called infobox with some nfo text. But nothing happens. Have I missed something or badly understand? =]&#60;/p&#62;
&#60;p&#62;Would you be so kind please and write some FAQ for that? Or have you considered the implementation to the next BF version update? &#60;/p&#62;
&#60;p&#62;Thank you for your response, take care.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Jan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Embed a fix info box at the end of each post"</title>
			<link>http://www.vfxdude.com/forum/topic/embed-a-fix-info-box-at-the-end-of-each-post#post-1445</link>
			<pubDate>Sat, 27 Feb 2010 11:00:15 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">1445@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;it has to be recoded a bit to find the current author to pull the author info. You create a page called infobox and it will be displayed at the end of the post.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Barandum on "Embed a fix info box at the end of each post"</title>
			<link>http://www.vfxdude.com/forum/topic/embed-a-fix-info-box-at-the-end-of-each-post#post-1430</link>
			<pubDate>Thu, 25 Feb 2010 16:52:14 +0000</pubDate>
			<dc:creator>Barandum</dc:creator>
			<guid isPermaLink="false">1430@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Can this be used also for an &#34;author info box&#34; or should this be hardcoded in the single.php?&#60;/p&#62;
&#60;p&#62;What do you meain by &#34;adds a page called infobox at the end of every post&#34;?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Embed a fix info box at the end of each post"</title>
			<link>http://www.vfxdude.com/forum/topic/embed-a-fix-info-box-at-the-end-of-each-post#post-1422</link>
			<pubDate>Wed, 24 Feb 2010 18:48:57 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">1422@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;&#60;code&#62;function addbox($content){ return $content . bfpage_func(array('name' =&#38;gt; 'infobox')); }&#60;br /&#62;
if (is_single()) add_filter( &#34;the_content&#34;, &#34;addbox&#34; );&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;this adds a page called infobox at the end of every post. add it in functions.php in the childtheme. have not tested it, just coded it here and now...more can be done to it, like checking for category etc.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>goldeneye on "Embed a fix info box at the end of each post"</title>
			<link>http://www.vfxdude.com/forum/topic/embed-a-fix-info-box-at-the-end-of-each-post#post-1418</link>
			<pubDate>Wed, 24 Feb 2010 17:34:16 +0000</pubDate>
			<dc:creator>goldeneye</dc:creator>
			<guid isPermaLink="false">1418@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;It is a good way for my blog to insert a fix boxstyle to the end of each post. So there is more recurring action for my readers.&#60;/p&#62;
&#60;p&#62;I will use the boxstyle to list  the useful links for example.&#60;/p&#62;
&#60;p&#62;In which way I can insert it in which sript?&#60;/p&#62;
&#60;p&#62;Do you have a code snippet for me?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

