<?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; Tag: code - Recent Topics</title>
		<link>http://www.vfxdude.com/forum/tags/code</link>
		<description>premium wordpress themes</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 11:06:12 +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/tags/code/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>nerwin on "WP-PageNavi bug"</title>
			<link>http://www.vfxdude.com/forum/topic/couple-new-bugs#post-7740</link>
			<pubDate>Tue, 29 Nov 2011 02:02:40 +0000</pubDate>
			<dc:creator>nerwin</dc:creator>
			<guid isPermaLink="false">7740@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;After updating WP-PageNavi (v2.81) I get this little bug:&#60;br /&#62;
&#60;img src=&#34;http://i43.tinypic.com/2gw7zms.png&#34;&#62;&#60;/p&#62;
&#60;p&#62;I just thought that you should know about this, not sure if this is doing the same for others, but thought you should know and figure out a cure.. haha
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Colorit on "WPML plugin: where to add code, if I don&#039;t want to use widgets"</title>
			<link>http://www.vfxdude.com/forum/topic/wpml-plugin-where-to-add-code-if-i-dont-want-to-use-widgets#post-6210</link>
			<pubDate>Wed, 30 Mar 2011 17:32:24 +0000</pubDate>
			<dc:creator>Colorit</dc:creator>
			<guid isPermaLink="false">6210@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm not so familiar with PHP, so I have tried at several places in the index.php of Bigfeature, to add the WPML code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php do_action(&#38;#39;icl_language_selector&#38;#39;); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;that is required in the theme to show the language selector.&#60;/p&#62;
&#60;p&#62;The plugin itself seems to work, because if I set the options of WPML to show the selector in the footer, it shows the selector.&#60;/p&#62;
&#60;p&#62;But I would like to have the selector at the top right side of the &#34;topheader&#34;.&#60;/p&#62;
&#60;p&#62;I use BFNav 1.0.5 and WP 3.1.&#60;/p&#62;
&#60;p&#62;I searched several theme files for the &#34;topheader&#34;, but I cannot find it, so that I can add this code to it.&#60;/p&#62;
&#60;p&#62;So where can I add the code for the selector shown in the topheader of BFnav?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nerwin on "Comment Reply"</title>
			<link>http://www.vfxdude.com/forum/topic/comment-reply#post-1942</link>
			<pubDate>Mon, 05 Apr 2010 14:35:59 +0000</pubDate>
			<dc:creator>nerwin</dc:creator>
			<guid isPermaLink="false">1942@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I noticed on the theme preview you have on this site has a comment reply button on a comment, so you can reply to someone's comment.  &#60;/p&#62;
&#60;p&#62;Is that a plugin or a piece of code? &#60;/p&#62;
&#60;p&#62;Cause I would like that on mine too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>goldeneye on "Where I have to insert code for author box?"</title>
			<link>http://www.vfxdude.com/forum/topic/where-i-have-to-insert-code-for-author-box#post-1045</link>
			<pubDate>Mon, 01 Feb 2010 21:12:31 +0000</pubDate>
			<dc:creator>goldeneye</dc:creator>
			<guid isPermaLink="false">1045@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Hi Folks,&#60;br /&#62;
now here es a special code for an author box. I want to show the author box below the post.&#60;br /&#62;
Would you please tell me where exactly I have to insert this code snippet? I do also have the css. I have to insert this one at the end of css I guess? Thanx. Manu&#60;/p&#62;
&#60;p&#62;&#38;lt;?php the_author_meta('display_name'); ?&#38;gt;&#34;&#38;gt;&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
        if(function_exists('get_avatar')) {       &#60;/p&#62;
&#60;p&#62;            echo get_avatar( get_the_author_meta('user_email'), '60', 'http://www.deinedomain.de/wp-content/avatare/deinavatar.jpg' );&#60;/p&#62;
&#60;p&#62;        }&#60;br /&#62;
        //du kannst im Ordner wp-content noch einen Ordner für Avatare anlegen, um eigene Benutzerbildchen zu verwenden, falls kein Gravatar angelegt wurde&#60;br /&#62;
 ?&#38;gt;&#60;/p&#62;
&#60;p&#62;        &#38;lt;?php&#60;br /&#62;
  // Abfrage des Autors wenn nicht(username admin), dann ist es ein Gastbeitrag,&#60;br /&#62;
  // hier wird es abgefragt:&#60;br /&#62;
  if (get_the_author_meta('user_login') != &#34;admin&#34;) {&#60;br /&#62;
        // ist es nicht der Admin, dann zeige den Gastautor&#60;/p&#62;
&#60;p&#62;?&#38;gt;&#60;br /&#62;
        &#38;lt;h3&#38;gt;Gastbeitrag von: &#38;lt;?php the_author_link(); ?&#38;gt;&#38;lt;/h3&#38;gt;&#60;br /&#62;
        &#38;lt;p&#38;gt;&#38;lt;?php the_author_meta('description'); // Zeigt die Autorenbiografie, die im Profil eingegeben wurde. ?&#38;gt;&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
    } else { ?&#38;gt;&#60;br /&#62;
     &#38;lt;h3&#38;gt;&#38;Uuml;ber: &#38;lt;?php the_author_link(); //zeigt den Autorennamen und wenn vorhanden den Link zur Autorenwebseite, wenn im Profil angegeben?&#38;gt;&#38;lt;/h3&#38;gt;&#60;br /&#62;
        &#38;lt;p&#38;gt;&#38;lt;?php the_author_meta('description'); // Zeigt die Autorenbiografie, die im Profil eingegeben wurde. ?&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
            &#38;lt;?php } ?&#38;gt;&#60;/p&#62;
&#60;p&#62;    &#38;lt;/div&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jean-paul on "Is latest version based on Code Changes only or CSS Changes as well?"</title>
			<link>http://www.vfxdude.com/forum/topic/is-latest-version-based-on-code-changes-only-or-css-changes-as-well#post-822</link>
			<pubDate>Mon, 18 Jan 2010 13:45:14 +0000</pubDate>
			<dc:creator>jean-paul</dc:creator>
			<guid isPermaLink="false">822@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Hi. Does anyone know what (if any) CSS changes were made between 1.3 and 1.33.  If I upgrade to 1.33, can I copy over my css from 1.3 or will i overwrite any important CSS changes made by admin? I haven't touched any of the php functions (code). I only do css changes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>timlawrence25 on "bfthumbs - excerpt formatting"</title>
			<link>http://www.vfxdude.com/forum/topic/bfthumbs-excerpt-formatting#post-673</link>
			<pubDate>Tue, 05 Jan 2010 21:13:40 +0000</pubDate>
			<dc:creator>timlawrence25</dc:creator>
			<guid isPermaLink="false">673@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Vfxdude,&#60;/p&#62;
&#60;p&#62;I am using bfthumbs in a portfolio page (like your portfolio page) and am using the excerpt to show the reader what I want them to see.  However, this theme will throw away all the formatting I have.  I would like bullets and be able to adjust my own readmore in &#38;quot;thumbnail posts&#38;quot;.&#60;/p&#62;
&#60;p&#62;Thanks, Tim
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tyler on "modifying readmore"</title>
			<link>http://www.vfxdude.com/forum/topic/modifying-readmore#post-677</link>
			<pubDate>Wed, 06 Jan 2010 04:56:53 +0000</pubDate>
			<dc:creator>Tyler</dc:creator>
			<guid isPermaLink="false">677@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I want to put next to the &#60;strong&#62;...&#60;/strong&#62; that you get when front page text limit is set but can&#38;#39;t seem to figure it out?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jean-paul on "Sitename is showing up as h2 on some pages and h1 on others."</title>
			<link>http://www.vfxdude.com/forum/topic/sitename-is-showing-up-as-h2-on-some-pages-and-h1-on-others#post-657</link>
			<pubDate>Mon, 04 Jan 2010 17:02:16 +0000</pubDate>
			<dc:creator>jean-paul</dc:creator>
			<guid isPermaLink="false">657@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Hi.&#60;/p&#62;
&#60;p&#62;The &#38;#39;Sitename&#38;#39; option is showing up as h2 on some pages (this is how it is coded in header.php) and h1 on others. I need it to ALWAYS be the same. I need to know what file (php) or setting I need to edit or alter to make the &#38;#39;sitename&#38;#39; to remain consistent across the entire site.&#60;/p&#62;
&#60;p&#62;It shows up as an h2 on all normal toplevel pages..... it shows up as an h1 on the search results and archive pages.&#60;/p&#62;
&#60;p&#62;Please help me, this is driving me insane and it is requiring me to do all sorts of css fixes... i just want it to be consistent and so i need to know where to go to fix it.&#60;/p&#62;
&#60;p&#62;thanks so much. love your theme.&#60;/p&#62;
&#60;p&#62;jp
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

