<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BigFeature</title>
	<atom:link href="http://www.vfxdude.com/bigfeature/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vfxdude.com/bigfeature</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 19 Apr 2013 09:06:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Changelog</title>
		<link>http://www.vfxdude.com/bigfeature/2010/01/changelog/</link>
		<comments>http://www.vfxdude.com/bigfeature/2010/01/changelog/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 13:13:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[documentation]]></category>

		<guid isPermaLink="false">http://www.vfxdude.com/bigfeature/?p=1289</guid>
		<description><![CDATA[The new features and bug fixes to the new releases of BigFeature are listed here.]]></description>
			<content:encoded><![CDATA[<img width="528" height="230" src="/bigfeature/wp-content/uploads/2010/01/changelog.jpg" alt="Changelog" /><style>
ul > li { margin-top: 20px; } 
ul > li > ul > li { margin-top: 10px; }
h6 { margin: 10px 0 0; letter-spacing:0; font-weight: bold; }
h4 { font-weight: bold; }
.sheader { margin: 10px 0 0; }
</style>
<p>The new features and bug fixes to the new releases of BigFeature are listed here.</p>
<p><span id="more-1289"></span></p>
<p><a href="http://twitter.com/vfxdude">See here for all releases</a>.</p>
<h5>Version 1.5 (released October 2012)</h5>
<ul>
<li><strong>new:</strong><br />
<h3>Sidebar menu widget.</h3>
<p>Created a sidebar menu widget called &#8220;BF Sidebar Menu&#8221;. It is a vertical menu and the submenus shows when the parent is clicked (only works for the main sidebar and sidebar2 + custom sidebars when added as vertical).
</li>
<li><strong>new:</strong><br />
<h3>Created a shortcode called bftdynamic.</h3>
<p>It adds dynamic options for the BF Template, like filter, sort, layouts and posts per page.</p>
<p>Here&#8217;s an example of it added to a page:</p>
<pre class="mb20">&#91;bftdynamic sid=&quot;bftdynamic-test&quot; filter=&quot;category&amp;video_tag&quot; filter_method=&quot;or&quot; target_sid=&quot;test&quot; sort=&quot;date=desc&amp;name&quot; layout=&quot;thumbs=2427&amp;list=2433&quot; posts_per_page=&quot;6,12,24,48&quot;]

&#91;bftemplate sid=&quot;test&quot; template=&quot;{l=2427}&quot; dynamic=&quot;http-get&quot;]</pre>
<p>It shows the dropdown lists above the bftemplate. The target_sid must match the bftemplate sid for it to be used. The filter list is a list of taxonomies or taxonomies and terms can be manually added like this: filter=&#8221;category=design,photo&#038;video_category&#8221;. This adds the design and photo categories for normal posts and also adds all terms in the video_category taxonomy (this is the syntax of categories for custom post types added in the theme settings (posttype_category and posttype_tag)).</p>
<p>The sort list adds what to sort by and the first element can have a default order. <a href="http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters">See here</a> for more sort paramaters.</p>
<p>The layout list makes it possible to select what template to use. The parameter syntax is &#8220;template label = template ID/slug&#8221; (thumbs=2427). And then the bftemplate must use the l (layout) paramater as a variable like this: {l=2427} (2427 is the default template).</p>
<p>Here&#8217;s an example of a template:</p>
<pre class="mb20">&#91;bfthumbs sid=&quot;bfthumbs-dynamic&quot; showposts=&quot;{ppp=6}&quot; tax=&quot;{tax}&quot; tax_method=&quot;{tax_method}&quot; post_type=&quot;post,video&quot; orderby=&quot;{orderby}&quot; order=&quot;{order}&quot;]</pre>
<p>The filter is passed as a {tax} variable, filter_method as {tax_method}, posts_per_page as {ppp}, sort as {orderby} (and also as sort) and order as {order}.</p>
<p>The bftdynamic also works with the bfthumbs shortcode, but then the layout functionality doesn&#8217;t work. </p>
<p>Example:</p>
<pre class="mb20">&#91;bftdynamic sid=&quot;bftdynamic-test&quot; filter=&quot;category&quot; filter_method=&quot;or&quot; target_sid=&quot;bfthumbs-test&quot; filter_width=&quot;350&quot; sort=&quot;true&quot; posts_per_page=&quot;6,12,24&quot;]

&#91;bfthumbs sid=&quot;bfthumbs-test&quot; dynamic=&quot;http-get&quot; showposts=&quot;6&quot;]</pre>
</li>
<li><strong>new:</strong><br />
<h3 id="ajaxcs">Ajax custom single functionality.</h3>
<p>Added an ajax custom single functionality for bfthumbs and bfloop where it loads a template in a separate container. This way videos, images, products etc. can be loaded in the same page without going to the single post page.</p>
<p>Example:</p>
<pre class="mb20">&#91;bfthumbs sid=&quot;bfthumbs-csa&quot; showposts=&quot;6&quot; numcols=&quot;3&quot; width=&quot;100&quot; marginright=&quot;5&quot; marginbottom=&quot;5&quot; margintop=&quot;0&quot; class=&quot;alignleft&quot; custom_single=&quot;cs-ajax&quot; csa_container=&quot;csportfolio&quot; csa_changeurl=&quot;true&quot; csa_loadpost=&quot;1&quot; text=&quot;false&quot; title=&quot;false&quot;]

&lt;div id=&quot;csportfolio&quot; class=&quot;alignleft&quot; style=&quot;width: 400px; margin-left: 20px;&quot;&gt;&lt;/div&gt;</pre>
<p><strong>The parameters:</strong></p>
<ul class="mb40">
<li>sid &#8211; Required. There must be a unique ID for the bfthumbs shortcode for this functionality to work.</li>
<li>custom_single &#8211; Required. This is the slug of the BF template (quick edit to see the slug) to show the content in the specified container.</li>
<li>csa_container &#8211; Required. This is the id if the container where to show the content outputted from the template.</li>
<li>csa_changeurl &#8211; Optional. true or false. Sets if the url will change so that the content can be linked/bookmarked.</li>
<li>csa_loadpost &#8211; Optional. The number post to load if no # url is set. The default is 1 (loads the first post). Set it to false to not to load a post by default.</li>
<li>csa_trigger &#8211; Optional. click or mouseover. Sets the method of triggering the thumb.</li>
</ul>
<p>Here&#8217;s an example of a template (with a title of cs-ajax):</p>
<pre class="mb20">&#91;bfthumbs sid=&quot;bft-ajaxtest&quot; numposts=&quot;1&quot; width=&quot;500&quot; image_align=&quot;left&quot; image_width=&quot;200&quot; image_height=&quot;200&quot; margintop=&quot;0&quot;]</pre>
<p>The template can be any shortcode, and a post id parameter is passed to the template, so this it possible: id=&#8221;{id}&#8221;, but not necessary for the bfthumbs or bfloop since they know what post to show.</p>
<p>bfthumbs can now also fetch images from a post/page ID (get_images parameter), so this can work as a gallery. </p>
<p>Example of gallery with bfthumbs:</p>
<pre class="mb20">&lt;div id=&quot;csgallery&quot; style=&quot;min-height:400px;&quot;&gt;&lt;/div&gt;

&#91;bfthumbs sid=&quot;bftgallery&quot; get_images=&quot;2119&quot; numposts=&quot;6&quot; width=&quot;200&quot; height=&quot;120&quot; custom_single=&quot;csgallery&quot; csa_container=&quot;csgallery&quot; csa_changeurl=&quot;true&quot; csa_loadpost=&quot;1&quot;]</pre>
<p>and the csgallery template:</p>
<pre class="mb20">&lt;img src=&quot;{image_url}&quot; class=&quot;maxwidth&quot; /&gt;</pre>
<p>or use bfloop in the template to add extra info:</p>
<pre class="mb20">&#91;bfloop sid=&quot;bflgallery&quot;]{image_wp_large}{post_title}&#91;/bfloop]</pre>
<p>Another idea with this feature is to have two of more bfthumbs to show content in the same container. For example to show videos, having new videos below the video and related videos in a sidebar both showing videos in the same container.
</li>
<li><strong>new:</strong><br />
<h3>bfloop.</h3>
<p>Created a new shortcode called bfloop, that is an alternative to bfthumbs for showing posts in a template or a page. The initial idea with the bfloop shortcode was to be able to create other kind post layouts than possible than with bfthumbs and that it should work with the new snippets system.</p>
<p>Example of a table loop:</p>
<pre class="mb20">&lt;table&gt;
&#91;bfloop category=&quot;featured&quot; numposts=&quot;10&quot;]
&lt;tr&gt;&lt;td&gt;{post_title}&lt;/td&gt;
&lt;td&gt;{categories}&lt;/td&gt;&lt;/tr&gt;
&#91;/bfloop]
&lt;/table&gt;</pre>
<p>Everything inside the bfloop will iterate the number of times the showposts/numposts parameter is set to. The showposts parameter will show page navigation at the bottom, and the numposts parameter will just show the number of posts without breaking it up into pages. This is exactly how it works for the bfthumbs shortcode. And as bfthumbs there is an ajax navigation feature, but here it is not default, it must be set with the ajaxnav=&#8221;true&#8221; parameter.</p>
<p>Example of a list:</p>
<pre class="mb20">
&lt;ul&gt;
&#91;bfloop category=&quot;featured&quot; numposts=&quot;10&quot; height=&quot;600&quot; class=&quot;postlist&quot;]
&lt;li&gt;
&lt;span class=&quot;pn&quot;&gt;{postnumber}&lt;/span&gt;
&lt;span&gt;{post_title}&lt;/span&gt;
&lt;/li&gt;
&#91;/bfloop]
&lt;/ul&gt;
</pre>
<p>When a height is set scrollbars will appear. And the {postnumber} variable will show the number in the list.</p>
<p>And It can also be used to easily create single post templates:</p>
<pre class="mb20">
&#91;bfloop]
&lt;div class=&quot;mb20&quot;&gt;{image_feature}&lt;/div&gt;
&lt;div class=&quot;post&quot;&gt;
&lt;h1&gt;{post_title}&lt;/h1&gt;
{meta}
&lt;p&gt;{post_content}&lt;/p&gt;
{post_pagination}
&lt;/div&gt;
{comments}
&#91;/bfloop]
</pre>
<p>As you can see the content of the shortcode is the template for the post(s). The post elements are added with template variables like {post_title}. In the shortcode GUI there is an easy way of inserting variables. All the variables available can be listed by adding a variables=&#8221;true&#8221; parameter to the shortcode.</p>
<p>Here&#8217;s an example of a blog index/frontpage loop:</p>
<pre class="mb20">
&#91;bfloop image_width=&quot;600&quot; image_height=&quot;350&quot; showposts=&quot;6&quot;]
&lt;div class=&quot;post&quot;&gt;
{image_timthumb}
&lt;h2&gt;{post_title}&lt;/h2&gt;
{meta}
&lt;p&gt;{post_content_autolimit}&lt;/p&gt;
&lt;/div&gt;
&#91;/bfloop]
</pre>
<p>Here a {image_timthumb} variable was used to show the image, and then the image dimensions are set as shortcode parameters (image_width and image_height). showposts also works to override the default posts per page number. It is also possible to have columns like bfthumbs with the numcols parameter (example: numcols=&#8221;5&#8243;). These columns have fluid width so they will fit in any container width.</p>
<p>bfloop also works with post formats:</p>
<pre class="mb20">
&#91;bfloop]
{% begin post_format video %}
&lt;div class=&quot;post&quot;&gt;
&lt;h2&gt;{post_title}&lt;/h2&gt;
{video}
&lt;/div&gt;
{% end post_format video %}

{% begin post_format standard %}
&lt;div class=&quot;post&quot;&gt;
{image_feature}
&lt;h2&gt;{post_title}&lt;/h2&gt;
{meta}
&lt;p&gt;{post_content_autolimit}&lt;/p&gt;
&lt;/div&gt;
{% end post_format standard %}
&#91;/bfloop]
</pre>
<p>The post format name must be without spaces and the standard/default post format should be added last, since the last one will be used if no post type is assigned. Post formats can be created in the theme settings (custom tab).</p>
<p>Custom content variables can be added with a filter, like this (in a child theme functions.php):</p>
<pre class="mb20">
function bfloop_custom_variable($value, $variable, $atts) {
  global $post;
  if ($variable == &#039;myvar&#039;) $value = &#039;my content&#039;;
  return $value;
}
add_filter(&#039;bfloop_add_variable&#039;, bfloop_custom_variable);
</pre>
<p>An existing parameter can also be modified with the filter:</p>
<pre class="mb20">
function bfloop_custom_variable($value, $variable, $atts) {
  global $post;
  if ($variable == &#039;post_title&#039;) $value = &#039;my title&#039;;
  return $value;
}
add_filter(&#039;bfloop_add_variable&#039;, bfloop_custom_variable);
</pre>
<p>And to add the custom variables to the list in the shortcode GUI variable inserter add this after the function:</p>
<pre>$bflcvar = array('myvar', 'myvar2');</pre>
<p>Plugins or other php code can be inserted with a bfhook shortcode (a custom variable like shown above can also be used). The bfhook shortcode outputs the content from an hook function. Here&#8217;s an example of a hook call:</p>
<pre class="mb20">&#91;bfhook sid=&quot;bfhook-st&quot; name=&quot;myplugin&quot;]</pre>
<p>and the function that can be added to functions.php of a child theme:</p>
<pre class="mb20">
function bf_myplugin() {
    global $post;
    echo myplugin($post-&gt;ID);
}
add_action( &#039;myplugin&#039;, &#039;bf_myplugin&#039; );
</pre>
<p>The bfloop template must be styled and the css can be added to a child theme style.css or it can also be added to the css field in the template. This shortcode can be used in combinations with other shortcodes, like bfthumbs or bfhook (shortcodes can be mixed with the tags). This means that related posts can be added below the the post on single post view with a bfthumbs.</p>
<p>The bfthumbs custom single functionality was also added to bfloop. Example:</p>
<pre class="mb20">&#91;bfloop sid=&quot;bfloop-cstest&quot; category=&quot;featured&quot; custom_single=&quot;single_template2&quot;]</pre>
<p>Here a BF Template called single_template2 will be used to show the single post. The template can be an import shortcode of a single php template or a bfloop shortcode single template like shown above.</p>
<p>btw, it is important to use the html mode of the editor when adding bfloop shortcodes, since the visual editor converts html tags.
</li>
<li><strong>new:</strong><br />
<h3>bftemplate shortcode.</h3>
<p>Created a template shortcode that shows templates and takes custom parameters. The parameters can be added to template in this syntax: {width} or {height=300} and the shortcode can be used like this: [bftemplate id="32" width="400"] and the width will be passed to the template and height will use the default value of 300. Dynamic paramaters from forms or url can be passed instead of hardcoding them. </p>
<p>Example:</p>
<pre class="mb20">&#91;bftemplate sid=&quot;fpt&quot; dynamic=&quot;http&quot; template=&quot;fpt&quot; height=&quot;200&quot;]</pre>
<p>and then with a such url to pass parameters (or form post):</p>
<p>http://website.com/wordpress/?sid=fpt&#038;category=featured</p>
<p>and the template:</p>
<pre class="mb20">&#91;bfthumbs category=&quot;{category=design}&quot; height=&quot;{height}&quot;]</pre>
<p>The sid in the url/form must match the bftemplate sid for the parameters to be used by this shortcode (several sids can be added (comma separated) to target more than one shortcode).</p>
<p>The template paramater can also be a dynamic parameter. </p>
<p>Example:</p>
<pre class="mb20">&#91;bftemplate sid=&quot;fpt&quot; template=&quot;{t=1546}&quot;]</pre>
<p>and then with a such url to pass parameters (or form post):</p>
<pre class="mb20">http://website.com/wordpress/?sid=fpt&amp;t=1533</pre>
<p>The template value passed can be ID, slug or title. This makes it possible to build several layouts for the same page, changing them with passing a http get or for post parameter.
</li>
<li><strong>new:</strong><br />
<h3>dynamic bfthumbs.</h3>
<p>Added a dynamic parameter to bfthumbs so that posts can be fetched based om the current posts categories, tags, yarpp (related posts. must have the yarpp plugin installed and activated for this option to work) and http parameters (post or get). The bfthumbs shortcode can be added to the blog index/frontpage (Adspace &#8211; Below Posts) or single post page (Adspace &#8211; Below Article). </p>
<p>Here&#8217;s how: </p>
<p>1. Create a page with the bfthumbs shortcode:</p>
<h5>Related Posts</h5>
<pre class="mb20">&#91;bfthumbs sid=&quot;bftrelated&quot; dynamic=&quot;yarpp&quot; numposts=&quot;4&quot; width=&quot;124&quot; numcols=&quot;4&quot; marginright=&quot;10&quot; text=&quot;false&quot;]</pre>
<p>2. Add it to one of the widget areas mentioned with the BF Page widget.</p>
<p>The bfthumbs shortcode can also instead be added to the textwidget (enabled shortcodes for it in this version), but then you can not use the shortcode GUI or the layout manager.</p>
<p>And here is an http-get example:</p>
<pre class="mb20">&#91;bfthumbs sid=&quot;bft&quot; category=&quot;design&quot; dynamic=&quot;http-get&quot;]</pre>
<p>and then the url is like this:</p>
<pre class="mb20">http://www.domain.com?sid=bft&amp;category=featured</pre>
<p>Only parameters used in the shortcode can be changed with the url, and the sid must be passed as a parameter (can be comma separated for targeting more than one bfthumbs shortcode).
</li>
<li><strong>new:</strong><br />
<h3>Custom post type and taxonomy creator.</h3>
<p>Added a custom post type and taxonomy creator in the theme settings. When creating a custom post type it also automatically creates separate category and tags taxonomy for the post type (posttype_category and posttype_tag).</p>
<p>Example bfthumbs: </p>
<pre class="mb20">&#91;bfthumbs post_type=&quot;video&quot; category=&quot;sport&quot; tags=&quot;funny,extreme&quot;]</pre>
<p>This works even though they are custom taxonomies, because it&#8217;s converted to the syntax below:</p>
<pre class="mb20">&#91;bfthumbs post_type=&quot;video&quot; tax=&quot;video_category:sport;video_tag:funny,extreme&quot;]</pre>
</li>
<li><strong>new:</strong><br />
<h3>bfthumbs custom_single.</h3>
<p>Added a custom_single parameter to bfthumbs, where a template name/slug/id (bf template feature) can be added to be used to show single posts. In the template there can be an include shortcode to a php or bfthumbs can be used to show the single post.</p>
<p>Example:<br />
bfthumbs with a custom_single parameter:</p>
<pre class="mb20">&#91;bfthumbs custom_single=&quot;bft-single-template&quot;]</pre>
<p>Template (bft-single-template):</p>
<pre class="mb20">&#91;bfinclude sid=&quot;bfinclude-single&quot; filename=&quot;single-nosidebar.php&quot;]</pre>
<p>The custom_single parameter can be the template slug, name or ID.</p>
<p>Extra http parameters can be passed like this (can be used with bfthumbs dynamic functionality):</p>
<pre class="mb20">&#91;bfthumbs custom_single=&quot;bft-single-template&amp;sid=bft&amp;category=design&quot;]</pre>
</li>
<li><strong>new:</strong><br />
<h3>Dynamic functionality for targeted templates.</h3>
<p>Added dynamic {parameters} functionality to targeted templates. For example a template that is targeted for the blog (index/frontpage) can pass a url parameter for how many posts to show. Or a selectbox can send via http post how many posts to show. </p>
<p>Template targeted to Blog and &#8220;Enable dynamic http {variables} for targeted templates&#8221; setting is enabled:</p>
<pre class="mb20">&#91;bfthumbs showposts=&quot;{sp=6}&quot;]</pre>
<p>url: </p>
<pre class="mb20">http://domain.com/wordpress/?sp=12</pre>
<p>The {sp=6} will be replaced with the sp parameter, but the default of 6 will be used if the parameter is not passed.
</li>
<li><strong>new:</strong><br />
<h3>Nested shortcodes.</h3>
<p>The shortcode GUI now works with nested shortcodes (can update and use the bfthumbs layout manager).</p>
<p>Example:</p>
<pre class="mb20">
&#91;box sid=&quot;mybox&quot;]
&#91;bfthumbs sid=&quot;mythumb&quot;]
&#91;/box]
</pre>
<p>Before the bfthumbs could not be accessed in the &#8220;current shortcodes&#8221; list, because it did not support nested shortcodes. Therefore the bfthumbs layout manager was not accessible for it either. The only solution was to move it out of the box shortcode and update it and then move it back. Now that&#8217;s not necessary anymore, since it works for nested shortcodes too.
</li>
<li><strong>new:</strong><br />
<h3>Responsive bfthumbs.</h3>
<p>Added a responsive parameter to the bfthumbs shortcode. And also marginleft and container_height to work together with the responsiveness. </p>
<p>Here&#8217;s an example shortcode:</p>
<pre class="mb20">&#91;bfthumbs sid=&quot;bfthumbs-resptest&quot; width=&quot;120&quot; numposts=&quot;8&quot; responsive=&quot;true&quot; container_height=&quot;420&quot; marginright=&quot;10&quot; marginleft=&quot;10&quot; numwords=&quot;20&quot;]</pre>
<p>The responsive=&#8221;true&#8221; removes the numcols functionality, so the number of columns will depend on the container. The container_height=&#8221;420&#8243; sets the height of each thumb. This is done instead of clearing the floats, that was done by the numcols functionality. This means that the container_height must be more than the highest thumb to clear the next row of thumbs. The marginleft=&#8221;10&#8243; parameter was added to so that left and right margins can be set, instead of just right, so that the margins are distributed evenly.
</li>
<li><strong>new:</strong><br />
<h3>bfthumbs custom_field parameter.</h3>
<p>Added custom_field parameter to the bfthumbs shortcode. It works like this:</p>
<pre class="mb20">&#91;bfthumbs custom_field=&quot;mycats:category&quot;]</pre>
<p>The mycats is the name of the custom field, and category is the bfthumbs parameter to assign it to. </p>
<pre class="mb20">&#91;bfthumbs custom_field=&quot;cq:query_string&quot;]</pre>
<p>The query_string parameter makes it possible to change the query arguments in a string (use query_stringa for arguments that must be an array). Here&#8217;s and example of a custom field value for the query_string paramater:</p>
<pre>category_name=news&#038;tag=happy,smile</pre>
</li>
<li><strong>new:</strong><br />
<h3>bfthumbs fluid columns.</h3>
<p>Added fluid columns to bfthumbs (just like bfloop. max 6 columns). </p>
<p>Example:</p>
<pre class="mb20">&#91;bfthumbs sid=&quot;bft-fluidcols&quot; fluid_columns=&quot;true&quot; numcols=&quot;4&quot; showposts=&quot;8&quot; width=&quot;200&quot; height=&quot;120&quot;]</pre>
<p>The image can be aligned and reduced in size like this:</p>
<pre class="mb20">&#91;bfthumbs sid=&quot;bft-fluidcols&quot; fluid_columns=&quot;true&quot; numcols=&quot;4&quot; showposts=&quot;8&quot; image_align=&quot;true&quot; image_width=&quot;200&quot; image_height=&quot;120&quot;]</pre>
</li>
<li><strong>new:</strong><br />
<h3>tax_method parameter.</h3>
<p>Added a tax_method parameter to bfthumbs and bfloop. This sets the if posts must match all taxonomy terms (and) or just one of them (or). tax_method=&#8221;or&#8221; The tax parameter must be like this to use if on one taxonomy: tax=&#8221;video:action;video:comedy&#8221;. With a tax_method of or, posts that are in one of the terms will be listed, but with and posts must be in both terms.
</li>
<li><strong>new:</strong><br />
<h3>Custom shortcodes.</h3>
<p>Added a custom shortcodes fields in the theme settings. Makes it possible to create custom shortcodes with content and parameters. Even other shortcodes can be added to it&#8217;s content.
</li>
<li><strong>new:</strong><br />
<h3>Snippets Feature.</h3>
<p>Created a snippets feature. Where shortcode snippets can be inserted into templates/pages/posts. It also has an update functionality built in that will import new snippets made available on vfxdude.com (there are no snippets available at the moment, but I will create a whole bunch of them). The snippets feature is only available for the administrator, but there are capabilities available to assign to other roles/users (ask in the forum about this).
</li>
<li><strong>new:</strong><br />
<h3>Google fonts loader improvement.</h3>
<p>Separated google fonts (added to the google font loader) by type (font weight/italic) in the theme settings font selection lists. This means that font-weight and font-style doesn&#8217;t have to be set with css.
</li>
<li><strong>new:</strong><br />
<h3>Custom tab in the theme settings.</h3>
<p>Added a new tab to the theme settings. It&#8217;s called custom, and in it are inputs for custom post types, widgets, taxonomies, shortcodes, post formats and css/script input fields.
</li>
<li><strong>new:</strong><br />
<h3>Custom taxonomies.</h3>
<p>Added a custom taxonomy creator in the theme settings.
</li>
<li><strong>new:</strong><br />
<h3>Social Share buttons.</h3>
<p>Added &#8220;Add Social Share buttons at the bottom of posts&#8221; theme setting. Adds facebook like, tweet and google+ buttons at the bottom of posts.
</li>
<li><strong>new:</strong><br />
<h3>Adspace below posts.</h3>
<p>Added &#8220;Adspace &#8211; Below Posts&#8221; widget area and bf_below_posts hook to show stuff below every article on the blog index/frontpage. This makes it easy to add social buttons etc. on the bottom of every post on the blog frontpage. Use the &#8220;Adspace &#8211; Below Article&#8221; widget area for adding stuff at the bottom of single post view.
</li>
<li><strong>new:</strong><br />
<h3>Custom css.</h3>
<p>Added a css field in the theme settings for custom css. The styles are added in the head tag. This is an alternative to adding css to a child theme. Adding them in a child theme is better, but this is for for small tweaks, where a child theme might be an overkill.
</li>
<li><strong>new:</strong><br />
<h3>Importer plugin.</h3>
<p>Created an importer plugin that can ovewrite existing posts. This way templates, snippets and other posts can be updated by importing a standard wordpress import file. It can be downloaded <a href="http://www.vfxdude.com/downloads/" target="_blank">here</a>.
</li>
<li><strong>new:</strong><br />
<h3>bfthumbs image gallery.</h3>
<p>Added a get_images parameter to bfthumbs that fetches all images from a post/page ID, so this can work as a gallery. And in combination with the custom single ajax functionality images can be shown in the same page (without having to go to single post/attachment view).
</li>
<li><strong>new:</strong><br />
<h3>Custom Taxonomies navigation item.</h3>
<p>Added custom taxonomies to the &#8220;Items that can be added to the navigation&#8221; in the theme settings (taxonomy terms can also be added in a list below the navigations). A taxonomy can be added to the sidebar navigation widget and it will be the heading and list all terms below it. This makes it easy to create sidebar menus for custom taxonomies.
</li>
<li><strong>new:</strong><br />
<h3>Move sidebars to the left.</h3>
<p>Added a &#8220;Move the main sidebar and sidebar2 to the left of the content&#8221; theme setting under misc.
</li>
<li><strong>new:</strong><br />
<h3>Post pagination styling.</h3>
<p>Changed the post pagination styling. It is now with next page links and numbers and it is also right aligned.
</li>
<li><strong>new:</strong><br />
<h3>Post formats.</h3>
<p>Added a post format creation field in the theme settings (that can be used with the bfloop shortcode).
</li>
<li><strong>new:</strong><br />
<h3>bfthumbs query_stringa parameter</h3>
<p>Added bfthumbs parameter query_stringa. Works like query_string, but for array arguments. </p>
<p>Example:</p>
<pre class="mb20">&#91;bfthumbs query_stringa=&quot;post__not_in=1724,1511&amp;category__not_in=6&quot;]</pre>
</li>
<li><strong>new:</strong><br />
<h3>Shortcode GUI insert/update shortcut.</h3>
<p>Added a click to insert/update functionality to the labels in the Shortcode GUI (like in the theme settings), so it&#8217;s not necessary to scroll the whole way down to the buttons every time.
</li>
<li><strong>new:</strong><br />
<h3>Shortcode templates &#8211; remove navigation.</h3>
<p>Added a &#8220;remove navigation&#8221; setting for the shortcode template system. Also the remove header features has been modified not to remove the navigation.
</li>
<li><strong>new:</strong><br />
<h3>Shortcode templates &#8211; add sidebars.</h3>
<p>Added an &#8220;Add sidebars&#8221; setting for the shortcode template system. Makes it possible to add custom sidebars to the template without using the widgetarea shortcode.
</li>
<li><strong>new:</strong><br />
<h3>Shortcode templates &#8211; css field.</h3>
<p>Added a css field setting for the shortcode template system. Adds css to the head tags only to those pages that are targeted by the template.
</li>
<li><strong>new:</strong><br />
<h3>Improved the columns shortcode.</h3>
<p>Added 2 more columns (6 columns is now prossible) and some variations. <a href="http://www.vfxdude.com/testblog/shortcodes/column-shortcodes/" target="_blank">Demo</a>
</li>
<li><strong>fix:</strong> Fixed a security issue. It is recommended to upgrade to patch this security hole.</li>
<li><strong>fix:</strong> Fixed a caption align left margin problem.</li>
<li><strong>fix:</strong> Fixed the problem with that parent pages was removed from the navigation when children was updated.</li>
<li><strong>fix:</strong> Fixed a bug with the right margin in the template option &#8220;Include the sidebars (main and sidebar2) if widgets in them.&#8221;</li>
<li><strong>fix:</strong> Removed the comma separation for the google fonts loader (fonts must now be only separated with linebreaks). It was causing problems with the font styles that also have comma separation in them.</li>
<li><strong>fix:</strong> The bfthumbs layout html node now executes shortcodes.</li>
<li><strong>fix:</strong> Removed the &#8220;Adspace &#8211; Below Article&#8221; widget area from index.php and blogposts.php (blog index/frontpage) so that it only shows below the article in single view.</li>
<li><strong>fix:</strong> Correctly sized images now skips timthumb in shortcodes also (bfthumbs, slider etc.). This only worked for the blog, archive, search and single post view before, that correctly feature/default images skipped timthumb, but it makes sense to make this a global feature. Now even images added to the thumb field under the editor works like that.</li>
<li><strong>fix:</strong> Removed custom styling of wordpress captions (captions inserted into the post) due to a wordpress 3.4 issue.</li>
<li><strong>fix:</strong> Fixed a deprecated add background image function call.</li>
<li><strong>fix:</strong> Removed the Facebook Share button, since it was deprecated, and stopped working as it should. It is replaced by the FB Like button (see entry below).</li>
<li><strong>fix:</strong> Added bf_after_article hook to the single-nosidebar.php template.</li>
<li><strong>fix:</strong> Added missing colborder class for the columns shortcode.</li>
<li><strong>fix:</strong> Fixed a bug with the onlynav and offsetnav parameters for the bfthumbs shortcode.</li>
<li><strong>fix:</strong> Removed empty categories from the theme navigation admin.</li>
</ul>
<p><strong>There was a security issue and many bugs fixed with this release so I recommend an upgrade.</strong></p>
<p><a href="http://www.vfxdude.com/bigfeature/2009/10/faq/#how2upgrade">Here&#8217;s how to upgrade</a>.</p>
<div class="clear mb40"></div>
<h5>Version 1.4.1</h5>
<ul>
<li><strong>new:</strong><br />
<h3>Bfthumbs shortcode improvements.</h3>
<ul>
<li>A layout gui. This makes it possible to rearrange the image, title, meta etc. and also add any information from wordpress and plugins.</li>
<li>query_string parameter. Makes it possible to refine the query (ex: query_string=&#8221;ignore_sticky_posts=0&#8243;).</li>
<li>image_align parameter. The image will no be the width of the thumbpost, but left/right/center aligned. If timthumb is used for the images (this can be changed in the layout manager) a seperate image_width and image_height can be set. Using the WP image sizes is now also possible.</li>
<li>image_width parameter. Set the width of the image when using the image_align parameter in combination with timthumb.</li>
<li>image_height parameter. Set the height of the image when using the image_align parameter in combination with timthumb.</li>
<li>zoomcrop parameter improved. Timthumb is updated to version 2.7 and with it comes a new zoom crop alignment feature, that got many options. This is also updated in the theme settings &#8220;TimThumb Cropping Alignment&#8221; select list. The new parameters available is also listed in the shortcode gui for bfthumbs (this will override the theme settings one).</li>
<li>wp_query compability. If no category, taxonomy etc. specified bfthumbs will take on the wp_query parameters instead. Making it possible to use bfthumbs to replace the blog/archive/search/single pages with the new shortcode template system.</li>
<li>Normal page navigation for bfthumbs (need one of the pagenavi plugins). ajaxnav=&#8221;false&#8221;.</li>
<li>Possibility to only show something on the first page with bfthumbs (when using the feature above). onlyfirstpage=&#8221;true&#8221;.</li>
</ul>
</li>
<li><strong>new:</strong><br />
<h3>bfthumbs layout GUI.</h3>
<p>This can be accessed by editing a current post bfthumbs in the shortcode gui, there will be a button called &#8220;bfthumbs layout&#8221;. In this gui bfthumbs posts can be totally changed, rearranged, new stuff added. For example there is a plugin node there where several plugins have been integrated, and can be just added to the bfthumbs post by dragging the node and choosing the plugin (the plugin must be installed and activated).</p>
<p> Every node got parameters that can be changed. These parameters can be accessed by clicking on the node so it will expand to reveal all it&#8217;s options. The labels above the input fields have tooltips with description what it is, so by hovering the label it will appear.</p>
<p> Some nodes can also be nested, like f.ex. the meta node can have child nodes (just drag a node to the bottom of the expanded meta node and it will become nested). This way child nodes can have it&#8217;s parents settings and style. Another example is the image node that can have the caption node as child. And the caption node can have any placement in the image, and this also makes it possible to add more than one caption on to an image.</p>
<h6 class="sheader">bfthumbs layout nodes:</h6>
<ul>
<li>image &#8211; The post image. It can be resized by titmthumb or use a featured image size. It can also be overridden by a video added to the video field below the post editor. A custom link can also be added with the cf-link parameter (add a custom field name and add a url in that custom field in the posts where a redirection is wanted).</li>
<li>title &#8211; The post title. A custom title can be added by a custom field. Add a name of the custom field to the cf-title field and then add the custom field with the custom title in the post. A custom link can also be added like for the image. A cufon font can be selected, or a web font like google fonts (or webkit) can be used instead. The google-font field loads the font added and uses it. Google fonts can also be loaded from the theme settings, and then the font name can be added to the font-family field instead. A font size can also be set (just a number for pixel size). This font-size field can also set the lineheight and letterspacing by using this format: 24px/1em/1px.</li>
<li>text &#8211; The post text. The text can use the normal functionality where the text is fetched from the excerpt field if text is entered there or if a <code><!--more--></code> tag is entered to the post text what&#8217;s before that tag is used (and the text remains then formatted), or else the automatic limiter is used (number of words can be set in the theme settings or by adding a numwords parameter to the shortcode). The excerpt method fetches the text from the excerpt field, but if it&#8217;s no text there it will use the wordpress excerpt function that will fetch a preview text from the post. The whole post method is for example useful if using bfthumbs in single post view. The &#8220;meta description field&#8221; method fetches the text form the meta description field below the editor. The last one is unfiltered, but the other either got the_content or the_excerpt filter applied. The text can also be fetched from a custom field (cf-text field). And a google font can also be added for the text (see title node for more explanation).</li>
<li>meta &#8211; This is the muta style parent node. It doesn&#8217;t display any meta information by itself, but can style other nodes added to it (expand it and drag another node to the bottom to nest). See previous node descriptions for more information about google font.</li>
<li>readmore &#8211; If a text method does not automatically show a readmore link a manual one can be added. It got some styles to choose from, links and buttons. It can even be nested to the text node so it&#8217;s inside it&#8217;s paragraph (on the same line as the last word of the text).</li>
<li>caption &#8211; Caption text that can be added to image node. Several captions can be added and it&#8217;s source text can grabbed from a custom field specified with the cf-text field.</li>
<li>customfield &#8211; Grabs text from a custom field specified.</li>
<li>plugin &#8211; Integrates several plugins. These are:
<ul>
<li><a href="http://wordpress.org/extend/plugins/facebook-like-button/">Facebook Like Button</a></li>
<li><a href="http://wordpress.org/extend/plugins/simple-facebook-share-button/">Simple Facebook Share Button</a></li>
<li><a href="http://wordpress.org/extend/plugins/wp-tweet-button/">WP Tweet Button</a></li>
<li><a href="http://wordpress.org/extend/plugins/tweetmeme/">TweetMeme Button</a></li>
<li><a href="http://wordpress.org/extend/plugins/share-this/">ShareThis</a></li>
<li><a href="http://wordpress.org/extend/plugins/add-to-any/">AddToAny</a></li>
<li><a href="http://wordpress.org/extend/plugins/sociable/">Sociable</a></li>
<li><a href="http://wordpress.org/extend/plugins/wp-postratings/">WP-PostRatings</a></li>
<li><a href="http://wordpress.org/extend/plugins/gd-star-rating/">GD Star Rating &#8211; Stars</a></li>
<li><a href="http://wordpress.org/extend/plugins/gd-star-rating/">GD Star Rating &#8211; Thumbs</a></li>
<li><a href="http://wordpress.org/extend/plugins/i-like-this/">I Like This</a></li>
<li><a href="http://wordpress.org/extend/plugins/wp-e-commerce/">WP e-Commerce &#8211; Product Price</a></li>
<li><a href="http://wordpress.org/extend/plugins/wp-e-commerce/">WP e-Commerce &#8211; Add to cart button</a></li>
</ul>
</li>
<li>html &#8211; Add html.</li>
<li>php &#8211; Add php or include a php file (it will search in the child theme and bigfeature folder. The administrator needs the exec_php capability to use this (add it with a plugin or like <a href="http://www.vfxdude.com/forum/topic/cf-text#post-12879">shown here</a>)).</li>
<li>postdate &#8211; Add post date meta info.</li>
<li>category &#8211; Add the post categories.</li>
<li>tags &#8211; Add the post tags.</li>
<li>taxonomy &#8211; Add custom taxonomies. The taxname field must be the lowercase name (db id) of the taxonomy.</li>
<li>author &#8211; Add author name and link.</li>
<li>editlink &#8211; Add the editlink (will only be showed for administrators).</li>
<li>commentlink &#8211; Add a formatted link to the post comments. This can also be the comment icon bubble showed on the theme demo blog index.</li>
</ul>
</li>
<li><strong>new:</strong><br />
<h3>shortcode GUI.</h3>
<p>This was already release in version 1.4.0.4, but since that was a beta version of 1.4.1 all it&#8217;s features are also listed here. The shortcode GUI makes it possible insert and update current post shortcodes. It&#8217;s also possible to save them to a list that can be accessed from other posts/pages. There are 3 dropdown lists at the top where the shortcodes are listed.</p>
<p> The first dropdown list is showing all the shortcodes available with the theme, and selecting one will show the input fields for creating a new shortcode. A very important field is the first one, called sid (shortcode ID). When a shortcode got a sid it can be edited and updated with the shortcode gui, without such a unique id parameter it will not show up in the &#8220;current post shortcodes&#8221; list.</p>
<p> Saved shortcodes will show up in the &#8220;saved shortcodes list, and can be accessed from other posts. When updating a &#8220;current post shortcode&#8221; the post will be updated, and the change can be seen when refreshing the post/page with re publishing the post. This also means that when exiting the shortcode GUI after updating the post editing page must be reloaded to reflect the changes done to the shortcode.</p>
<p> One very important new feature to the bfthumbs shortcode is the &#8220;bfthumbs layout&#8221; and this gui can only be accessed when editing a &#8220;current post shortcode&#8221;. All the input fields in the GUI got a description making easier to understand what it is, and also making more documentation not necessary.</p>
</li>
<li><strong>new:</strong><br />
<h3>shortcode template system.</h3>
<p> This system makes it possible to use shortcodes as templates, and target any section of the website. Categories or Custom taxonomies can be created and used for template targeting. Anything selected in the template post will be targeted, so if a custom taxonomy is created it must be assigned to the Templates post type to be used with the targeting system. This way categories or taxonomies can be added to the navigation and used as page templates, but just so much easier and more flexible.</p>
<p> Check &#8220;Enable Custom Templates Feature&#8221; in the theme setting. And now a custom post type called Templates will appear. Create a new post there and add a bfthumbs without any category/tag/taxonomy parameter into the post, and it will use the wp_query parameters instead. That means the posts that was previously shown with a page template will now be shown with the bfthumbs shortcode. This makes it so easy to change the post design, just a little tweak in the shortcode gui and it changes the layout. For example, changing the numcols parameter will change the number of columns shown, or the changing showposts parameters will show more posts per page.</p>
<p>For the next version there will be premaid templates with several free child themes showcasing the design available to download. This will make it easier to switch design, and also not making it neccessary to understand all the shortcodes. The templates can be exported and imported and all the information is included, even the bfthumbs layout elements. This way a selection of templates can be imported with a press of a button ready to be used with another click of a button.</p>
<p>In the template there are several ways to target the sections of the website. These are listed below the text editor, but also categories, tags and custom taxonomies added can be used to further refine the targeting. For example when choosing the archive target it will be used for all archives, including categories, tags and taxonomies, but if one of those is selected in the right column the template will only target the one chosen.</p>
<h6 class="sheader">template targets:</h6>
<ul>
<li>blog &#8211; This will show instead of the blog index. It works even if the blog is the frontpage or set as a page.</li>
<li>search &#8211; This will show instead of the search.</li>
<li>archive &#8211; This will target the archive and further refinement can be chosen (categories etc.)</li>
<li>single &#8211; This will target single post view and further refinement can be chosen (categories etc.). Bfthumbs can be used to show single posts by setting the numcols to 1 and the width to the content area width. The &#8220;full post&#8221; text method must be chosen in the bfthumbs layout gui for the whole post to be shown.</li>
<li>url &#8211; Target by url. whole or parts of the url works (with wildcards).</li>
<li>page &#8211; A page (or several comma seperated ones) can be targeted too, but this is not necessary since shortcodes can be added to pages and used as templates (added to the navigation).</li>
<li>categories &#8211; One or more category can be chosen in combination with the archive and/or single targets.</li>
<li>post tags &#8211; One or more tags can be added in combination with the archive and/or single targets.</li>
<li>custom taxonomies &#8211; One or more taxonomy can be chosen in combination with the archive and/or single targets.</li>
</ul>
</li>
<li><strong>new:</strong><br />
<h3>new and modified shortcodes.</h3>
<ul>
<li>widgetarea &#8211; Shows any sidebar/widgetarea. This makes it possible to add any number of sidebars at a page or a shortcode template. New ones can now be created in the theme settings.</li>
<li>bfhook &#8211; Display a hook content.</li>
<li>bfinclude &#8211; Makes it possible to include a php file (the file can be in the theme folder or in a child theme folder).</li>
<li>bfbreadcrumbs &#8211; Shows the <a href="http://wordpress.org/extend/plugins/breadcrumb-navxt/">Breadcrumb NavXT plugin</a> breadcrumb path (the plugin must be installed and active).</li>
<li>comments &#8211; Shows the post comments.</li>
<li>bfyarpp &#8211; Makes it possible to have a bfthumbs template for the <a href="http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/">yet another related posts plugin</a>. The yarpp-template-bf.php template must selected as template in the plugin settings. This template file is updated to make this shortcode work, so if you have an older version in a child theme folder this one must be updated.</li>
<li>bfauthorinfo &#8211; Display author info box in single post view. The author info box must be enabled in the user profile to be displayed.</li>
<li>bfthumbs &#8211; The biggest change is the addition of the layout manager, and making it work with the shortcode template system. See at the top of this versions changelog for more information.</li>
<li>nivoslider &#8211; Current post as default. Just add a shortcode without parameters, like this (to the &#8220;Feature HTML&#8221; input box or into the editor): [nvoslider]. The thumbs style of this shortcode is fixed (&#8220;Show preview thumbnails&#8221; checkbox in the shortcode gui). Also the reload bug is fixed (nothing showed when reloading the page). Some new transitions has also been added.</li>
<li>galleria &#8211; Current post as default, just as nivoslider, see above for more information. Created a Galleria theme where the thumbnails are hidden. theme=&#8221;nothumbs&#8221;. Also added a fullscreen theme, but that is a little experimental, since the only way out of it is the back button.</li>
<li>divider &#8211; Added a toplink type.</li>
<li>bfslider &#8211; Fixed the vertical slides (&#8220;Slide vertically&#8221; checkbox in the shortcode gui). Added button style6 (buttons=&#8221;style6). Fixed the &#8220;Show default images in the slider instead of videos&#8221; theme setting misc feature.</li>
<li>button &#8211; Added color and shape parameters.</li>
<li>columns, image, box &#8211; Fixed the wpaoutop issue (no more annoying extra paragraphs added).</li>
</ul>
</li>
<li><strong>new:</strong> theme settings. google fonts, custom sidebars, shortcode template system, zoomcrop improved, a header code input box.</li>
<li><strong>new:</strong> WP e-Commerce integration and adjustments. The page.php bug fixed. Added some css to fix some styling (shoppingcart, single product view and the checkout page). Added integration in the bfthumbs layout gui so that a &#8220;add to cart&#8221; button and the price can be added to posts. To use bfthumbs with WP e-Commerce just add a post_type=&#8221;wpsc-product&#8221; and a category parameter to show a product category listing. Then add the add the price and add to cart button in the bfthumbs layout (plugin node).</li>
<li><strong>new:</strong> Google font support. Google fonts can be added in the theme settings (typography tab). Just copy the font name from the list on google and now you can add it in the font-family field in the layout gui (The font can also be loaded from the layout gui). The new fonts will also be listed in the theme settings for the body and heading font lists.</li>
<li><strong>fix:</strong> updated timthumb to version 2.7 and added support the new zoomcrop alignment functionality.</li>
<li><strong>new:</strong> navigation admin type. possible to have both the theme navigation system and wp menu at the same time. Example:
<pre class="mb20">&#91;bfnav name="sidebar" style="vertical" admin="wp"&#93;</pre>
<p>or calling the function, like this: <code>bf_nav("sidebar","vertical","wp");</code></li>
<li><strong>new:</strong> Added tax custom field parameter to page templates.</li>
<li><strong>new:</strong> Added support for several website link in the portfolio (link,name;link,name).</li>
<li><strong>new:</strong> Added classes to the navigation items.</li>
<li><strong>new:</strong> Added navigation sorting for link category listing (add sorting to notes area).</li>
<li><strong>fix:</strong> Added multisite support for the image shortcode.</li>
<li><strong>fix:</strong> Fixed post_types parameter in bfthumbs so that multiple custom post types are now possible (post_type=&#8221;portfolio,photoblog&#8221;).</li>
<li><strong>fix:</strong> Fixed the feature area content filter problem caused by some plugins (duplicate stuff was added below the feature image).</li>
</ul>
<h5>Version 1.4.</h5>
<ul>
<li><strong>new:</strong> Content Shortcodes. <a href="http://www.vfxdude.com/testblog/shortcodes/boxes/">Boxes</a>, <a href="http://www.vfxdude.com/testblog/shortcodes/buttons/">Buttons</a>, <a href="http://www.vfxdude.com/testblog/shortcodes/column-shortcodes/">Columns</a>, <a href="http://www.vfxdude.com/testblog/shortcodes/dropcaps-pullquotes/">Dropcaps &#038; Pullquotes</a>, <a href="http://www.vfxdude.com/testblog/shortcodes/image-frames-and-captions/">Image frames &#038; Captions</a>, <a href="http://www.vfxdude.com/testblog/shortcodes/lists/">Lists</a>, <a href="http://www.vfxdude.com/testblog/shortcodes/tabs-toggle/">Tabs &#038; Toggle</a>.</li>
<li><strong>new:</strong> Nivoslider (image slider). <a href="http://www.vfxdude.com/testblog/shortcodes/sliders-galleries/nivoslider/">Demo</a>.</li>
<li><strong>new:</strong> Galleria (image gallery and slider). Demo <a href="http://www.vfxdude.com/testblog/shortcodes/sliders-galleries/galleria/">1</a>, <a href="http://www.vfxdude.com/testblog/shortcodes/sliders-galleries/galleria2/">2</a>, <a href="http://www.vfxdude.com/testblog/shortcodes/sliders-galleries/galleria3/">3</a>, <a href="http://www.vfxdude.com/testblog/shortcodes/sliders-galleries/galleria4/">4</a>.</li>
<li><strong>new:</strong> Thumbnail post styles. <a href="http://www.vfxdude.com/testblog/shortcodes/thumb-posts/bfthumbs2/">Demo</a>.</li>
<li><strong>new:</strong> Improved thumbnail slider functionality. <a href="http://www.vfxdude.com/testblog/shortcodes/thumb-posts/bfthumbs3/">Demo</a>.</li>
<li><strong>new:</strong> Body classes (can style differently based on page/post/category/tags).</li>
<li><strong>new:</strong> Image loading animation.</li>
<li><strong>new:</strong> Facebook share button in the post meta area.</li>
<li><strong>new:</strong> Overlay caption style.</li>
<li><strong>new:</strong> &#8220;Simple Facebook Connect&#8221; integration added (code added to comments area).</li>
<li><strong>new:</strong> Added canonical link meta field for posts and pages.</li>
<li><strong>new:</strong> Moved shortcode scripts and styles to the footer.</li>
<li><strong>new:</strong> Added normal image url input field (so that timthumb also can be skipped for blog frontpage images if wished).</li>
<li><strong>new:</strong> Added support for iframe video embed code.</li>
<li><strong>new:</strong> Added feature html input field (f.ex. add shortcodes (a slider or maybe a html5 video plugin) for the feature area in single post view).</li>
<li><strong>new:</strong> Cufon target field for the default cufon font.</li>
<li><strong>new:</strong> Setting for moving the image below the title.</li>
<li><strong>new:</strong> Setting for moving the the post meta information below the post content.</li>
<li><strong>new:</strong> Offset added to the featured widget.</li>
<li><strong>new:</strong> Added possibility to add/remove theme settings from a child theme.</li>
<li><strong>new:</strong> Added orderby and order parameters to the slider.</li>
<li><strong>new:</strong> Added the possibility to overide functions in child themes (meta ++).</li>
<li><strong>fix:</strong> Replaced imagefit with css for image resizing.</li>
<li><strong>fix:</strong> zoomcrop=&#8221;false&#8221; will skip timthumb for the nextgen sliders (bfslider and nivoslider).</li>
<li><strong>fix:</strong> bfslider exclude posts without a default image or video.</li>
<li><strong>fix:</strong> Blog posts template (WP3.0 compability).</li>
<li><strong>fix:</strong> Image url&#8217;s for feeds is now the full url.</li>
<li><strong>fix:</strong> Image url&#8217;s for WP3.0 multisite fixed.</li>
<li><strong>fix:</strong> Theme settings now appears for wp3 multisite admins.</li>
<li><strong>fix:</strong> WP3 navigation intergration.</li>
<li><strong>fix:</strong> Static frontpage paging bug fixed.</li>
<li><strong>fix:</strong> The dropdown indicator nav bug with ie6/7 is fixed.</li>
<li><strong>fix:</strong> Caption center style fixed.</li>
<li><strong>fix:</strong> bfthumbs offset with pagination fixed.</li>
</ul>
<p class="mt20 mb40">NB! before you upgrade: export the theme settings and move the widgets to the inactive widgets area, because changes have been made so this will be lost when upgrading. After upgrading import the settings and move the widgets back. <a href="http://www.vfxdude.com/bigfeature/2009/10/faq/#how2upgrade">Here&#8217;s how to upgrade</a>.</p>
<h5>Version 1.3.5.2 (released 19. May)</h5>
<ul>
<li><strong>new:</strong> Wordpress 3.0 compability. Added support for the new navigation admin system built in to wordpress. Also added the background image/color functionality.</li>
<li><strong>new:</strong> The slider now hides all slides until everything is loaded.</li>
<li><strong>new:</strong> Setting for number of columns in the footer links widget area.</li>
<li><strong>new:</strong> Possibility to override videos with images in the slider.</li>
<li><strong>new:</strong> Added sorting to the nextgen slider.</li>
<li><strong>new:</strong> Setting for container top margin. This is useful when used with the background image functionality to show an image above the container.</li>
<li><strong>new:</strong> Added a vertical navigation style (example: &#91;bfnav name=&#8221;about&#8221; style=&#8221;navertical&#8221;]). Useful for submenus.</li>
<li><strong>new:</strong> Child theme stylesheet order changed (no more need to use specificity to override the optionstyles css).</li>
<li><strong>new:</strong> Added the possibility to use shortcodes in the page slider.</li>
<li><strong>fix:</strong> Navigation last class fixed.</li>
<li><strong>fix:</strong> Fixed height issue in the nextgen slider.</li>
<li><strong>fix:</strong> Fixed the theme settings error that occurred when nothing in the misc section was enabled.</li>
</ul>
<p class="mt40">
<h5>Version 1.3.5 (released 4. May)</h5>
<ul>
<li><strong>new:</strong> Parameters for setting the dimension of images in the slider. <a href="http://www.vfxdude.com/blog2/showcase/bfslider2/">Demo</a>.</li>
<li><strong>new:</strong> Slider integration with the NextGen gallery. <a href="http://www.vfxdude.com/blog2/showcase/bfslider3/">Demo</a>.</li>
<li><strong>new:</strong> Author info box at the end of posts. Integration with the <a href="http://wordpress.org/extend/plugins/my-profiles/">My Profiles plugin</a> to show social links. Enable it in the user profile page.</li>
<li><strong>new:</strong> Export/import for the theme settings (buttons at the bottom of the theme settings).</li>
<li><strong>new:</strong> SEO improvements. Possibility to add a custom title tag and meta tags for the blog and posts/pages.</li>
<li><strong>new:</strong> More slider button styles (style3-5). Also added larger hotspot click area for the default buttons. <a href="http://www.vfxdude.com/blog2/showcase/bfslider2/">Demo</a>.</li>
<li><strong>new:</strong> Setting for moving sidebar2 to the left of the content.</li>
<li><strong>new:</strong> Created a new adspace to show ads in the header.</li>
<li><strong>new:</strong> Some new bfthumbs parameters. hideimage=&#8221;true&#8221; (for hiding images), removelinks=&#8221;true&#8221; (for removing links), zoomcrop=&#8221;center&#8221; (change the zoom position (possible values: topleft/center/false)), offset=&#8221;2&#8243; (number of posts to skip (a value of 2 = start from post 3)).</li>
<li><strong>new:</strong> Enabled the WP2.9 set thumbnail functionality, and recoded it to use timthumb. In other words, you can press &#8220;Set Thumbnail&#8221; when editing a post/page to set the default image this way.</li>
<li><strong>new:</strong> Added excerpt to pages.</li>
<li><strong>new:</strong> Added useful classes to the styles dropdown list in the editor. Install the <a href="http://wordpress.org/extend/plugins/tinymce-advanced/">TinyMCE Advanced plugin</a> for it to show (go to this plugin settings and add the styles dropdown to the editor bar).</li>
<li><strong>new:</strong> Dynamic checkbox added to the Featured Posts widget. When enabled the post&#8217;s category is automatically used to display posts.</li>
<li><strong>new:</strong> Added a &#8220;Hide from search and nav-admin&#8221; checkbox for pages to exclude it from the navigation admin and the search (useful for design and slider pages).</li>
<li><strong>new:</strong> Pages set as private is hidden from the navigation</li>
<li><strong>new:</strong> The css max-width is replaced with a javascript that makes too wide images fit the content width (and also container width for pages/posts without a sidebar).</li>
<li><strong>new:</strong> The &#8220;Thumbnail image URL&#8221; now overrides the video thumb image.</li>
<li><strong>new:</strong> Added a &#8220;Hide videos from the frontpage of the blog&#8221; setting.</li>
<li><strong>new:</strong> Added avatars to recent comments.</li>
<li><strong>new:</strong> Added classes and margins to adspace widget areas.</li>
<li><strong>new:</strong> Sidebar link color added to the color settings.</li>
<li><strong>new:</strong> The content width is displayed in the theme settings (below the setting for the container width). This is useful to know when setting the media settings (the max image width for content images).</li>
<li><strong>new:</strong> Added possibility to change the default thumb post width in the theme settings. The default width is calculated from the content width, so adding a static value makes the thumb posts not fill the content width, but makes it possible to add paddings and backgrounds.</li>
<li><strong>new:</strong> Added a zoomcrop setting that makes it possible to choose where the zoom center is (and the possibility to turn cropping off). A parameter zoomcrop has also been added to the bfthumbs and bfslider shortcodes to override the default (possible values: topleft/center/false).</li>
<li><strong>fix:</strong> Caption for default images in pages is now working (when setting the default image with the Set Thumbnail functionality). Lightbox rel is also added to the links like for posts.</li>
<li><strong>fix:</strong> Adblocker adspace issue fixed.</li>
<li><strong>fix:</strong> Fixed the anchor links for comments.</li>
<li><strong>fix:</strong> The &#8220;Show older posts on the blog frontpage as thumbnail posts&#8221; setting will now also display other pages than the frontpage as thumbnails.</li>
<li><strong>fix:</strong> Revisions are now also showing for pages.</li>
</ul>
<p class="mt40">
<p><h5>Version 1.3.4</h5>
<ul>
<li>Improved the bfthumbs shortcode. <a href="http://www.vfxdude.com/blog2/showcase/bfthumbs/">Demo</a>.</li>
<li>Fade animation for the slider. <a href="http://www.vfxdude.com/blog2/showcase/bfslider/">Demo</a></li>
<li>Added a 2. sidebar column.</li>
<li>No sidebar is showing if no widgets are added.</li>
<li>Video url now produce a thumb if proplayer is installed (and activated).</li>
<li>Added support for videos in the photoblog template.</li>
<li>Separate read more setting for thumbnail posts.</li>
<li>Created a links page template (show posts as links).</li>
<li>Max width added for images and videos. </li>
<li>Fixed the plugin conflict with the theme settings. The theme settings will now show nomather if there is a conflict.</li>
<li>Link target included for links added to the navigation.</li>
<li>Confirmation dialog box added for the reset button in the theme settings.</li>
<li>More custom field parameters for the portfolio template (imagewidth, textwidth, divider (set false to hide the divider)).</li>
<li>Name parameter for the bfpage shortcode (name=&#8221;infobox&#8221;).</li>
<li>Added lightbox rel to the feature image on single pages (only if original image is larger than the one displayed).</li>
<li>Changes in the theme settings. Thumbnail post section. Container/sidebar/margin width. Added some stuff to the color section (text color, footer text/link color).</li>
<li>Fixed IE6 linebreak navigation issue.</li>
<li>Duplicate categories in the all category navigation item removed.</li>
<li>Category visibility problem with the blog posts template fixed.</li>
</ul>
<p class="mt40">
<h5>Version 1.3.3</h5>
<ul>
<li>Integration with the &#8220;Yet Another Related Posts Plugin&#8221;. (se docs folder of the downloaded zip file for how to set it up).</li>
<li>Photoblog template. <a href="http://www.vfxdude.com/blog2/photoblog/">Demo</a>.</li>
<li>Navigation highlighted when on a post that belongs to page template added to the navigation (also works with categories).</li>
<li>More parameters for the bfthumbs shortcode. Can add pages, set the height, remove the text, sort order etc.</li>
<li>Added a theme setting to &#8220;exclude the text from thumbnail posts&#8221;.</li>
<li>noresize custom field parameter for the portfolio template. Custom field: name: noresize and value: true (image doesn&#8217;t get re sized).</li>
<li>Support for the WP2.9 oembed video url tranformation. Just add a video url to the video input field (instead of an embed code).</li>
<li>Caching of optionstyles.php (creates a css file instead). Set the &#8220;Cache the settings stylesheet&#8221; theme setting for it to work (optionstyles.css will be written to library/css folder. Make the folder writeable if this is not working automatically).</li>
<li>Default targeting in cufon. Add the word default in the description field list and it will be the default font.</li>
<li>Pages now displayed correctly in searches.</li>
<li>Comments number fixed (it was showing not approved comments).</li>
<li>Fonts selection in theme settings fixed.</li>
<li>Paged title tag fixed.</li>
<li>Retweet button in post setting re added.</li>
<li>Wrong default image url problem fixed.</li>
<li>Stylesheets added with a hook (also from a child theme, because it speeds it up).</li>
<li>reset.css has been added to the top of style.css.</li>
<li>single-nosidebar.php custom single template added. It&#8217;s very much like the single-portfolio.php, but without the date modification.</li>
<li>new stuff added to the translation files.</li>
<li>styling added for the calendar widget.</li>
<li>&#8220;Add to navigation&#8221; issue with WP2.9 fixed.</li>
<li>Theme settings for Colors fixed.</li>
<li>Removed the link to posts on the videos (this was an issue with webkit browsers).</li>
<li>Thumbnail post max height is now changed to just height (the thumbnails will resize to that height).</li>
<li>Navigation down arrow issue fixed.</li>
<li>Child themes updated to send the stylesheet with a hook instead of importing them (speeds up the child themes).</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.vfxdude.com/bigfeature/2010/01/changelog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vimeo video test</title>
		<link>http://www.vfxdude.com/bigfeature/2009/11/vimeo-video-test/</link>
		<comments>http://www.vfxdude.com/bigfeature/2009/11/vimeo-video-test/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 13:17:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.vfxdude.com/bigfeature/?p=1213</guid>
		<description><![CDATA[From version 1.3 videos can be added to posts like default images&#8230;even thumbnails are produced. The supported external video sites are  Vimeo, Youtube, Google Video, Dailymotion, MySpace, Veoh, Youku and uploaded video files.
And in the latest version version of the theme (1.3.2) support for video embed code was added. Just paste the embed code and [...]]]></description>
			<content:encoded><![CDATA[<img width="528" height="266" src="http://www.vfxdude.com/bigfeature/wp-content/themes/bigfeature/library/timthumb/timthumb.php?src=/bigfeature/wp-content/uploads/2009/11/vimeo-video.jpg&amp;w=528&amp;zc=1" alt="Vimeo video test" /><p>From version 1.3 videos can be added to posts like default images&#8230;even thumbnails are produced. The supported external video sites are  Vimeo, Youtube, Google Video, Dailymotion, MySpace, Veoh, Youku and uploaded video files.<span id="more-1213"></span></p>
<p>And in the latest version version of the theme (1.3.2) support for video embed code was added. Just paste the embed code and the dimension will be automatically changed to fit the post. With this method all video sources are supported. Thumbnails are not automatically produced when using this method, but they can be manually added (just see the recent posts at the bottom of this page).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vfxdude.com/bigfeature/2009/11/vimeo-video-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frequently Asked Questions</title>
		<link>http://www.vfxdude.com/bigfeature/2009/10/faq/</link>
		<comments>http://www.vfxdude.com/bigfeature/2009/10/faq/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 13:32:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[documentation]]></category>

		<guid isPermaLink="false">http://www.vfxdude.com/bigfeature/?p=1139</guid>
		<description><![CDATA[Many questions have been answered multiple times, the solution is a faq. This is a collection of the most frequently asked questions about the BigFeature theme.

If you can&#8217;t find the answers here, you might find them in the forum.
Questions

Are the upgrades free?
How do I install the theme?
How do I upgrade the theme?
How to set a [...]]]></description>
			<content:encoded><![CDATA[<img width="528" height="209" src="/bigfeature/wp-content/uploads/2009/10/tutorial-faq.png" alt="Frequently Asked Questions" /><p>Many questions have been answered multiple times, the solution is a faq. This is a collection of the most frequently asked questions about the BigFeature theme.</p>
<p><span id="more-1139"></span></p>
<p>If you can&#8217;t find the answers here, you might find them in the <a href="http://www.vfxdude.com/forum/">forum</a>.</p>
<h5>Questions</h5>
<ol>
<li><a href="#upgrades">Are the upgrades free?</a></li>
<li><a href="#install">How do I install the theme?</a></li>
<li><a href="#how2upgrade">How do I upgrade the theme?</a></li>
<li><a href="#homepage">How to set a page as the home page?</a></li>
<li><a href="#defaultimage">Why isn&#8217;t my default/feature image showing?</a></li>
<li><a href="#featureimage">How to add the feature image?</a></li>
<li><a href="#hideposts">how can portfolio posts not be shown in the blog?</a></li>
<li><a href="#sliderblog">How do I add a slider to the top of the blog?</a></li>
<li><a href="#translate">How do I translate the theme?</a></li>
<li><a href="#cufonfont">How can I use another cufon font?</a></li>
<li><a href="#missingchars">Why are some of the cufon letters missing?</a></li>
<li><a href="#xtranavs">How do I use the extra navigations I have added?</a></li>
<li><a href="#customsingle">How do I create a custom single.php (article) template?</a></li>
<li><a href="#videocode">How do I add videos?</a></li>
<li><a href="#childtheme">How to create a child theme?</a></li>
<li><a href="#sliderparameters">Where do I add parameters for the slider?</a></li>
<li><a href="#bgcolor">How can I change the background color?</a></li>
<li><a href="#bgimage">how can I add a background image?</a></li>
<li><a href="#demogallery">How can I make the gallery like in the demo website?</a></li>
<li><a href="#bfshortcodes">What shortcodes are available with theme?</a></li>
<li><a href="#extnavlinks">How do I add external links to the navigation?</a></li>
<li><a href="#imgselflink">How do I stop the default image from linking to itself?</a></li>
<li><a href="#videogallery">How can I create a video gallery?</a></li>
<li><a href="#smallerdefaultimage">How to make the default post image smaller?</a></li>
</ol>
<h5>Answers</h5>
<ol>
<li id="upgrades"><b>Are the upgrades free?</b>
<p>Yes, you can download the updated theme from the downloads tab on your profile page on Themeforest (the latest version is always the one available there).</p>
</li>
<li id="install"><b>How do I install the theme?</b>
<p>Unpack the zip file you downloaded and then either upload the contents of bigfeature.zip to the themes folder on the server, or use the wordpress themes installer to upload the bigfeature.zip file. More information in the documentation that came with the theme (in the docs folder), it&#8217;s also available <a href="http://www.vfxdude.com/bigfeature/2009/07/setting-up-the-theme/">here</a></p>
</li>
<li id="how2upgrade"><b>How do I upgrade the theme?</b>
<p>Download the theme from the downloads tab on your profile page on Themeforest. Unpack the downloaded zip file. Unpack the bigfeature zip file. Overwrite the files on the server with ftp. An alternative upgrade method is to delete the old version and upload the new with the wordpress theme installer (the bigfeature.zip). If you install <a href="http://wordpress.org/extend/plugins/easy-theme-and-plugin-upgrades/">this plugin</a> you can upgrade the theme without deleting it first.</p>
<p>It is recommended to backup the settings, widgets and modifications done to the theme before upgrading. Here&#8217;s how to:</p>
<ol class="numberlist">
<li>Press the export button at the bottom of the theme settings and save the file (press import to open the file to restore the saved settings after the upgrade if necessary).</li>
<li>Install <a href="http://wordpress.org/extend/plugins/widget-saver/">this plugin</a> to save your widgets to the theme, so you will not loose them when upgrading.</li>
<li>To save any customizations done to the theme use a <a href="http://www.vfxdude.com/bigfeature/2009/10/faq/#childtheme">child theme</a>. Download and install <a href="http://www.vfxdude.com/downloads/">bfBlank</a> (if you don&#8217;t use a child theme already). Add css to style.css (just the ones you have modified or added. they will override the ones in the original style.css) and just copy the modified template files from the bigfeature folder into the child theme folder.</li>
</ol>
</li>
<li id="homepage" class="mt20"><b>How to set a page as the home page?</b>
<p>Read <a href="http://codex.wordpress.org/Creating_a_Static_Front_Page">this wordpress article</a>, or watch <a href="http://www.vfxdude.com/navigation-sort/">this video</a> (no sound).</p>
</li>
<li id="defaultimage"><b>Why isn&#8217;t my default/feature image showing?</b>
<p><a href="http://www.vfxdude.com/forum/topic/tips-and-tricks#post-2522">Read this</a> for how to add default images (method 1 is recommended). And also watch <a href="http://www.vfxdude.com/setting-up-bigfeature/">this video tutorial</a>. If it still does not show, it can be that the images you are adding are too small. The width has to be at least 528px for normal images and 848px for feature images. If it still does not work, it&#8217;s probably a timthumb problem, check the troubleshooting at the bottom of <a href="http://www.vfxdude.com/bigfeature/2009/07/setting-up-the-theme/">this article</a>.  </p>
</li>
<li id="featureimage"><b>How to add the feature image?</b>
<p>The big image on the top of the page of the demo website is a default/feature image for the first post (see above how to add a feature image for a post). If you want a banner image or a slider to stay at the top of the front page of the blog, you can create a page with content and add it to the &#8220;Adspace &#8211; Blog home below nav&#8221; widget area with the BF Page widget (check the &#8220;Disable the feature image on the frontpage&#8221; theme setting to hide the feature image). Another method is to use the blog posts page template, then stuff (shortcodes, images, text etc.) can be added to the page editor (and it will show above the blog posts).</p>
</li>
<li id="hideposts"><b>how can portfolio posts not be shown in the blog?</b>
<p>3 ways, the <a href="http://ryowebsite.com/wp-plugins/category-visibility/">Ryo Category Visibility</a> plugin can be used to block a category from the blog, or the blog can be a category and the new “blog posts” page template can be used to show the posts. In version 1.4.0.3, support for custom post types was added. Then you can f.ex. create a separate post type for the portfolio, and use the portfolio template to show it (these posts will not be shown in the blog). <a href="http://www.vfxdude.com/forum/topic/announcements#post-5715">more info</a>.</p>
</li>
<li id="sliderblog"><b>How do I add a slider to the top of the blog?</b>
<p>Create a page with the slider shortcode and add it to the &#8220;Adspace &#8211; Blog home below nav&#8221; widget area with the BF Page widget (check the &#8220;Disable the feature image on the frontpage&#8221; theme setting to hide the feature image). Information on how to set up the slider can be found <a href="http://www.vfxdude.com/bigfeature/2009/08/the-bf-slider/">here</a> or watch the <a href="http://www.vfxdude.com/bigfeature/2009/07/setting-up-the-theme/">setting up bigfeature video</a>.</p>
</li>
<li id="translate"><b>How do I translate the theme?</b>
<ol>
<li>Install <a href="http://poedit.net/">Poedit</a>.</li>
<li>Edit the en_EN.po file (located in the bigfeature folder) with Poedit (and save it in the right language file name (example: de_DE.po for German) in the theme folder).</li>
<li>Translate with Poedit. See <a href="http://urbangiraffe.com/articles/translating-wordpress-themes-and-plugins/3/">this article</a> for more information how to translate.</li>
<li>Change the language setting in wp-config.php. See at the bottom of <a href="http://urbangiraffe.com/articles/localizing-wordpress-themes-and-plugins/2/">this article</a> for instructions.</li>
</ol>
<p> If you want to have multiple languages on a website you can use the <a href="http://wordpress.org/extend/plugins/qtranslate/">qTranslate plugin</a>. <a href="http://wordpress.org/extend/plugins/codestyling-localization/">Here&#8217;s</a> a plugin alternative to translating with Poedit.
</li>
<li id="cufonfont"><b>How can I use another cufon font?</b>
<p>You can upload your own cufon fonts with the cufon uploader in the theme settings. Watch <a href="http://www.vfxdude.com/using-cufon/">this video</a> for how to do it. More information can be found in <a href="http://www.vfxdude.com/bigfeature/2009/08/cufon-font-replacement/">this article</a>.</p>
</li>
<li id="missingchars"><b>Why are some of the cufon letters missing?</b>
<p>The Vegur and Vegur thin cufon fonts that comes with the theme can not display other characters than those listed <a href="http://www.fontsquirrel.com/fonts/Vegur#characters">here</a>. When you generate a font include the “Latin-1 Supplement” glyphs to add those extra characters that are in some languages. See <a href="http://www.vfxdude.com/using-cufon/">this video</a> for more information about generating and using cufon.</p>
</li>
<li id="xtranavs"><b>How do I use the extra navigations I have added?</b>
<ul>
<li>shortcode:
<pre>&#91;bfnav name="topnav" style="navbarsep"&#93;</pre>
</li>
<li>call it directly:
<pre>&#60;?php bf_navigation("topnav","navsmall"); ?&#62;</pre>
</li>
<li>Or use a hook:
<pre>
function bf_navigation_top() {
 bf_navigation("topnav","navsmall");
}
add_action( 'bf_top_container', 'bf_navigation_top' );
</pre>
</li>
</ul>
<p>These styles can be used: navbar,navbarbg,navbarsep,navsimple,navboxes,navboxesbg,navsmall or pass blank space (default look).</p>
<p>If the first parameter is left blank, like this  <code>bf_navigation("","navsmall");</code> the main navigation will be used. The second parameter can be any of the styles above, or a custom class name. example:  <code>bf_navigation("","mynavigation");</code>. This navigation can be styled like this: <code>ul.navigation.mynavigation {}</code>. Multiple classes can be also added, so to create a custom style based on the navbarsep style you can call the navigation like this:  <code>bf_navigation("","navbarsep mynavigation");</code>. <a href="http://www.vfxdude.com/forum/topic/tips-and-tricks#post-4337">Read this for more information</a>.</p>
<p>There is a third parameter too, and it decides if to use a wp menu (wp) or a theme settings meny admin (bf), and it can be called like this:<br />
<code>&#60;?php bf_navigation("sidebarnav","navsmall verticalnav", "wp"); ?&#62;</code><br />
or like this with a shortcode:<br />
<code>&#91;bfnav sid="sidenav" name="sidebarnav" style="navsmall verticalnav" admin="bf"&#93; </code></p>
</li>
<li id="customsingle"><b>How do I create a custom single.php (article) template?</b>
<p>In version 1.3 the possibility to add custom single templates was added. An example single template was also added, single-portfolio.php. To use this template, or one you create yourself, add this to the category description (in posts &#8211; categories): <code>cs:single-nosidebar.php</code>. This is a simple example template without a sidebar. Or add this one: <code>cs:single-portfolio.php</code>. It&#8217;s almost the same as the previous, but the date is only year. Here are steps to create a custom single template:</p>
<ol class="mb20">
<li>Enable custom single templates in the theme settings (under misc).</li>
<li>Copy the single.php (or single-portfolio.php), and rename it. Place it in the bigfeature folder or in a child theme.</li>
<li>Edit it however you want.</li>
<li>Add the code shown above to the category (or multiple categories) where you want to use it. The subcategories will also use the same template (only one level).</li>
</ol>
</li>
<li id="videocode"><b>How do I add videos?</b>
<p>You can add videos like default images by entering a <a href="http://wordpress.org/extend/plugins/proplayer/faq/">ProPlayer shortcode</a> into the video input field under the text editor. For this to work the <a href="http://wordpress.org/extend/plugins/proplayer/">ProPlayer plugin</a> must be installed and activated (turn off the &#8220;Show Watermark&#8221; and set &#8220;Cache Timeout&#8221; to 0). Include the original width and height of the video for correct resizing. The advantage of using this over an embed code is that a post thumbnail is automatically produced, and uploaded videos also work with this method.</p>
<p>From version 1.3.2 the video embed code can be used instead of the proplayer shortcode. Just paste the code from the website into the video input field, the size will be automatically re sized. No preview thumbnail is produced so this have to be created manually (proplayer will not be used when using this method).</p>
<p>From version 1.3.3 video url&#8217;s (the link to the video) can be used instead of the embed code (not all video websites are supported with method, but the major ones work). This functionality requires at least Wordpress 2.9. If the proplayer plugin this method will also produce video thumbnails (setting must be enabled in the theme settings first though).</p>
<p>To add videos into the post/page you can use the proplayer shortcode or just paste the embed code (add wmode=&#8221;transparent&#8221; to the embed tag to avoid dropdown menu problems).</p>
</li>
<li id="childtheme"><b>How to create a child theme?</b>
<p>Easiest way to set up a child theme is to download one available <a href="http://www.vfxdude.com/downloads/">here</a> (use bfBlank if just adding css). Upload it to the themes folder and enable it like a normal theme. Then you can change the name in top of style.css (do not change: Template: bigfeature) and replace the screenshot.png preview image with your own. The stylesheets are loaded in functions.php, so don&#8217;t add includes in style.css. And for the child theme to work, bigfeature must be installed correctly, like <a href="http://www.vfxdude.com/bigfeature/2009/10/faq/#install">explained here</a> (do not install the downloaded zip file, but instead install the bigfeature.zip that is inside it. This to get the right folder name and path for the child themes to work).</p>
</li>
<li id="sliderparameters"><b>Where do I add parameters for the slider?</b>
<p>You add the slider to a page/post by using the bfslider shortcode. In other words you insert the shortcode into the page/post text editor (in html mode). The look of the slider is changed with parameters in the shortcode.  <a href="http://www.vfxdude.com/bigfeature/2009/08/the-bf-slider/">Here</a> is documentation on the slider. <a href="http://www.vfxdude.com/testblog/shortcodes/sliders-galleries/">slider examples</a></p>
</li>
<li id="bgcolor"><b>How can I change the background color?</b>
<p>You can do this in the color section of the theme settings (Body Background color). If you want to change the background color in a child theme with css, it can be done like this: </p>
<pre>html body { background-color: #fff; }</pre>
<p>If you want to change the bacground color of the the container (page) use this css:</p>
<pre>#container { background-color: #fff; }</pre>
</p>
</li>
<li id="bgimage"><b>how can I add a background image?</b>
<p>You can use the wordpress background functionality. It&#8217;s in Appearances &#8211; background.
<p>If you want more control use a <a href="http://www.vfxdude.com/bigfeature/2009/10/faq/#childtheme">child theme</a>. Download and install the <a href="http://www.vfxdude.com/downloads/">topArt child theme</a>. See how the background image is added in this child theme (in style.css). If you want the background image to stick to the top add this to the css body selector:</p>
<pre>background-attachment:fixed;</pre>
</p>
</li>
<li id="demogallery"><b>How can I make the gallery like in the demo website?</b>
<p>The image gallery example is using the &#8220;no sidebar&#8221; template and the nextgen shortcode in the body text, like this: <code>&#91;nggallery id=4&#93;</code> (where the number is the ID of the nextgen gallery). Here are the steps you needed to get the gallery looking like on this site.</p>
<ol class="numberlist">
<li>Install the Nextgen Gallery plugin and enable it.</li>
<li>Install the Lightbox 2 plugin (or shadowbox if this is used with the bfthumbs shortcode) and enable it.</li>
<li>In the Gallery-Options deactivate the &#8220;Activate PicLens/CoolIris support&#8221;.</li>
<li>In the the Gallery tab in Options deactivate the &#8220;Show ImageBrowser&#8221;.</li>
<li>In the Effects tab in Options choose Lightbox.</li>
<li>In the Thumbnails tab in Options set the &#8220;Width x height &#8221; to 150&#215;150.</li>
<li>Create a new gallery and upload images.</li>
<li>The shortcode will be listed in the top when creating the gallery (but the ID can also be found under &#8220;Manage Gallery&#8221;).</li>
<li>Create a page, choose the &#8220;no sidebar&#8221; template, and enter the shortcode into the body text.</li>
</ol>
</li>
<li class="mt20" id="bfshortcodes"><b>What shortcodes are available with theme?</b>
<p><a href="http://www.vfxdude.com/testblog/shortcodes/">Here&#8217;s</a> a list of all the shortcodes available. There&#8217;s also a link to documentation there.</p>
</li>
<li id="extnavlinks"><b>How do I add external links to the navigation?</b>
<p>You can add links to the navigation. choose the &#8220;Include Links in the navigation admin&#8221; setting below the navigation admin and press save. Another way is to use the custom field redirect plugin to redirect pages. </p>
</li>
<li id="imgselflink"><b>How do I stop the default image from linking to itself?</b>
<p>Uncheck the &#8220;Self link default images for single posts&#8221; theme setting.</p>
</li>
<li id="videogallery"><b>How can I create a video gallery?</b>
<p>If you have many video posts, you can create a gallery of all the videos added in the video input box below the post editor. The videos must be added as proplayer shortcode or video url (proplayer must activated) for thumbnails to be produced (the &#8220;Produce thumbnails for videos&#8221; theme setting must also be enabled). Here&#8217;s how to make a video gallery:</p>
<ol class="numberlist">
<li>Add all the video posts to a category or a tag.</li>
<li>Create a page using the no sidebar template. </li>
<li>Add the bfthumbs shortcode to the editor like this (in html mode):
<pre>&#91;bfthumbs category="video"]</pre>
</li>
<li>Add the showposts parameter to enable ajax paging (<a href="http://wordpress.org/extend/plugins/wp-pagenavi/">wp-pagenavi</a> or <a href="http://wordpress.org/extend/plugins/wp-page-numbers/">wp page numbers</a> plugin must be activated) like this:
<pre>&#91;bfthumbs category="video" showposts="12"]</pre>
</li>
<li>Add text=&#8221;false&#8221; to remove the text (add title=&#8221;false&#8221; to hide the post title).
<pre>&#91;bfthumbs category="video" showposts="12" text="false"]</pre>
<li>Add popup=&#8221;true&#8221; to enable the shadowbox popup (<a href="http://wordpress.org/extend/plugins/shadowbox-js/">shadowbox</a> must be installed).
<pre>&#91;bfthumbs category="video" showposts="12" text="false" popup="true"]</pre>
</li>
<li>Change the width, height, marginright, marginbottom and numcols parameters if wished. See the examples <a href="http://www.vfxdude.com/blog2/showcase/bfthumbs/">here</a>.</li>
</ol>
</li>
<div class="clear">&nbsp;</div>
<li id="smallerdefaultimage"><b>How to make the default post image smaller?</b>
<p>The best way is to insert a small preview image into the post editor and use the more tag after the image and the preview text. Here are some screenshots illustrating what I&#8217;m talking about: <a href="http://www.vfxdude.com/external-images/insert-image-into-editor.png" rel="lightbox[1139]">1</a>, <a href="http://www.vfxdude.com/external-images/insert-image-into-editor-html.png" rel="lightbox[1139]">2</a>, <a href="http://www.vfxdude.com/external-images/insert-image-into-editor-visual.png" rel="lightbox[1139]">3</a>, <a href="http://www.vfxdude.com/external-images/insert-image-into-editor-blog-frontpage.png" rel="lightbox[1139]">4</a>. And <a href="http://www.vfxdude.com/forum/topic/tips-and-tricks#post-5322">here&#8217;s</a> more information about the topic and other ways of adding small post images.</p>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.vfxdude.com/bigfeature/2009/10/faq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cufon font replacement</title>
		<link>http://www.vfxdude.com/bigfeature/2009/08/cufon-font-replacement/</link>
		<comments>http://www.vfxdude.com/bigfeature/2009/08/cufon-font-replacement/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 08:37:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[documentation]]></category>

		<guid isPermaLink="false">http://www.vfxdude.com/bigfeature/?p=1082</guid>
		<description><![CDATA[In version 1.1 a cufon uploader was added, and since there have been many questions about this, some documentation on this functionality seemed necessary.

Cufon fonts are enabled/disabled for various elements in the theme settings. For an uploaded font to work it has to be enabled first. From version 1.1.2 all cufon elements can have it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<img width="528" height="228" src="/bigfeature/wp-content/uploads/2009/08/cufon.jpg" alt="Cufon font replacement" /><p>In version 1.1 a cufon uploader was added, and since there have been many questions about this, some documentation on this functionality seemed necessary.</p>
<p><span id="more-1082"></span></p>
<p>Cufon fonts are enabled/disabled for various elements in the theme settings. For an uploaded font to work it has to be enabled first. From version 1.1.2 all cufon elements can have it&#8217;s own font by specifying the element name in the description field of the uploaded font. </p>
<p><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/08/cufon-settings.gif" alt="cufon-settings" title="cufon-settings" width="528" height="227" class="alignnone size-full wp-image-1085" /><br />
<small>Enable the cufon elements first and then upload the generated fonts.</small></p>
<p><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/08/cufon-uploader.gif" alt="cufon-uploader" title="cufon-uploader" width="528" height="364" class="alignnone size-full wp-image-1086" /><br />
<small>Change the title to the font name and elements can be entered into the description field.</small></p>
<p>Predefined targets (that you can write in the description field): sitename,slogan,navigation,h1,h2,default, or you can use &#8220;custom:&#8221; to target classes or tags. default was added in version 1.3.3 and it sets this font as the default font, and prevents loading of the one in the dropdown list.</p>
<p><h5>Generate and upload a cufon font</h5>
<ol>
<li>Compile the font <a href="http://cufon.shoqolate.com/generate/">here</a> (make sure the licensing of the font allows web embedding, best to use free ones). A custom font name can be given when generating the cufon font…this will make it easier to get the right font name. Enter the name in the input field: “Use the following value as the font-family of the generated font”. Add the following glyphs: Uppercase, Lowercase, Numerals, Punctuation, WordPress punctuation and Basic Latin.</li>
<li>Upload the compiled js font file with the cufon uploader in the theme settings.</li>
<li>Write the font name in the title of the uploader. It is different than the filename that is there by default, and can sometimes be tricky to get the right name (if not a custom name is entered when generating the font).</li>
<li>You can also write the element you want this font to change in the description field. f.ex: sitename (or a comma separated list with these possible values: sitename,slogan,navigation,h1,h2,default). From version 1.2 a custom tag selelctor can be entered in the description to target any element on the website. Just write custom: and the css tags, for example &#8220;custom: .post h4&#8243; (without the quotes).</li>
<li>Press “save all changes” (not necessary to save the settings).</li>
</ol>
<p><h5>Upload more fonts</h5>
<ol>
<li>Generate and upload another font and change it&#8217;s title.</li>
<li>Change it&#8217;s order to 1 (drag and drop or write the sort order) to make it the default font (replaces the built in font).</li>
<li>Other fonts can be added if the elements are specified in the description. </li>
<li>Write the element you want this font to change in the description field. f.ex: sitename (or a comma separated list with these possible values: sitename,slogan,navigation,h1,h2,default).</li>
<li>Add more fonts&#8230;</li>
</ol>
<p><h5>Example of custom targeting in the description field</h5>
<pre>custom:.cufonized,custom:.post h4,h1,h2</pre>
</p>
<p>See <a href="http://www.vfxdude.com/using-cufon/">this video</a> for more information on using cufon and targeting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vfxdude.com/bigfeature/2009/08/cufon-font-replacement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The BF Slider</title>
		<link>http://www.vfxdude.com/bigfeature/2009/08/the-bf-slider/</link>
		<comments>http://www.vfxdude.com/bigfeature/2009/08/the-bf-slider/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 12:26:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[documentation]]></category>

		<guid isPermaLink="false">http://www.vfxdude.com/bigfeature/?p=1032</guid>
		<description><![CDATA[In version 1.1 a content slider was added. It is very integrated with wordpress, since it is using pages for the slides. This makes it possible to easily add images and html to the slides. Code can be just copied and pasted into the page from an article and it has the same look. There [...]]]></description>
			<content:encoded><![CDATA[<img width="528" height="262" src="/bigfeature/wp-content/uploads/2009/08/bf-content-slider.jpg" alt="The BF Slider" /><p>In version 1.1 a content slider was added. It is very integrated with wordpress, since it is using pages for the slides. This makes it possible to easily add images and html to the slides. Code can be just copied and pasted into the page from an article and it has the same look. There is also a featured posts feature of this slider, where it takes a category name as parameter and displays the posts in  a preformatted design.</p>
<p><span id="more-1032"></span></p>
<p>To use it add a shortcode to a page like this: <br /><code>&#91;bfslider name="slides" type="page" height="320"&#93;</code></p>
<p>There are two types of slides, one that displays pages (the name must be a parent page and the actual slides are children to that parent), and one that displays posts. See <a href="http://www.vfxdude.com/cufon-uploader-and-slider/">this video</a> for more info. A demo of the slider can be found <a href="http://www.vfxdude.com/bigfeature/example-pages/frontpage/">here</a>.</p>
<h6>Defaults</h6>
<pre>
'name' => 'slides',
'type' => 'page',
'width' => $bf_featureimage_width,
'height' => '300',
'marginbottom' => '20',
'buttons' => 'style1',
'continuous' => 'true',
'auto' => 'true',
'vertical' => 'false',
'speed' => '1000',
'pause' => '3000',
'numeric' => 'false',
'numwords' => '30',
'numposts' => '10',
'imagesize' => 'normal',
'maximageheight' => '0',
'bgcolor' => '#fff',
'color' => '#000',
'textalign' => 'left',
'featurecaption' => 'bottom',
'animation' => 'slide'
'zoomcrop' => theme-setting-zoomcrop
</pre>
<dl>
<dt>type</dt>
<dd>
<ul>
<li> <tt>page</tt> &#8211; default</li>
<li> <tt>category</tt></li>
<li> <tt>news</tt> &#8211; to list the newest posts (name not necessary).</li>
<li> <tt>nextgen</tt> &#8211; Shows images in a Nexgen Gallery. Use the gallery name like this: name=&#8221;gallery1&#8243;.</li>
</ul>
</dd>
</dl>
<dl>
<dt>width</dt>
<dd>The width (px) of the slider container.</dd>
</dl>
<dl>
<dt>height</dt>
<dd>The height (px) of the slider container.</dd>
</dl>
<dl>
<dt>marginbottom</dt>
<dd>The bottom margin (px) of the slider container.</dd>
</dl>
<dl>
<dt>buttons</dt>
<dd>Set the button style or hide it.</p>
<ul>
<li> <tt>style1</tt> &#8211; default</li>
<li> <tt>style2</tt></li>
<li> <tt>false</tt></li>
</ul>
</dd>
</dl>
<dl>
<dt>continuous</dt>
<dd>If set to true clicking the next button when the slider reached the end will jump to the beginning (and vice-versa).</dd>
</dl>
<dl>
<dt>auto</dt>
<dd>This option enables automatic sliding. If set it to true the sliding will automatically start and continue to perform until one of the buttons are clicked.</dd>
</dl>
<dl>
<dt>vertical</dt>
<dd>Slide vertically</dd>
</dl>
<dl>
<dt>speed</dt>
<dd>Animation speed in milliseconds.</dd>
</dl>
<dl>
<dt>pause</dt>
<dd>Pause between slides in milliseconds when auto is enabled.</dd>
</dl>
<dl>
<dt>numwords</dt>
<dd>Limit the text when type is category.</dd>
</dl>
<dl>
<dt>numposts</dt>
<dd>Max number of posts when type is category.</dd>
</dl>
<dl>
<dt>imagesize</dt>
<dd>Sets the image size used when in type category.</p>
<ul>
<li> <tt>normal</tt> &#8211; default
<li><tt>feature</tt></li>
<li> <tt>noresize</tt></li>
</ul>
</dd>
</dl>
<dl>
<dt>maximageheight</dt>
<dd>Max height for the image when in type category.</dd>
</dl>
<dl>
<dt>bgcolor</dt>
<dd>Sets the background color when in type category.</dd>
</dl>
<dl>
<dt>color</dt>
<dd>Sets the text color when in type category.</dd>
</dl>
<dl>
<dt>textalign</dt>
<dd>Sets the position of the text in relation to the image.</p>
<ul>
<li> <tt>left</tt> &#8211; default
<li><tt>right</tt></li>
</ul>
</dd>
</dl>
<dl>
<dt>featurecaption</dt>
<dd>Sets the position of the caption when imagesize is set to feature.</p>
<ul>
<li> <tt>bottom</tt> &#8211; default
<li><tt>top</tt></li>
<li><tt>false</tt> &#8211; hidden</li>
</ul>
</dd>
</dl>
<dl>
<dt>animation</dt>
<dd>Here you can change the slider to use the fade animation added in version 1.3.4.</p>
<ul>
<li> <tt>slide</tt> &#8211; default
<li><tt>fade</tt></li>
</ul>
</dd>
</dl>
<dl>
<dt>zoomcrop</dt>
<dd>This overrides the zoomcrop in the theme settings. Read more about zoomcrop <a href="http://www.vfxdude.com/forum/topic/tips-and-tricks#post-2530">here</a>.</p>
<ul>
<li> <tt>topleft</tt> &#8211; default
<li><tt>center</tt></li>
<li><tt>false</tt> &#8211; no cropping.</li>
</ul>
</dd>
</dl>
<p>Example sliders and shortcodes: <a href="http://www.vfxdude.com/blog2/showcase/bfslider/">1</a>, <a href="http://www.vfxdude.com/blog2/showcase/bfslider2/">2</a>, <a href="http://www.vfxdude.com/blog2/showcase/bfslider3/">3</a>.</p>
<h2>Tutorials</h2>
<p>Here are some tutorials explaining in steps how to add the slider in 3 different ways.</p>
<h5>Page slides Tutorial</h5>
<ol>
<li>Add a new page. Name it slides (this is the default page name, however it can be called any name but then it has to be specified in the name parameter). Publish the page (without adding any content).</li>
<li>Add a new page. Select the previous page as it&#8217;s parent. Add slide contents, and publish.</li>
<li>Add more pages like the one above&#8230;</li>
<li>When finished adding pages, the parent page can be set to draft, then none of the slide pages will appear in the navigation admin area in the theme settings, but will still work for the slider. However it must be set back to published to add more slides.</li>
<li>Add the shortcode described above to the page/post where the slide should be displayed. Set the name (the name of the parent page added in step 1), width (default is full width) and height. You can also set the button style (version 1.1.1).</li>
</ol>
<h5>Page slides widget Tutorial</h5>
<ol>
<li>Add a new page. Name it slides (this is the default page name, however it can be called any name but then it has to be specified in the name parameter).</li>
<li>Add the shortcode to this page as described above. Set the name (this page&#8217;s name), width (default is full width) and height. You can also set the button style (version 1.1.1). Publish the page.</li>
<li>Add a new page. Select the previous page as it&#8217;s parent. Add slide contents, and publish.</li>
<li>Add more pages like the one above&#8230;</li>
<li>Add the BF Page widget to a widget area (for example the newly added &#8220;Adspace &#8211; Blog home below nav&#8221; to display it on the blog frontpage) and select the parent slide page created in step 1 and 2.</li>
</ol>
<h5>Featured posts slides Tutorial</h5>
<ol>
<li>Add the shortcode described above to the page/post where the slide should be displayed. Set the name (the name of the category to be displayed in the slider), type=&#8221;category&#8221;, height (the width is automaticly set, but a height is needed. This depends on the height on the default images of the posts), numwords (this is the number of words to be displayed to limit the text), numposts (limits the number of posts to be displayed).</li>
<li>Publish.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.vfxdude.com/bigfeature/2009/08/the-bf-slider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Widgets</title>
		<link>http://www.vfxdude.com/bigfeature/2009/07/widgets/</link>
		<comments>http://www.vfxdude.com/bigfeature/2009/07/widgets/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 20:41:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[documentation]]></category>

		<guid isPermaLink="false">http://www.vfxdude.com/bigfeature/?p=787</guid>
		<description><![CDATA[Several custom widgets comes with the BigFeature theme. They are prefixed with BF, so it&#8217;s easy to see them in the widgets admin area. They were initially written for the pre wp2.8 API, but since the multiwidget API got so much simpler, they were recoded. That also means that the theme&#8217;s minimal requirement became WP2.8, [...]]]></description>
			<content:encoded><![CDATA[<img width="528" height="262" src="/bigfeature/wp-content/uploads/2009/07/tutorial-widgets.jpg" alt="Widgets" /><p>Several custom widgets comes with the BigFeature theme. They are prefixed with BF, so it&#8217;s easy to see them in the widgets admin area. They were initially written for the pre wp2.8 API, but since the multiwidget API got so much simpler, they were recoded. That also means that the theme&#8217;s minimal requirement became WP2.8, but new is better than old! The new admin area widgets also got much simpler, now widgets can be dragged to a sidebar and rearranged without having to save.</p>
<p><span id="more-787"></span></p>
<h5>Featured posts</h5>
<p><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/07/widget-03.gif" alt="widget-03" title="widget-03" width="260" height="264" class="alignleft size-full wp-image-2272" />Lists a set number of posts from a chosen category (e.g. featured). There is also an option to show thumbnails of the posts. In version 1.3.4 a width parameter was added due to adding a 2. sidebar column. This makes it possible to use this widget in a narrow sidebar column (like the 2. sidebar column or even the footerlinks widget area).</p>
<div class="clear">&nbsp;</div>
<h5>Page</h5>
<p><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/07/widget-01.gif" alt="widget-01" title="widget-01" width="260" height="182" class="alignleft size-full wp-image-2283" />This is simply a widget for displaying a page in the widget area (if no title only the contents will be shown). This can be useful for displaying ads or designing a static html &#8220;widget&#8221; with images (images can be uploaded and added to pages). </p>
<div class="clear">&nbsp;</div>
<h5>Feed</h5>
<p><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/07/widget-02.gif" alt="widget-02" title="widget-02" width="260" height="131" class="alignleft size-full wp-image-2271" />A widget with rss links and a feedburner email subscription form. The subscription for is only shown if a feedburner ID is entered in the theme settings.</p>
<div class="clear">&nbsp;</div>
<h5>Recent comments</h5>
<p><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/07/widget-05.gif" alt="widget-05" title="widget-05" width="260" height="199" class="alignleft size-full wp-image-2274" />Custom version of the &#8220;Recent Comments&#8221; widget that adds an excerpt of the comment text and excludes trackbacks/pingbacks .</p>
<div class="clear">&nbsp;</div>
<h5>Recent posts</h5>
<p><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/07/widget-04.gif" alt="widget-04" title="widget-04" width="260" height="183" class="alignleft size-full wp-image-2273" />Custom version of the &#8220;recent posts&#8221; widget that adds the date of the posts.</p>
<div class="clear">&nbsp;</div>
<h2>Sidebars</h2>
<p>There are 7 widget areas for this theme, the 2 sidebars, one for footer links and 4 for ads. The ones for ads can be used for adding other widgets too, but they are not styled for this purpose. Ads can be added with the text or page widgets. The advantage with using the custom page widget is that you can upload and add images more easily (or style text ads). Ads can be added to the main sidebar too of course, and there is also styles for the wp125 plugin/widget. Several custom widgets have also be created for this theme (listed below). See the <a href="/bigfeature/2009/07/widgets/">widget documentation</a> for more information on the sidebars and widgets.</p>
<h5>Widget areas</h5>
<ul>
<li><b>Main sidebar</b>
<p>The right sidebar displayed if widgets are added to it (width can be set in the theme settings).</p>
</li>
<li><b>Sidebar 2</b>
<p>A second sidebar column displayed if widgets are added to it (width can be set in the theme settings).</p>
</li>
<li><b>Footer links</b>
<p>A styled widget area at the footer. It got 4 columns (182px wide each with default container width). Resize the featured posts widget if it&#8217;s added to this widget area.</p>
</li>
<li><b>Adspace
<p>Top of the Page</b> &#8211; Widget space above the logo/sitetitle. scope: the whole blog.</p>
</li>
<li><b>Adspace
<p>Below Article</b> &#8211; Widget space below the article. scope: front page (index.php) and single post page (single.php).</p>
</li>
<li><b>Adspace
<p>Bottom of the Page</b> &#8211; Widget space below the content and main sidebar. scope: the whole blog.</p>
</li>
<li><b>Adspace
<p>Blog home below nav</b> &#8211; Widget space below the navigation of the frontpage of the blog. This one can be used to add as a featured section (by adding a slider, bfthumbs or an featured image). scope: frontpage of the blog.</p>
</li>
</ul>
<h2>Example of usage</h2>
<p>Here are some screenshots how these widgets can be used.</p>
<h5>Page Widget</h5>
<p><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/07/widget-page-about.gif" alt="widget-page-about" title="widget-page-about" width="295" height="273" class="image-border alignleft size-full wp-image-2302" /> Page widget can be used for any html information/design in the sidebar and the ad widget spaces. </p>
<p>Image below is showing how the page widget can be used to add advertisement. The ads can be html formatted text with images and forms or just a linked image like in the example below. The sidebar used is &#8220;Adspace &#8211; Bottom of the Page&#8221;.</p>
<div class="clear">&nbsp;</div>
<p><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/07/widget-page-ad.jpg" alt="widget-page-ad" title="widget-page-ad" width="528" height="384" class="aligncenter size-full wp-image-2323" /></p>
<div class="clear">&nbsp;</div>
<h5>Feeds Widget</h5>
<p><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/07/widget-feed.gif" alt="widget-feed" title="widget-feed" width="295" height="121" class="image-border alignleft size-full wp-image-2301" />Lists posts and comments rss, and also a subscribe form if a feedburner ID is entered in the theme settings.</p>
<div class="clear">&nbsp;</div>
<h5>Featured Posts Widget</h5>
<p><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/07/widget-featuredposts.gif" alt="widget-featuredposts" title="widget-featuredposts" width="291" height="309" class="image-border alignleft size-full wp-image-2295" />The featured posts widget lists a given number of posts from a category.</p>
<div class="clear">&nbsp;</div>
<p><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/07/widget-featuredposts2.gif" alt="widget-featuredposts2" title="widget-featuredposts2" width="280" height="571" class="image-border alignleft size-full wp-image-2296" />With thumbnails turned on.</p>
<div class="clear">&nbsp;</div>
]]></content:encoded>
			<wfw:commentRss>http://www.vfxdude.com/bigfeature/2009/07/widgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Page templates</title>
		<link>http://www.vfxdude.com/bigfeature/2009/07/page-templates/</link>
		<comments>http://www.vfxdude.com/bigfeature/2009/07/page-templates/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 14:52:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[documentation]]></category>

		<guid isPermaLink="false">http://www.vfxdude.com/bigfeature/?p=640</guid>
		<description><![CDATA[In BigFeature there are several custom page templates, to change the look of pages. The default pages contains the sidebar, but there is a template to remove the sidebar. The about and contact pages on this demo site is using this template. The look of the pages is created with html code, so therefore the [...]]]></description>
			<content:encoded><![CDATA[<img width="528" height="262" src="/bigfeature/wp-content/uploads/2009/07/tutorial-page.jpg" alt="Page templates" /><p>In BigFeature there are several custom page templates, to change the look of pages. The default pages contains the sidebar, but there is a template to remove the sidebar. The about and contact pages on this demo site is using this template. The look of the pages is created with html code, so therefore the code will be listed here so it&#8217;s easy to copy and paste to get the same layout.</p>
<p><span id="more-640"></span></p>
<p><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/07/pagetemplate-01.gif" alt="pagetemplate-01" title="pagetemplate-01" width="298" height="140" class="alignleft size-full wp-image-642" />Image on the left is showing the &#8220;no sidebar&#8221; page template is chosen. </p>
<div class="clear">&nbsp;</div>
<h5>About Page Code | <a href="/bigfeature/example-pages/about/">View</a></h5>
<pre class="brush: xml;">
&lt;div class=&quot;col1&quot;&gt;
&lt;h1&gt;We are a colorful bunch&lt;/h1&gt;
&lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus et leo eget tellus hendrerit scelerisque. Cras venenatis ultrices nulla. Quisque at dui. Fusce ante leo, mattis vitae, lobortis vitae, cursus porta, nisl. Pellentesque sed lacus ut ipsum aliquam tincidunt. Donec eget quam non eros suscipit egestas. Aliquam erat volutpat. Quisque iaculis velit sollicitudin pede. Etiam arcu mauris, interdum id, placerat at, convallis vitae, orci. Etiam magna. Donec at sapien quis dolor adipiscing ullamcorper. Morbi vitae arcu. Aliquam vitae arcu porta erat interdum fringilla. Nullam eu ipsum vitae est molestie mollis. Donec egestas consequat enim. Phasellus tincidunt ante rutrum urna. Suspendisse faucibus.&lt;/p&gt;

&lt;h2&gt;Lorem ipsum dolor sit amet.&lt;/h2&gt;
&lt;p&gt;Vestibulum non lectus ac enim consectetuer consectetuer. Cras tortor tortor, aliquet ac, sagittis non, adipiscing nec, diam. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Duis convallis. Quisque at ipsum sed lacus porttitor sollicitudin. Fusce lacus ipsum, euismod ac, euismod auctor, mattis eget, lacus. Aliquam mi. Nulla elementum, risus ac varius laoreet, purus neque porttitor odio, a auctor massa lacus in neque. Duis et purus.&lt;/p&gt;

&lt;h2&gt;Sed sed erat. Sed pharetra.&lt;/h2&gt;
&lt;p&gt;Curabitur interdum neque sit amet nibh. Vestibulum vitae risus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Aenean tempor. Fusce sed purus. Maecenas enim dolor, facilisis in, cursus non, accumsan quis, odio. Nam blandit scelerisque erat. Curabitur auctor lacus quis ligula. Donec quis ipsum. Duis justo arcu, luctus sed, dictum non, blandit ut, erat. Vivamus varius consequat eros. Aliquam fermentum nulla sed elit. Nunc cursus sapien ut est. Fusce ultrices. Pellentesque placerat massa eget nisi.&lt;/p&gt;
&lt;/div&gt;

&lt;div class=&quot;col2&quot;&gt;
&lt;div class=&quot;box&quot;&gt;
&lt;h6&gt;Sed mauris lorem&lt;/h6&gt;
&lt;ul class=&quot;checklist&quot;&gt;
&lt;li&gt;venenatis ut, lacinia ut&lt;/li&gt;
&lt;li&gt;Maecenas pede metus, ultricies non&lt;/li&gt;
&lt;li&gt;Curabitur dapibus vulputate nibh.&lt;/li&gt;
&lt;li&gt;Quisque eget lectus ut ipsum luctus facilisis.&lt;/li&gt;
&lt;li&gt;Mauris convallis leo sed risus. Phasellus sit amet sapien ut velit aliquet vulputate.&lt;/li&gt;
&lt;li&gt;Praesent hendrerit tempus risus. Donec sed purus.&lt;/li&gt;
&lt;li&gt;Pellentesque id nisl. Etiam velit.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;h2&gt;Duis arcu tortor&lt;/h2&gt;
&lt;p&gt; suscipit eget, imperdiet nec, imperdiet iaculis, ipsum. Sed aliquam ultrices mauris. Integer ante arcu, accumsan a, consectetuer eget, posuere ut, mauris. Praesent adipiscing. Phasellus ullamcorper ipsum rutrum nunc. Nunc nonummy metus. Vestibulum volutpat pretium libero. Cras id dui.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/bigfeature/wp-content/uploads/2009/06/flowers2.jpg&quot;&gt;&lt;img src=&quot;http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/06/flowers2.jpg&quot; alt=&quot;flowers2&quot; title=&quot;flowers2&quot; width=&quot;269&quot; height=&quot;257&quot; class=&quot;alignright size-full wp-image-53&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
</pre>
<p><br/></p>
<pre>
&#60;div class="col1"&#62;&#60;/div&#62;
&#60;div class="col2"&#62;&#60;/div&#62;
</pre>
<p> This is for a 2 column layout.</p>
<p><br/></p>
<h5>Contact Page Code | <a href="/bigfeature/example-pages/contact/">View</a></h5>
<pre class="brush: xml;">
&lt;div class=&quot;col1&quot;&gt;&lt;h1&gt;We are located in the Docklands&lt;/h1&gt;
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.
&lt;hr&gt;
&lt;h2&gt;Contact Form&lt;/h2&gt;&lt;br&gt;
[ easy-contact ]
&lt;/div&gt;
&lt;div class=&quot;col2&quot;&gt;
&lt;p&gt;&lt;a href=&quot;http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/06/map.png&quot;&gt;&lt;img src=&quot;http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/06/map.png&quot; alt=&quot;map&quot; title=&quot;map&quot; width=&quot;382&quot; height=&quot;515&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;Vestibulum purus quam&lt;/h2&gt;
&lt;p&gt; scelerisque ut, mollis sed, nonummy id, metus. Nullam accumsan lorem in dui. Cras ultricies mi eu turpis hendrerit fringilla. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; In ac dui quis mi consectetuer lacinia. Nam pretium turpis et arcu.&lt;/p&gt;

&lt;p&gt; Duis arcu tortor, suscipit eget, imperdiet nec, imperdiet iaculis, ipsum. Sed aliquam ultrices mauris. Integer ante arcu, accumsan a, consectetuer eget, posuere ut, mauris. Praesent adipiscing. Phasellus ullamcorper ipsum rutrum nunc. Nunc nonummy metus. Vestibulum volutpat pretium libero. Cras id dui.&lt;/p&gt;

&lt;h2&gt;Aenean ut eros et nisl sagittis vestibulum.&lt;/h2&gt;
&lt;p&gt; Nullam nulla eros, ultricies sit amet, nonummy id, imperdiet feugiat, pede. Sed lectus. Donec mollis hendrerit risus. Phasellus nec sem in justo pellentesque facilisis. Etiam imperdiet imperdiet orci. Nunc nec neque.&lt;/p&gt;

&lt;p&gt; Phasellus leo dolor, tempus non, auctor et, hendrerit quis, nisi. Curabitur ligula sapien, tincidunt non, euismod vitae, posuere imperdiet, leo. Maecenas malesuada. Praesent congue erat at massa. Sed cursus turpis vitae tortor. Donec posuere vulputate arcu. Phasellus accumsan cursus velit.&lt;/p&gt;
&lt;/div&gt;
</pre>
<p><br/></p>
<pre>
&#91;easy-contact&#93;
</pre>
<p> This is the code for the easy contact plugin. Any other contact plugin can be used, but styles for this one has been added to the theme. </p>
<h5>Frontpage Code | <a href="/bigfeature/example-pages/frontpage/">View</a></h5>
<pre class="brush: xml;">
[ bfslider height=&quot;348&quot; ]
[ bfthumbs category=&quot;portfolio&quot; numposts=&quot;3&quot; ]
</pre>
<p>Remove the space after the opening bracket and before the ending bracket for it to work (must have it like that to not trigger the shortcode).</p>
<h5>Frontpage3 Code | <a href="/bigfeature/example-pages/frontpage3/">View</a></h5>
<pre class="brush: xml;">
&lt;div class=&quot;feature&quot;&gt;&lt;img src=&quot;http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/08/fp-banner-design.png&quot; alt=&quot;fp-banner-design&quot; title=&quot;fp-banner-design&quot; width=&quot;848&quot; height=&quot;250&quot; /&gt;&lt;/div&gt;

&lt;div class=&quot;col1&quot;&gt;
&lt;h1&gt;Welcome to Big Feature&lt;/h1&gt;
&lt;p class=&quot;intro&quot;&gt;Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;dropcap&quot;&gt;I&lt;/span&gt;n enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum.&lt;/p&gt;

&lt;p&gt; Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc, quis gravida magna mi a libero. &lt;/p&gt;
&lt;/div&gt;

&lt;div class=&quot;col2&quot;&gt;
&lt;p&gt; Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc, quis gravida magna mi a libero. Fusce vulputate eleifend sapien. Vestibulum purus quam, scelerisque ut, mollis sed, nonummy id, metus. &lt;/p&gt;

&lt;blockquote class=&quot;alignright&quot;&gt;Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.&lt;/blockquote&gt;

&lt;p&gt; Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; In ac dui quis mi consectetuer lacinia. Nam pretium turpis et arcu. Duis arcu tortor, suscipit eget, imperdiet nec, imperdiet iaculis, ipsum. Sed aliquam ultrices mauris. Integer ante arcu, accumsan a, consectetuer eget, posuere ut, mauris. Praesent adipiscing. Phasellus ullamcorper ipsum rutrum nunc. Nunc nonummy metus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem.&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;clear&quot;&gt;&amp;nbsp;&lt;/div&gt;

&lt;h5&gt;Latest News&lt;/h5&gt;
[ bfthumbs numposts=&quot;3&quot; ]

&lt;h5&gt;Featured Posts&lt;/h5&gt;
[ bfthumbs category=&quot;featured&quot; numposts=&quot;3&quot; ]

&lt;h5&gt;Latest Work&lt;/h5&gt;
[ bfthumbs category=&quot;portfolio&quot; numposts=&quot;3&quot; ]
</pre>
<p><br/></p>
<h2>Thumbnails Template</h2>
<p>This template shows posts from a specified category as thumbnails. This template can be used for for a <a href="/bigfeature/example-pages/portfolio/">portfolio</a> or a <a href="/bigfeature/example-pages/frontpage2/">frontpage</a>. The Category ID is specified in the custom field with name: category and ID of the category as value (the category ID can be found by hovering over a category link in the Categories section (under posts) and the ID will be in the status bar of the browser). From version 1.2 the category name can be used instead of the ID. In version 1.1.2 2 new custom field variables was added, numposts (limit number of posts shown) and showposts (number of posts per page).</p>
<p><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/07/pagetemplate-02.gif" alt="pagetemplate-02" title="pagetemplate-02" width="298" height="140" class="alignleft size-full wp-image-643" />Image on the left is showing the &#8220;thumbnails&#8221; page template is chosen.</p>
<div class="clear">&nbsp;</div>
<p><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/07/pagetemplate-03.gif" alt="pagetemplate-03" title="pagetemplate-03" width="503" height="144" class="size-full wp-image-644" />category ID or Name is necessary to list posts.</p>
<h5>Frontpage2 code | <a href="/bigfeature/example-pages/frontpage2/">View</a></h5>
<pre class="brush: xml;">
&lt;div class=&quot;mb40&quot; style=&quot;border: #eee 1px solid;&quot;&gt;&lt;div class=&quot;alignleft mr40&quot;&gt;&lt;img src=&quot;http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/07/fruit.jpg&quot; alt=&quot;fruit&quot; title=&quot;fruit&quot; width=&quot;283&quot; height=&quot;323&quot; class=&quot;size-full wp-image-705&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;mt40 mr20&quot;&gt;
&lt;h1&gt;At vfxdude we speak in code and dream in &lt;span style=&quot;color:#660000&quot;&gt;colors&lt;/span&gt;&lt;/h1&gt;
&lt;p class=&quot;intro&quot;&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. &lt;a href=&quot;#&quot;&gt;Check it out  &amp;raquo;&lt;/a&gt;&lt;/p&gt; &lt;/div&gt;
&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;col1&quot;&gt;
&lt;h2 class=&quot;pt0 mb0&quot;&gt;beautiful websites&lt;/h2&gt;
&lt;h1&gt;We create the web&lt;/h1&gt;
&lt;p class=&quot;intro&quot;&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus et leo eget tellus hendrerit scelerisque. Cras venenatis ultrices nulla. Quisque at dui.&lt;/p&gt;&lt;p&gt;Fusce ante leo, mattis vitae, lobortis vitae, cursus porta, nisl. Pellentesque sed lacus ut ipsum aliquam tincidunt. Donec eget quam non eros suscipit egestas. Aliquam erat volutpat. Quisque iaculis velit sollicitudin pede. Etiam arcu mauris, interdum id, placerat at, convallis vitae, orci. Etiam magna. Donec at sapien quis dolor adipiscing ullamcorper. Morbi vitae arcu.&lt;/p&gt;
&lt;/div&gt;

&lt;div class=&quot;col2&quot;&gt;
&lt;h6&gt;What we can do for you&lt;/h6&gt;
&lt;ul class=&quot;checklist&quot;&gt;
&lt;li&gt;venenatis ut, lacinia ut&lt;/li&gt;
&lt;li&gt;Maecenas pede metus, ultricies non&lt;/li&gt;
&lt;li&gt;Curabitur dapibus vulputate nibh.&lt;/li&gt;
&lt;li&gt;Quisque eget lectus ut ipsum luctus facilisis.&lt;/li&gt;
&lt;li&gt;Mauris convallis leo sed risus. Phasellus sit amet sapien ut velit aliquet vulputate.&lt;/li&gt;
&lt;li&gt;Praesent hendrerit tempus risus. Donec sed purus.&lt;/li&gt;
&lt;li&gt;Pellentesque id nisl. Etiam velit.&lt;/li&gt;
&lt;li&gt; Donec posuere vulputate arcu.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
&lt;br/&gt;
&lt;h5&gt;Our latest work&lt;/h5&gt;
</pre>
<p>The portfolio (first one) use no html code at all. There is only a default image (can insert a big image and put a link around it too) and a category ID. The frontpage example (first one) is using the <a href="http://www.vfxdude.com/bigfeature/2009/08/the-bf-slider/">bfslider</a> at the top and the thumbnails template below.</p>
<h4 id="bfthumbs">The thumbnails shortcode</h4>
<p>In version 1.1.2 a thumbnails shortcode was added. It inserts thumbnail posts into a page/post (add it to the post/page editor in the html view). <a href="http://www.vfxdude.com/blog2/showcase/bfthumbs/">Demo</a>. </p>
<p>Here&#8217;s the shortcode:
<pre>&#91;bfthumbs category="featured" numposts="6" sidebar="true"&#93;</pre>
</p>
<p><h5>The Parameters</h5>
<dl>
<dt>category</dt>
<dd>The slug or ID of the category to show posts from.</dd>
</dl>
<dl>
<dt>tags</dt>
<dd>The tag(s) (comma seperated) to show posts from.</dd>
</dl>
<dl>
<dt>id</dt>
<dd>The ID(s) (comma seperated) to show posts from (page ID&#8217;s allowed).</dd>
</dl>
<dl>
<dt>numposts</dt>
<dd>The max number of posts to show (default: 3).</dd>
</dl>
<dl>
<dt>showposts</dt>
<dd>The number of posts to show per page (must have wp-pagenavi or &#8220;wp page number&#8221; plugins installed).</dd>
</dl>
<dl>
<dt>sidebar</dt>
<dd>Set this to true if there is an sidebar in the page/post.</dd>
</dl>
<dl>
<dt>orderby</dt>
<dd>What to sort the thumbnail posts by. Possible values: author,date,title,modified,menu_order,parent,ID,rand,comment_count (default: date).</dd>
</dl>
<dl>
<dt>order</dt>
<dd>Sort order. Possible values: ASC,DESC (default: DESC).</dd>
</dl>
<dl>
<dt>post_status</dt>
<dd>The status of the posts to be shown. Possible values: publish,inherit,pending,private,future,draft,trash (default: publish).</dd>
</dl>
<dl>
<dt>text</dt>
<dd>Set it to false to hide the text.</dd>
</dl>
<dl>
<dt>title</dt>
<dd>Set it to false to hide the title.</dd>
</dl>
<dl>
<dt>meta</dt>
<dd>Set this to true to show the date and number of comments.</dd>
</dl>
<dl>
<dt>textdate</dt>
<dd>Set this to true to show the post date as a part of the text body.</dd>
</dl>
<dl>
<dt>width</dt>
<dd>Thumbnail image width in pixels.</dd>
</dl>
<dl>
<dt>height</dt>
<dd>Thumbnail image height in pixels (the shortcode overrides the theme settings thumbnail height).</dd>
</dl>
<dl>
<dt>numcols</dt>
<dd>Number of columns (must be adjusted together with the width).</dd>
</dl>
<dl>
<dt>marginright</dt>
<dd>Margin right  of each thumb post.</dd>
</dl>
<dl>
<dt>marginbottom</dt>
<dd>Margin bottom of each thumb post.</dd>
</dl>
<dl>
<dt>popup</dt>
<dd>Set this to true to add shadowbox popup on the thumbnail image. <a href="http://wordpress.org/extend/plugins/shadowbox-js/">Shadowbox</a> must be installed. <a href="http://www.vfxdude.com/blog2/showcase/bfthumbs/">Demo</a></dd>
</dl>
<dl>
<dt>cufon</dt>
<dd>Set this to false to turn off cufon for the post title (if cufon is enabled in the theme settings for H2).</dd>
</dl>
<dl>
<dt>hideimage</dt>
<dd>Set to true to hide the thumb image.</dd>
</dl>
<dl>
<dt>removelinks</dt>
<dd>Set this to true to remove all links. It also removes the readmore, so the whole text will be shown.</dd>
</dl>
<dl>
<dt>zoomcrop</dt>
<dd>This overrides the zoomcrop in the theme settings. Possible values: topleft/center/false. Read more about zoomcrop <a href="http://www.vfxdude.com/forum/topic/tips-and-tricks#post-2530">here</a>.</dd>
</dl>
<dl>
<dt>offset</dt>
<dd>The number of posts to skip. offset=&#8221;1&#8243; skips the first post.</dd>
</dl>
<dl>
<dt>class</dt>
<dd>Change the heading size when cufon is disabled. Possible values: smallheading and mediumheading. Custom classes can also be added.</dd>
</dl>
<p>If the category is skipped the newest blog posts will be shown. In version 1.3 a sidebar parameter was also added, making it possible to use this shortcode in pages with sidebar or in the blog.</p>
<p>A page shortcode was also added in version 1.1.2. It can be used to insert pages into posts (designs, signatures, author info etc.). Here&#8217;s the shortcode: <code>&#91;bfpage id=6&#93;</code>.</p>
<h2>Image Gallery</h2>
<p>The image gallery example is using the &#8220;no sidebar&#8221; template and the nextgen shortcode in the body text, like this: <code>&#91;nggallery id=4&#93;</code> (where the number is the ID of the nextgen gallery). Here are the steps you needed to get the gallery looking like on this site.</p>
<ol>
<li>Install the Nextgen Gallery plugin and enable it.</li>
<li>Install the Lightbox 2 plugin (Version 2.8.2 By Rupert Morris) and enable it.</li>
<li>In the Gallery-Options deactivate the &#8220;Activate PicLens/CoolIris support&#8221;.</li>
<li>In the the Gallery tab in Options deactivate the &#8220;Show ImageBrowser&#8221;.</li>
<li>In the Effects tab in Options choose Lightbox.</li>
<li>In the Thumbnails tab in Options set the &#8220;Width x height &#8221; to 150&#215;150.</li>
<li>Create a new gallery and upload images.</li>
<li>The shortcode will be listed in the top when creating the gallery (but the ID can also be found under &#8220;Manage Gallery&#8221;).</li>
<li>Create a page, choose the &#8220;no sidebar&#8221; template, and enter the shortcode into the body text.</li>
</ol>
<h2 id="portfolio">Portfolio Template</h2>
<p>This template shows posts from a specified category as portfolio images. Here is an example of this template: <a href="/bigfeature/example-pages/portfolio2/">portfolio2</a>. The Category ID is specified in the custom field with name: category and ID of the category as value. From version 1.2 the category name can be used instead of the ID. A couple of links can be added with custom fields (illustrating images below). In version 1.3.3 a new custom field variable was added, noresize, set it to true to prevent image resizing. Another custom field parameter is showposts, it sets the number of posts per page. In version 1.3.4 2 new custom field parameters was added, imagewidth and textwidth. These can be used to set the width of the portfolio image, and also the text area.</p>
<p><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/07/pagetemplate-04.gif" alt="pagetemplate-04" title="pagetemplate-04" width="298" height="140" class="alignleft size-full wp-image-737" />Image on the left is showing the &#8220;portfolio&#8221; page template is chosen.</p>
<div class="clear">&nbsp;</div>
<p><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/07/pagetemplate-03.gif" alt="pagetemplate-03" title="pagetemplate-03" width="503" height="144" class="size-full wp-image-644" />category ID or Name is necessary to list posts.</p>
<p><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/07/pagetemplate-cf-gallery.gif" alt="pagetemplate-cf-gallery" title="pagetemplate-cf-gallery" width="501" height="174" class="size-full wp-image-869" />Adds a Gallery link to the portfolio. Format: Nextgen Gallery ID,Gallery Name (optional).</p>
<p><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/07/pagetemplate-cf-website.gif" alt="pagetemplate-cf-website" title="pagetemplate-cf-website" width="501" height="174" class="size-full wp-image-870" />Adds a website link to the portfolio. Format: URL,Name (optional).</p>
<h2 id="blogposts">Blog Posts template</h2>
<p>This template was added in version 1.3 due to many requests for a functionality that limits the blog to a category, and then have many post pages instead of one. This was possible with adding categories to the navigation, but it lacked some functionality the blog had. With this template you add a category as a custom field and it lists all posts paged by a showposts custom field parameter or the wordpress default (same as the main blog).</p>
<p><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/07/pagetemplate-blogposts-01.gif" alt="pagetemplate-blogposts-01" title="pagetemplate-blogposts-01" width="298" height="140" class="alignleft size-full wp-image-1169" /> Image on the left is showing the &#8220;Blog Posts&#8221; page template is chosen.</p>
<div class="clear">&nbsp;</div>
<p><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/07/pagetemplate-blogposts-02.gif" alt="pagetemplate-blogposts-02" title="pagetemplate-blogposts-02" width="503" height="144" class="size-full wp-image-1170" />category ID or Name is necessary to list posts.</p>
<h2 id="photoblog">Photoblog template</h2>
<p>This template was added in version 1.3.3. It makes it possible to post images without any size constraints. Add a category as a custom field (name or ID, see image above for illustration) and it lists all posts paged by a showposts custom field parameter. </p>
<h5>There are 2 ways to use this template:</h5>
<ol>
<li>Add the image(s) into the post (without any text) and add the text to an excerpt.</li>
<li>Add an image as default and add the descriptive text into the post.</li>
</ol>
<h2>Links template</h2>
<p>This template was added in version 1.3.4. It lists posts as links. Add a category as a custom field (name or ID, see image above for illustration) and it lists all posts paged by a showposts custom field parameter. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.vfxdude.com/bigfeature/2009/07/page-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>setting up the theme</title>
		<link>http://www.vfxdude.com/bigfeature/2009/07/setting-up-the-theme/</link>
		<comments>http://www.vfxdude.com/bigfeature/2009/07/setting-up-the-theme/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 11:51:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[documentation]]></category>

		<guid isPermaLink="false">http://www.vfxdude.com/bigfeature/?p=626</guid>
		<description><![CDATA[Here is a step by step recipe how to set up this theme. Some plugins are required and some code is necessary to set up the pages. 

Install the Theme (upload and activate). Only upload the the bigfeature folder (or the bigfeature.zip file). Do not install the downloaded zip file.
Install some plugins (listed below). Search [...]]]></description>
			<content:encoded><![CDATA[<img width="528" height="280" src="/bigfeature/wp-content/uploads/2009/07/tutorial-settingup.jpg" alt="setting up the theme" /><p>Here is a step by step recipe how to set up this theme. Some plugins are required and some code is necessary to set up the pages. <span id="more-626"></span></p>
<ol>
<li><a href="/bigfeature/2009/10/faq/#install" target="_blank">Install the Theme</a> (upload and activate). Only upload the the bigfeature folder (or the bigfeature.zip file). Do not install the downloaded zip file.</li>
<li>Install some plugins (listed below). Search for the plugin name from within wordpress admin, then add and activate it. Some plugins can conflict with the theme, but the ones listed below have been tested to work, and also extra styling for the plugins has been added. Only add those that are needed. Adding to many will slow down your website.</li>
<li>Add widgets (to the main sidebar).</li>
<li>Add pages (see <a href="/bigfeature/2009/07/page-templates/">Page Templates Tutorial</a> or use the setupdata available <a href="/downloads/">here</a>).</li>
<li>Add categories.</li>
<li>Change theme settings.</li>
<ul style="margin-bottom:0px;">
<li>Add pages/categories/links to the navigation</li>
<li>Enable the &#8220;Cache the settings stylesheet&#8221; setting. This will speed up your website. It writes the theme settings styles to optionstyles.css in the library/css folder. If this doesn&#8217;t work make the library/css folder writeable. <a href="/forum/topic/tips-and-tricks#post-2516">More info</a>.</li>
<li>Enable the &#8220;Use an alternative styling for widget headings&#8221; setting if you want the same widget style as on the demo website.</li>
</ul>
<li>Change the Media Settings (under settings-media), to fit the post width.
<ul style="margin-bottom:0px;">
<li>Large size: 528px (if width is 848 (default) then set this to 528. It is the &#8220;Feature Image Width&#8221; &#8211; (Sidebar Width + 50) ).</li>
<li>Medium size: for inline images, set it less than the large size (ex. 300px).</li>
<li>Thumbnail size: 150&#215;150px (demo website settings).</li>
<li>Full size: this is added by the scissors plugin. The &#8220;Feature Image Width&#8221; can be set here (leave the height 0), then all the images will automaticly be resized to the max width of the website.</li>
</ul>
</li>
<li>Write posts (when adding default post images, use the &#8220;Set featured image&#8221; functionality and do not insert it to the post, alternatively you can add an image url under the &#8220;Big Feature Post Settings&#8221; under the editor). The width of the default images have be at least 528px (and 848px for the feature image). <a href="/bigfeature/2009/07/writing-articles/" target="_blank">More info on writing posts</a>, or <a href="/setting-up-bigfeature/">watch this video tutorial</a>.</li>
</ol>
<h5>Plugins (optional)</h5>
<ul>
<li><a href="http://wordpress.org/extend/plugins/contact-form-7/" target="_blank"><b>Contact Form 7</b></a>
<p>A good contact formula for the contact page.</p>
</li>
<li><a href="http://wordpress.org/extend/plugins/nextgen-gallery/" target="_blank"><b>NextGEN Gallery</b></a>
<p>The Image Gallery used on the demo site.<a href="/bigfeature/2009/07/page-templates/">Here&#8217;s</a> how to set it up to look the same. The <a href="/bigfeature/2009/08/the-bf-slider/">bfslider</a> can also show images from a nextgen gallery.</p>
</li>
<li><a href="http://wordpress.org/extend/plugins/proplayer/" target="_blank"><b>ProPlayer</b></a>
<p>Install this one for the video functionality to work (use the pro-player shortcode).</p>
</li>
<li><a href="http://wordpress.org/extend/plugins/wp-pagenavi/" target="_blank"><b>WP-PageNavi</b></a>
<p>For fancier page navigation.</p>
</li>
<li><a href="http://wordpress.org/extend/plugins/wp125/" target="_blank"><b>WP125</b></a>
<p>Sidebar 125px ads.</p>
</li>
<li><a href="http://wordpress.org/extend/plugins/breadcrumb-navxt/" target="_blank"><b>Breadcrumb NavXT</b></a>
<p>Install this one for the breadcrumbs functionality to work.</p>
</li>
<li><a href="http://wordpress.org/extend/plugins/breadcrumbs/" target="_blank"><b>Yoast Breadcrumbs</b></a>
<p>Alternative breadcrumbs plugin.</p>
</li>
<li><a href="http://wordpress.org/extend/plugins/advanced-category-excluder/" target="_blank"><b>Advanced Category Excluder</b></a>
<p>Hide posts from some part of the site, for example keep the portfolio posts only in the portfolio category (that is added to the navigation).</p>
</li>
<li><a href="http://ryowebsite.com/wp-plugins/category-visibility/" target="_blank"><b>Royo Category Visibility</b></a>
<p>An alternative to the &#8220;Advanced Category Excluder&#8221; plugin since it stopped working for new versions of Wordpress.</p>
</li>
<li><a href="http://wordpress.org/extend/plugins/popularity-contest/" target="_blank"><b>Popularity Contest</b></a>
<p>List most popular posts (there is a setting for displaying this after the article. Also a setting for how many posts to list). There is a settings for this plugin that should be changed (settings &#8211; popularity): Show popularity rank for posts, set it to no and press save.</p>
</li>
<li><a href="http://wordpress.org/extend/plugins/addthis/" target="_blank"><b>AddThis</b></a>
<p>Social bookmarking plugin.</p>
</li>
<li><a href="http://wordpress.org/extend/plugins/flickr-rss/" target="_blank"><b>FlickrRSS</b></a>
<p>Adds flickr images to the sidebar.</p>
</li>
<li><a href="http://wordpress.org/extend/plugins/wp-page-numbers/" target="_blank"><b>WP Page Numbers</b></a>
<p>An alternative to WP-PageNavi.</p>
</li>
<li><a href="http://wordpress.org/extend/plugins/tweetmeme/" target="_blank"><b>TweetMeme Button</b></a>
<p>Adds a retweet button to the post meta field. Set the position to manual, remove the styling, set the type to &#8220;The compact widget&#8221; and then enable it in the theme settings (Meta Information section). Also set a Source for retweets.</p>
</li>
<li><a href="http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/" target="_blank"><b>Yet Another Related Posts Plugin</b></a>
<p>Will replace the builtin related posts functionality. Go to the plugin settings. Deselect the &#8220;Automatically display related posts&#8221; checkbox, then choose &#8220;Display using a custom template file&#8221; and select the &#8220;yarpp-template-bf.php in the &#8220;Template file&#8221; dropdown list and then press save changes. The &#8220;Maximum number of related posts:&#8221; can also be changed. The &#8220;Show Related posts below articles&#8221; theme settings must also be set for it to work. Alternatively the &#8220;Show related posts as thumbnail posts&#8221; can be set (theme settings under misc) to display the related posts as thumbnail posts under the comments. If you want to use this plugin with a child theme you have to copy the yarpp-template-bf.php (in the bigfeature folder) file into the child theme folder.</p>
</li>
<li><a href="http://wordpress.org/extend/plugins/shadowbox-js/" target="_blank"><b>Shadowbox JS</b></a>
<p>This is a popup window like lightbox, but also takes html. This plugin is used together with bfthumbs. If this is installed the popup=&#8221;true&#8221; parameter can be set in bfthumbs. The default images/videos will then popup in a shadowbox window. A tip is to disable some of the players that is not needed to prevent to much loading of too many scripts. Bfthumbs needs the the html and imge players.</p>
</li>
<li><a href="http://wordpress.org/extend/plugins/tinymce-advanced/" target="_blank"><b>TinyMCE Advanced</b></a>
<p>With this plugin extra functionality can be added to the editor. Add the styles dropdown to the editor bar (in this plugin settings) to get some useful classes in a dropdown list.</p>
</li>
<li><a href="http://wordpress.org/extend/plugins/my-profiles/" target="_blank"><b>My Profiles</b></a>
<p>Used with the Author infobox. When this plugin is installed and activated social links can be added to the author infobox (in user &#8211; profile).</p>
</li>
</ul>
<p>None of these plugins are required, but are listed here since functionality and styling has been added for these plugins. Adding too many plugins can slow down the website, so do not add them all.</p>
<h5>Information on setting up and using the theme</h5>
<ol>
<li><a href="/setting-up-bigfeature/">Watch this video tutorial</a>.</li>
<li>Read the article about <a href="/bigfeature/2009/07/page-templates/">page templates</a>.</li>
<li>Check the <a href="/bigfeature/2009/07/theme-settings/">theme settings</a> overview.</li>
<li>Read the <a href="/bigfeature/2009/10/faq/">FAQ</a>.</li>
<li>Search the <a href="/forum/">Forum</a>.</li>
</ol>
<h5>More documentation</h5>
<ul>
<li><a href="/bigfeature/category/documentation/">All the documentation</a>.</li>
<li><a href="/bigfeature-videos/">Video Tutorials</a> (more videos will be added).</li>
</ul>
<h5>Support</h5>
<p>You can ask questions in the comments area on themeforest or in the <a href="/forum/">Forum</a>. Alternatively you can contact me through the themeforest contact form, but watch the <a href="/bigfeature-videos/">video tutorial</a>, read the <a href="/bigfeature/category/documentation/">documentation</a> and search the <a href="/forum/">forum</a> before you ask questions. If you have a wordpress functionality question, please google it&#8230;and I do not give support on customizations (hire a coder).</p>
<h5 id="timthumb">Timthumb troubleshooting</h5>
<p>Some have reported problems with displaying the default images, and the reason for this is the script timthumb. Here are some tips to make it work.</p>
<ul>
<li>Check if the cache folder is created under library/timthumb. If not create it and set it writable (755 or 777 depending on the server setup). Also make the timthumb folder writeable.</li>
<li>Run the timthumb script directly. Example url:<br /> /bigfeature/wp-content/themes/bigfeature/library/timthumb/timthumb.php?src=/bigfeature/wp-content/uploads/2009/08/bf-content-slider.jpg&#038;w=255&#038;h=126&#038;zc=1<br />
<br />
Change the domain name to your website and the image path (src=) to an uploaded image on your server. If an image shows it works. If you get an error message, you can send it to the hosting support. A tip is to set the cache folder to chmod 755 instead of 777, since this is a problem on some servers.
</li>
<li>Make sure GD library is installed on the server.</li>
<li>On some server setups the .htaccess file found in the scripts folder can break things. If this happens then renaming/ deleting the .htaccess file should fix things.</li>
<li>There are different server setups, and this might be a security policy the is blocking the script. <a href="http://code.google.com/p/timthumb/issues/detail?id=8">Example of hosting security blocking timthumb.php</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.vfxdude.com/bigfeature/2009/07/setting-up-the-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>writing articles</title>
		<link>http://www.vfxdude.com/bigfeature/2009/07/writing-articles/</link>
		<comments>http://www.vfxdude.com/bigfeature/2009/07/writing-articles/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 22:17:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[documentation]]></category>

		<guid isPermaLink="false">http://www.vfxdude.com/bigfeature/?p=513</guid>
		<description><![CDATA[I guess you know how to write articles in wordpress, but BigFeature have added some new functionality to the posting procedure and also quite a few formatting and styling possibilities.


The image above shows the meta box added to wordpress. This will show in posts and pages sections, so default images can be more easily added [...]]]></description>
			<content:encoded><![CDATA[<img width="528" height="262" src="/bigfeature/wp-content/uploads/2009/07/tutorial-post.jpg" alt="writing articles" /><p>I guess you know how to write articles in wordpress, but BigFeature have added some new functionality to the posting procedure and also quite a few formatting and styling possibilities.<br />
<span id="more-513"></span></p>
<p><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/07/new-post-settings.jpg" alt="new-post-settings" title="new-post-settings" width="518" height="262" class="aligncenter size-full wp-image-516" /></p>
<p>The image above shows the meta box added to wordpress. This will show in posts and pages sections, so default images can be more easily added to the articles. The “upload an image” button, which is the same as the small “add an image” icon above the editor, was added because that icon is so small. The icon might be easy to miss for new users of wordpress, so a big button with clear text might be helpful.</p>
<p>There is also an “enter an Image URL” input box in the default image meta settings, which overrides any uploaded default image and will be displayed instead (write the full url to the image (not the timthumb url and external images (on other domains) doesn&#8217;t work)). The last option is to disable the default image for this post.</p>
<p><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/07/new-post-attachment.jpg" alt="new-post-attachment" title="new-post-attachment" width="528" height="552" class="aligncenter size-full wp-image-515" /></p>
<p>When uploading an image there is a setting called “default image” (marked in the image above) added to enable or disable the image as default for the post (displays as feature/normal/thumb images). To set an image as default choose yes and press save all changes. The scissors plugin (also marked) is useful for cropping the image for better fit.</p>
<p>From version 1.2 it is possible to add videos instead of the feature image. Actually it is a page that is inserted instead of the image, so any content can be added to that page. To use it add a custom field to a post called featurepage and the page ID as value.</p>
<h2>some styling examples</h2>
<h1>Big and interesting heading</h1>
<div class="meta">July 1, 2009  &nbsp;|&nbsp; <a href="/bigfeature/category/documentation/" title="View all posts in Documentation" rel="category tag">Documentation</a>  </div>
<p class="intro">Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
<div class="box alignright">
<h6>Lorem ipsum dolor</h6>
<ul class="checklist mb0">
<li>venenatis ut, lacinia ut</li>
<li>Maecenas pede metus, ultricies non</li>
<li>Curabitur dapibus vulputate nibh.</li>
<li>Quisque eget lectus ut ipsum luctus facilisis.</li>
<li>Mauris convallis leo sed risus. Phasellus sit amet sapien ut velit aliquet vulputate.</li>
</ul>
</div>
<p><span class="dropcap">I</span>n enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum.</p>
<p> Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc, quis gravida magna mi a libero. </p>
<blockquote class="alignleft"><p><q>&#8220;Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.&#8221;</q></p></blockquote>
<p> Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc, quis gravida magna mi a libero. Fusce vulputate eleifend sapien. Vestibulum purus quam, scelerisque ut, mollis sed, nonummy id, metus. Nullam accumsan lorem in dui. Cras ultricies mi eu turpis hendrerit fringilla.</p>
<p> Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; In ac dui quis mi consectetuer lacinia. Nam pretium turpis et arcu. Duis arcu tortor, suscipit eget, imperdiet nec, imperdiet iaculis, ipsum. Sed aliquam ultrices mauris. Integer ante arcu, accumsan a, consectetuer eget, posuere ut, mauris. Praesent adipiscing. Phasellus ullamcorper ipsum rutrum nunc. Nunc nonummy metus.</p>
<h5>The code</h5>
<pre class="brush: xml;">
&lt;p class=&quot;intro&quot;&gt;Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.&lt;/p&gt; 

&lt;div class=&quot;box alignright&quot;&gt;
&lt;h6&gt;Lorem ipsum dolor&lt;/h6&gt;
&lt;ul class=&quot;checklist mb0&quot;&gt;
&lt;li&gt;venenatis ut, lacinia ut&lt;/li&gt;
&lt;li&gt;Maecenas pede metus, ultricies non&lt;/li&gt;
&lt;li&gt;Curabitur dapibus vulputate nibh.&lt;/li&gt;
&lt;li&gt;Quisque eget lectus ut ipsum luctus facilisis.&lt;/li&gt;
&lt;li&gt;Mauris convallis leo sed risus. Phasellus sit amet sapien ut velit aliquet vulputate.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;p&gt;&lt;span class=&quot;dropcap&quot;&gt;I&lt;/span&gt;n enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum.&lt;/p&gt;

&lt;p&gt; Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc, quis gravida magna mi a libero. &lt;/p&gt;

&lt;blockquote class=&quot;alignleft&quot;&gt;&lt;q&gt;&quot;Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.&quot;&lt;/q&gt;&lt;/blockquote&gt;

&lt;p&gt; Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc, quis gravida magna mi a libero. Fusce vulputate eleifend sapien. Vestibulum purus quam, scelerisque ut, mollis sed, nonummy id, metus. Nullam accumsan lorem in dui. Cras ultricies mi eu turpis hendrerit fringilla.&lt;/p&gt;

&lt;p&gt; Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; In ac dui quis mi consectetuer lacinia. Nam pretium turpis et arcu. Duis arcu tortor, suscipit eget, imperdiet nec, imperdiet iaculis, ipsum. Sed aliquam ultrices mauris. Integer ante arcu, accumsan a, consectetuer eget, posuere ut, mauris. Praesent adipiscing. Phasellus ullamcorper ipsum rutrum nunc. Nunc nonummy metus.&lt;/p&gt;
</pre>
<hr/>
<h1>laying out the plans</h1>
<div class="meta">July 1, 2009  &nbsp;|&nbsp; <a href="/bigfeature/documentation/" title="View all posts in Documentation" rel="category tag">Documentation</a>  </div>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>
<h2> In enim justo</h2>
<p>Imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum.</p>
<div class="caption alignleft"><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/06/construction3.jpg" alt="construction3" title="construction3" width="346" height="346" class="alignleft size-full wp-image-183" />
<p>Blueprint for my house</p>
</div>
<p> Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante.</p>
<p> Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc, quis gravida magna mi a libero. Fusce vulputate eleifend sapien. Vestibulum purus quam, scelerisque ut, mollis sed, nonummy id, metus. Nullam accumsan lorem in dui. Cras ultricies mi eu turpis hendrerit fringilla.</p>
<blockquote><p><q>&#8220;Dreams pass into the reality of action. From the actions stems the dream again; and this interdependence produces the highest form of living.&#8221;</q><cite>Anais Nin</cite></p>
</blockquote>
<h5>Project outline</h5>
<ul class="pointerlist">
<li>venenatis ut, lacinia ut</li>
<li>Maecenas pede metus, ultricies non</li>
<li>Curabitur dapibus vulputate nibh.</li>
<li>Quisque eget lectus ut ipsum luctus facilisis.</li>
<li>Mauris convallis leo sed risus. Phasellus sit amet sapien ut velit aliquet vulputate.</li>
<li>Praesent hendrerit tempus risus. Donec sed purus.</li>
<li>Pellentesque id nisl. Etiam velit.</li>
</ul>
<h2> Vestibulum ante ipsum primis</h2>
<p>In faucibus orci luctus et ultrices posuere cubilia Curae; In ac dui quis mi consectetuer lacinia. Nam pretium turpis et arcu. Duis arcu tortor, suscipit eget, imperdiet nec, imperdiet iaculis, ipsum. Sed aliquam ultrices mauris. Integer ante arcu, accumsan a, consectetuer eget, posuere ut, mauris. Praesent adipiscing. Phasellus ullamcorper ipsum rutrum nunc. Nunc nonummy metus.</p>
<div class="box boxstyle3">
<a href="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/06/construction3.jpg" rel="lightbox[513]"><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/06/construction3-150x150.jpg" alt="construction3" title="construction3" width="150" height="150" class="alignleft size-thumbnail wp-image-183" /></a></p>
<h6>About the project</h6>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.
</p></div>
<h5>The code</h5>
<pre class="brush: xml;">
&lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.&lt;/p&gt;

&lt;h2&gt; In enim justo&lt;/h2&gt;
&lt;p&gt;Imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum.&lt;/p&gt;

&lt;div class=&quot;caption alignleft&quot;&gt;&lt;img src=&quot;http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/06/construction3.jpg&quot; alt=&quot;construction3&quot; title=&quot;construction3&quot; width=&quot;346&quot; height=&quot;346&quot; class=&quot;alignleft size-full wp-image-183&quot; /&gt;&lt;p&gt;Blueprint for my house&lt;/p&gt;&lt;/div&gt;

&lt;p&gt; Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante.&lt;/p&gt;

&lt;p&gt; Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc, quis gravida magna mi a libero. Fusce vulputate eleifend sapien. Vestibulum purus quam, scelerisque ut, mollis sed, nonummy id, metus. Nullam accumsan lorem in dui. Cras ultricies mi eu turpis hendrerit fringilla.&lt;/p&gt;

&lt;blockquote&gt;&lt;q&gt;&quot;Dreams pass into the reality of action. From the actions stems the dream again; and this interdependence produces the highest form of living.&quot;&lt;/q&gt;&lt;cite&gt;Anais Nin&lt;/cite&gt;&lt;/p&gt;&lt;/blockquote&gt;

&lt;h5&gt;Project outline&lt;/h5&gt;
&lt;ul class=&quot;pointerlist&quot;&gt;
	&lt;li&gt;venenatis ut, lacinia ut&lt;/li&gt;
	&lt;li&gt;Maecenas pede metus, ultricies non&lt;/li&gt;
	&lt;li&gt;Curabitur dapibus vulputate nibh.&lt;/li&gt;
	&lt;li&gt;Quisque eget lectus ut ipsum luctus facilisis.&lt;/li&gt;
	&lt;li&gt;Mauris convallis leo sed risus. Phasellus sit amet sapien ut velit aliquet vulputate.&lt;/li&gt;
	&lt;li&gt;Praesent hendrerit tempus risus. Donec sed purus.&lt;/li&gt;
	&lt;li&gt;Pellentesque id nisl. Etiam velit.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt; Vestibulum ante ipsum primis&lt;/h2&gt;
&lt;p&gt;In faucibus orci luctus et ultrices posuere cubilia Curae; In ac dui quis mi consectetuer lacinia. Nam pretium turpis et arcu. Duis arcu tortor, suscipit eget, imperdiet nec, imperdiet iaculis, ipsum. Sed aliquam ultrices mauris. Integer ante arcu, accumsan a, consectetuer eget, posuere ut, mauris. Praesent adipiscing. Phasellus ullamcorper ipsum rutrum nunc. Nunc nonummy metus.&lt;/p&gt;

&lt;div class=&quot;box boxstyle3&quot;&gt;
&lt;a href=&quot;http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/06/construction3.jpg&quot;&gt;&lt;img src=&quot;http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/06/construction3-150x150.jpg&quot; alt=&quot;construction3&quot; title=&quot;construction3&quot; width=&quot;150&quot; height=&quot;150&quot; class=&quot;alignleft size-thumbnail wp-image-183&quot; /&gt;&lt;/a&gt;
&lt;h6&gt;About the project&lt;/h6&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.
&lt;/div&gt;
</pre>
<hr/>
<h1>the last example</h1>
<div class="meta">July 1, 2009  &nbsp;|&nbsp; <a href="/bigfeature/category/documentation/" title="View all posts in Documentation" rel="category tag">Documentation</a>  </div>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>
<p><a href="http://www.vfxdude.com/bigfeature/2009/06/like-these-sweet-mornings-of-spring-which-i-enjoy-with-my-whole-heart/vector-headphones/" rel="wp-att-110"><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/06/vector-headphones-150x150.jpg" alt="vector-headphones" title="vector-headphones" width="150" height="150" class="alignleft size-thumbnail wp-image-110" /></a></p>
<p><a href="http://www.vfxdude.com/bigfeature/2009/06/like-these-sweet-mornings-of-spring-which-i-enjoy-with-my-whole-heart/singer/" rel="wp-att-112"><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/06/singer-150x150.jpg" alt="singer" title="singer" width="150" height="150" class="alignleft size-thumbnail wp-image-112" /></a></p>
<p><a href="http://www.vfxdude.com/bigfeature/2009/06/like-these-sweet-mornings-of-spring-which-i-enjoy-with-my-whole-heart/dj/" rel="wp-att-108"><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/06/dj-150x150.jpg" alt="dj" title="dj" width="150" height="150" class="alignleft size-thumbnail wp-image-108" /></a></p>
<p> In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum.</p>
<div class="caption aligncenter"><a href="http://www.vfxdude.com/bigfeature/2009/06/introduction-to-the-theme/woman1/" rel="wp-att-441"><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/06/woman1-528x327.jpg" alt="woman1" title="woman1" width="528" height="327" class="alignleft size-medium wp-image-441" /></a>
<p>Photograph from a fashionshoot</p>
</div>
<p> Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante.</p>
<h2>Aenean leo ligula</h2>
<p> porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui.</p>
<p><img src="http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/06/fruit.jpg" alt="fruit" title="fruit" width="283" height="424" class="alignleft size-full wp-image-116" /></p>
<p> Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus.</p>
<p> Aenean ut eros et nisl sagittis vestibulum. Nullam nulla eros, ultricies sit amet, nonummy id, imperdiet feugiat, pede. Sed lectus. Donec mollis hendrerit risus. Phasellus nec sem in justo pellentesque facilisis. Etiam imperdiet imperdiet orci. Nunc nec neque.</p>
<div class="clear"></div>
<h5>The code</h5>
<pre class="brush: xml;">
&lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.&lt;/p&gt;

&lt;a href=&quot;http://www.vfxdude.com/bigfeature/2009/06/like-these-sweet-mornings-of-spring-which-i-enjoy-with-my-whole-heart/vector-headphones/&quot; rel=&quot;wp-att-110&quot;&gt;&lt;img src=&quot;http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/06/vector-headphones-150x150.jpg&quot; alt=&quot;vector-headphones&quot; title=&quot;vector-headphones&quot; width=&quot;150&quot; height=&quot;150&quot; class=&quot;alignleft size-thumbnail wp-image-110&quot; /&gt;&lt;/a&gt;

&lt;a href=&quot;http://www.vfxdude.com/bigfeature/2009/06/like-these-sweet-mornings-of-spring-which-i-enjoy-with-my-whole-heart/singer/&quot; rel=&quot;wp-att-112&quot;&gt;&lt;img src=&quot;http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/06/singer-150x150.jpg&quot; alt=&quot;singer&quot; title=&quot;singer&quot; width=&quot;150&quot; height=&quot;150&quot; class=&quot;alignleft size-thumbnail wp-image-112&quot; /&gt;&lt;/a&gt;

&lt;a href=&quot;http://www.vfxdude.com/bigfeature/2009/06/like-these-sweet-mornings-of-spring-which-i-enjoy-with-my-whole-heart/dj/&quot; rel=&quot;wp-att-108&quot;&gt;&lt;img src=&quot;http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/06/dj-150x150.jpg&quot; alt=&quot;dj&quot; title=&quot;dj&quot; width=&quot;150&quot; height=&quot;150&quot; class=&quot;alignleft size-thumbnail wp-image-108&quot; /&gt;&lt;/a&gt;

&lt;p&gt; In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum.&lt;/p&gt;

&lt;div class=&quot;caption aligncenter&quot;&gt;&lt;a href=&quot;http://www.vfxdude.com/bigfeature/2009/06/the-dense-fog-hardly-allowed-them-to-discover-the-earth/woman1/&quot; rel=&quot;wp-att-441&quot;&gt;&lt;img src=&quot;http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/06/woman1-528x327.jpg&quot; alt=&quot;woman1&quot; title=&quot;woman1&quot; width=&quot;528&quot; height=&quot;327&quot; class=&quot;alignleft size-medium wp-image-441&quot; /&gt;&lt;/a&gt;&lt;p&gt;Photograph from a fashionshoot&lt;/p&gt;&lt;/div&gt;

&lt;p&gt; Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante.&lt;/p&gt;

&lt;h2&gt;Aenean leo ligula&lt;/h2&gt;&lt;p&gt; porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui.&lt;/p&gt;

&lt;img src=&quot;http://www.vfxdude.com/bigfeature/wp-content/uploads/2009/06/fruit.jpg&quot; alt=&quot;fruit&quot; title=&quot;fruit&quot; width=&quot;283&quot; height=&quot;424&quot; class=&quot;alignleft size-full wp-image-116&quot; /&gt;

&lt;p&gt; Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus.&lt;/p&gt;

&lt;p&gt; Aenean ut eros et nisl sagittis vestibulum. Nullam nulla eros, ultricies sit amet, nonummy id, imperdiet feugiat, pede. Sed lectus. Donec mollis hendrerit risus. Phasellus nec sem in justo pellentesque facilisis. Etiam imperdiet imperdiet orci. Nunc nec neque.&lt;/p&gt;
&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.vfxdude.com/bigfeature/2009/07/writing-articles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Theme Settings</title>
		<link>http://www.vfxdude.com/bigfeature/2009/07/theme-settings/</link>
		<comments>http://www.vfxdude.com/bigfeature/2009/07/theme-settings/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 20:42:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[documentation]]></category>

		<guid isPermaLink="false">http://www.vfxdude.com/bigfeature/?p=480</guid>
		<description><![CDATA[BigFeature has many settings, making the theme very flexible and customizable. Here is an overview of the most important ones. 
Updated October 2012
Add/Remove Features

Show the Logo
The logo must be uploaded first (se video above) and then this must be enabled for it to be visible. The file type can be gif/png/jpg.

Show the Sitename
This is the [...]]]></description>
			<content:encoded><![CDATA[<img width="528" height="262" src="/bigfeature/wp-content/uploads/2009/07/tutorial-settings.jpg" alt="Theme Settings" /><p>BigFeature has many settings, making the theme very flexible and customizable. Here is an overview of the most important ones. <span id="more-480"></span></p>
<p><b>Updated October 2012</b></p>
<h5>Add/Remove Features</h5>
<ul>
<li><b>Show the Logo</b>
<p>The logo must be uploaded first (se video above) and then this must be enabled for it to be visible. The file type can be gif/png/jpg.</p>
</li>
<li><b>Show the Sitename</b>
<p>This is the Blog Title that can be changed in the Wordpress general settings.</p>
</li>
<li><b>Show the Slogan</b>
<p>This is the Tagline that can be changed in the Wordpress general settings.</p>
</li>
<li><b>Show the Navigation</b>
<p>Show/hide the top navigation (can be set as an alternative style in the misc section).</p>
</li>
<li><b>Add a searchbox to the header</b>
<p>This is a searchbox that also can be added as an widget, but it might be better to have it in the header for easy access.</p>
</li>
<li><b>Show the RSS Icon in the header</b>
<p>This icon can link to the wordpress rss feed or to a &#8220;Feedburner RSS Feed url&#8221; if this setting is set.</p>
</li>
<li><b>Enable the Feature Image for posts</b>
<p>This enables the big feature article image (the size is set in the &#8220;Feature Image Width&#8221; setting). The first post on the frontpage and articles/pages will display this big image if the right width pic is uploaded (a post can be set as sticky to keep it at the top of the frontpage). If this is disabled the default post image will be shown in the content area instead. There is also a setting to disable default images for the whole blog (misc section). More information about default/feature post images can be found <a href="http://www.vfxdude.com/forum/topic/tips-and-tricks#post-2522">here</a>.</p>
</li>
<li><b>Show Related posts below articles</b>
<p>This is posts with common tags as current. Good way to keep readers on the site. If the yarpp plugin is installed it will be used instead of the builtin related posts functionality. Yarpp is based on an advanced algorithm to find similar posts and the built in functionality list posts with the same tags. If using a child theme, copy the yarpp-template-bf.php file (bigfeature folder) to the child theme folder and select the template in the yarpp settings.</p>
</li>
<li><b>Show Recent posts below articles</b>
<p>This is the same as the recent posts widget, and it also takes the parameters from that widget. The advantage to have it below an article than in the sidebar is that on the frontpage the new posts are already listed, and it seems redundant to also have it in the sidebar.</p>
</li>
<li><b>Show popular posts below articles (plugin)</b>
<p>This is using the &#8220;Popularity Contest plugin&#8221; (it must be installed for this setting to work). There is also an setting for how many popular posts to list.</p>
</li>
<li><b>Enable Breadcrumbs (plugin)</b>
<p>This is using the &#8220;Yoast Breadcrumbs plugin&#8221; (it must be installed for this setting to work). The breadcrumb is shown on pages and article above the default image (if any).</p>
</li>
<li><b>Enable Custom Templates Feature</b>
<p>This makes it possible to use shortcodes to change the post layout of the blog. See <a href="http://youtu.be/mzFXQVhiNOs">this video</a> for more information.</p>
</li>
<li><b>Enable Snippets Feature</b>
<p>Enables a snippet custom post type where snippets can be created. This can be shorcodes or any other content that can be inserted into pages/posts/templates. Below the post editor there is an &#8220;Insert Snippet&#8221; button that opens a windoe with all the snippets available. It has an options section where the current post can be added as a snippet, and also a button for checking for new snippets on vfxdude.com.</p>
</li>
</ul>
<h5>Misc</h5>
<ul>
<li><b>Show Post a Comment Link</b>
<p>Displays a link to the comments after the read-more link. This link will be displayed if no read-more exists.</p>
</li>
<li><b>Show retweet button in posts (plugin)</b>
<p>Adds a a retweet button at the top of posts. The <a target="_blank" href="http://wordpress.org/extend/plugins/tweetmeme/">TweetMeme Button</a> plugin must be installed for this to work. In the settings of the plugin set the position to manual, remove the styling, and then enable it in the theme settings. Also set a Source for retweets.</p>
</li>
<li><b>Show RSS Feed links in the footer</b>
<p>Show/hide the rss links in the footer (will use feedburner rss if set).</p>
</li>
<li><b>Include a top link in the footer</b>
<p>Adds a link that scrolls to the top when clicked on in the footer.</p>
</li>
<li><b>Enable custom single templates</b>
<p>When this is checked the functionality for custom single.php templates is enabled. <a href="/bigfeature/2009/10/faq/#customsingle">Here</a> is more information on how to use it.</p>
</li>
<li><b>Disable dynamic title tags</b>
<p>The dynamic title tag functionality outputs title tags based on post/page name etc. If this is disabled only the blog title will be shown, but then plugins like Headspace2 can be used to make it dynamic again.</p>
</li>
<li><b>Disable meta tags</b>
<p>Meta tags for description and keyword is automatically added, if this is disabled no meta tags will be shown. This is useful if a plugin like Headspace2 is used to output meta tags instead.</p>
</li>
<li><b>Don&#8217;t use a H1 tag for the blog title</b>
<p>Replaces the h1 tag with a span tag.</p>
</li>
<li><b>Cache the settings stylesheet (use css file instead of php)</b>
<p>Writes the theme settings styles to a file (library/css/optionstyles.css or to the child theme folder) It is recommended to enable this setting since it increases the performance. Make the library/css folder writable if the styles are not written to the file.</p>
</li>
<li><b>Enable timthumb quirks mode</b>
<p>Fixes a timthumb issue when using url&#8217;s with ~. Enable only if having trouble with timthumb. First make sure that the cache folder (in library/timthumb) exists, if not create a folder called cache there and make it writable (755). </p>
</li>
<li><b>Use First Attached Image as default</b>
<p>If this setting is enables the first image uploaded will be automatically used as the default image (images can be set as first image in the attachment list by dragging them to the top of the list (can be useful when checking out different article images)).</p>
</li>
<li><b>Add an image border to default images</b>
<p>Adds a (1px solid #ddd) border to default images (this also reduces the image width by 2px).</p>
</li>
<li><b>Use an alternative styling for widget headings (cufonized)</b>
<p>Changes the widget heading for the main sidebar.</p>
</li>
<li><b>Show Category name in the Archive</b>
<p>Show/hide the category name in the archive listing. When adding a category in the navigation it will be highlighted as current and therefore the archive heading might not be necessary.</p>
</li>
<li><b>Enable Feature image for Categories in the archive</b>
<p>Makes the archive behave like the blog with a feature image at the top.</p>
</li>
<li><b>Hide videos from the frontpage of the blog</b>
<p>Hide videos on the blog index so that default post images can be shown instead (and the video on the single post page).</p>
</li>
<li><b>Show video preview images on the frontpage of the blog</b>
<p>Show automatically fetched video preview images on the blog index (works for youtube and vimeo (iframe and url)).</p>
</li>
<li><b>Disable the feature image on the frontpage</b>
<p>If this is enabled, feature images will not be shown on the frontpage of the blog, but they will still be shown in the article view.</p>
</li>
<li><b>Move the main sidebar and sidebar2 to the left of the content</b>
<p>Both sidebars are moved to the left of the content.</p>
</li>
<li><b>Move sidebar2 to the left of the content</b>
<p>If widgets in both &#8220;main sidebar&#8221; and sidebar2 this setting will move sidebar2 to the left of the content area.</p>
</li>
<li><b>Show images in the slider instead of videos</b>
<p>Disable videos in the bfslider.</p>
</li>
<li><b>Move the default post image below the title</b>
<p>Moves content width default post images below the post title. If the post image is feature size it will be shown above the content and the sidebar. <a href="http://www.vfxdude.com/forum/topic/tips-and-tricks#post-2522">More information</a>.</p>
</li>
<li><b>Move the post meta information below the post content</b>
<p>Moves the post meta information (the line with post date, author, category etc.) below the post.</p>
</li>
<li><b>Self link default images for single posts (for Lightbox)</b>
<p>Makes the feature image in singe post view to link itself and add a lightbox rel so that it opens in a lightbox popup.</p>
</li>
<li><b>Disable default post images for the blog</b>
<p>Disables the default/feature post image for the whole blog (index/archive/single/search). It still will work with the page templates and shortcodes.</p>
</li>
<li><b>Save the theme settings for this child theme separately</b>
<p>Saves the current child theme setting in a separate database entry. This makes it possible to switch between child themes and have different theme settings for each. This can be useful for seasonal designs.</p>
</li>
<li><b>Add Social Share buttons at the bottom of posts</b>
<p>Facebook Like, Twitter and Google+ buttons will be added to the bottom of posts on the blog frontpage and also on single post view.</p>
</li>
</ul>
<h5>Thumbnail posts</h5>
<ul>
<li><b>Show older posts on the blog frontpage as thumbnail posts</b>
<p>This will display the older posts (the posts after the first one) on the frontpage as thumbnails. There is also a thumbnails template that can be used to create a &#8220;non blog frontpage&#8221; or maybe a portfolio (see example on this demo site).</p>
</li>
<li><b>Show the archive posts as thumbnail posts</b>
<p>The posts in the archive (lists of categories, tags etc.) will be shown as thumnail posts (like in the blog when that is enabled).</p>
</li>
<li><b>Show the search result as thumbnail posts</b>
<p>The search result posts will be shown as thumbnail posts.</p>
</li>
<li><b>Show recent posts (below the article) as thumbnail posts</b>
<p>The recent posts will be moved below the comments and shown as thumbnail posts.</p>
</li>
<li><b>Show related posts as thumbnail posts</b>
<p>The related posts will be moved below the comments and shown as thumbnail posts.</p>
</li>
<li><b>Show Read More for Thumbnails</b>
<p>Show/hide the read-more for thumbnails (for the frontpage and the tumbnails template).</p>
</li>
<li><b>Show Meta info for Thumbnails</b>
<p>Adds the posibility to display the date, author and number of comments for the thumbnails.</p>
</li>
<li><b>Add Date to the Thumbnail posts text</b>
<p>Adds a short formatted date at the beginning of the text in thumbnail posts. The date format can be set in the theme settings (Short Date Format)</p>
</li>
<li><b>Exclude the text from thumbnail posts</b>
<p>Removes the text from thumbnail posts.</p>
</li>
<li><b>Add an image border to thumbnail posts</b>
<p>Add a 1px border around the thumbnail post images.</p>
</li>
<li><b>Produce thumbnails for videos (proplayer must be installed)</b>
<p>This works for videos (proplayer shortcode and url) added in the &#8220;Big Feature post/page settings&#8221; below the editor.</p>
</li>
</ul>
<h5>The rest of the general settings</h5>
<ul>
<li><b>Post Meta Information</b>
<p>Add/remove meta information below the post heading. Comment icon show the number of posts on the right side of the post heading.</p>
</li>
<li><b>Container Width</b>
<p>This sets the width of the website (feature images must be at least this width to be displayed).</p>
</li>
<li><b>Sidebar Width</b>
<p>This sets the width of sidebar (reduces the width of the content area).</p>
</li>
<li><b>Sidebar 2 Width</b>
<p>This sets the width of the second sidebar column (reduces the width of the content area).</p>
</li>
<li><b>Sidebar Margin</b>
<p>This sets the width of the margin between the content and the sidebar.</p>
</li>
<li><b>Container top Margin</b>
<p>Pushes the page container down. Useful if adding a top background image.</p>
</li>
<li><b>Thumb post image height</b>
<p>Thumb post height (blog index/archive/search/related posts/bfthumbs).</p>
</li>
<li><b>Thumb Width</b>
<p>Sets a custom width for the thumb posts in the blog. Makes it possible to add paddings etc. Use the <a href="http://youtu.be/mzFXQVhiNOs">shortcode template system</a> for more advanced changes on the post layout.</p>
</li>
<li><b>Thumb Width 2</b>
<p>Same as above only for pages.</p>
</li>
<li><b>Footer columns</b>
<p>Number of columns in the Footer Links widget area.</p>
</li>
<li><b>Upload a Logo</b>
<p>Here you can upload a logo (needs to be enabled in the featured section). See video for example how to.</p>
</li>
<li><b>Logo URL</b>
<p>This can be set instead of uploading a logo (full url). Useful if the logo image is on an external site. </p>
</li>
<li><b>Image Caption Style</b>
<p>The design of the captions added to the default/feature images (the images must be added with the &#8220;Set featured image&#8221; functionality for captions to show). The captions is added in the uploader for the image.</p>
</li>
<li><b>Blockquote Style</b>
<p>Default style for blockquotes.</p>
</li>
<li><b>TimThumb Cropping Alignment (zoomcrop)</b>
<p>How timthumb crops the image (where it cuts the image when making it smaller). This can be overriden in the bfthumbs shortcode.</p>
</li>
<li><b>Blog title tag (SEO)</b>
<p>Custom title tag for the blog index/frontpage (use the page fields SEO fields for static frontpages).</p>
</li>
<li><b>Blog meta description (SEO)</b>
<p>Custom meta description for the blog index/frontpage.</p>
</li>
<li><b>Blog meta keywords (SEO)</b>
<p>Custom meta keywords for the blog index/frontpage.</p>
</li>
<li><b>Limit frontpage text</b>
<p>Number of words to automatically limit (cut off and a readmore is displayed to read the rest of the post) for the front page text (also archive and search). This is set off by default, so the post can be limited by readmore or using an excerpt instead.</p>
</li>
<li><b>Limit thumbnail text</b>
<p>Same as above, but for thumbnails. This is enabled by default.</p>
</li>
<li><b>Limit portfolio text</b>
<p>Limits the text in the portfolio2 template. This is enabled by default.</p>
</li>
<li><b>Normal default image max height</b>
<p>This sets the max height of normal/medium default images.</p>
</li>
<li><b>Date Format</b>
<p>php date format for the date meta information.</p>
</li>
<li><b>Short Date Format</b>
<p>php date format for thumbnail posts and recent/related posts.</p>
</li>
<li><b>Home menu name</b>
<p>The text for the navigation item for the frontpage.</p>
</li>
<li><b>Read More text</b>
<p>The text for the read more link.</p>
</li>
<li><b>Thumb posts Read More text</b>
<p>The text for the read more link for thumbnail posts.</p>
</li>
<li><b>Number of Popular Posts</b>
<p>The number of posts to list using the &#8220;Popularity Contest plugin&#8221; after the article.</p>
</li>
<li><b>Popular Posts Report Type</b>
<p>The type of &#8220;most popular&#8221; list to show.</p>
</li>
<li><b>Number of Recent Posts</b>
<p>The number of &#8220;recent posts&#8221; to list under the article (if enabled).</p>
</li>
<li><b>Max Number of Related Posts</b>
<p>The maximum number of &#8220;related posts&#8221; to list under the article (if enabled).</p>
</li>
<li><b>Feedburner RSS Feed url</b>
<p>Feedburner rss url. Will replace all rss links.</p>
</li>
<li><b>Feedburner ID For Email Subscription</b>
<p>Feedburner ID for the custom feed widget that shows a &#8220;subscribe by email&#8221; form (this is what&#8217;s after http://feeds.feedburner.com/ in the url above).</p>
</li>
<li><b>Import Google jQuery</b>
<p>Makes it possible to use Google jQuery instead of the one that comes with Wordpress. Write the version number to be used, example: 1.5.2, or paste the full url.</p>
</li>
<li><b>Timthumb URL</b>
<p>Use a custom url for CDN caching. <a href="http://www.vfxdude.com/forum/topic/caching-timthumb-with-apache-rewrite-rule#post-8119">More information</a>.</p>
</li>
<li><b>Footer Text</b>
<p>Change The footer text and links (this replaces the designed by text). The rss links can be disabled in misc.</p>
</li>
<li><b>Scripts / Stylesheets (header)</b>
<p>Adds code to the head tags (for javascript and css etc.).</p>
</li>
<li><b>Scripts / Stylesheets (footer)</b>
<p>Adds code to the bottom the page (for javascript and css etc.).</p>
</li>
</ul>
<h5>Navigation</h5>
<p>&#8220;Add/remove/Sort the Navigation&#8221; is a simple way to change the top menu by drag and dropping items to/from the navigation. In many themes you have to type the ID of the post to add it, and many don&#8217;t even include the possibility to add categories. Here you got an easy way to do both, without the hassle of finding the ID&#8217;s. The drag and drop functionality was added in version 1.0.1, a video of this functionality is available <a href="http://www.vfxdude.com/navigation-sort/">here</a>. The next setting, &#8220;Enable dropdown menu for pages/categories&#8221; you can enable a dropdown hiearchy for the menu item. All children for the menu item will be included. </p>
<p>Press the green plus sign to create more navigations. Click the navigation name to rename. This name is used when adding navigations with the <a href="http://www.vfxdude.com/bigfeature/2009/10/faq/#xtranavs">bfnav shortcode or the bf_navigation function call</a></p>
<ul>
<li><b>Include Categories in the navigation admin</b>
<p>Adds categories to the navigation admin list.</p>
</li>
<li><b>Include Links in the navigation admin</b>
<p>Adds links to the navigation admin list.</p>
</li>
<li><b>Enable the multiple navigation functionality</b>
<p>Adds a + icon next to the main naviagtion. When it&#8217;s clicked more navigations will be added.</p>
</li>
<li><b>Remove the add pages checkbox (from the pages admin)</b>
<p>Removes the &#8220;Add this page to the navigation&#8221; checkbox from the pages section.</p>
</li>
<li><b>Show down arrow to indicate dropdown menu</b>
<p>Shows a arrow in the navigation to mark a dropdown menu.</p>
</li>
<li><b>Use the WP Menu Admin instead of this one</b>
<p>Use the Wordpress menu admin instead of the theme navigation admin.</p>
</li>
<li><b>Navigation Style</b>
<p>Changes the style of the main navigation.</p>
</li>
</ul>
<p><h5>Typography</h5>
<ul>
<li><b>Cufon font replacement</b>
<p>Setting for displaying the sitename, slogan, navigation, post heading, H1 &#038; H2 tag as an anti aliased font. The font used is chosen in the &#8220;Default Cufon font&#8221; list or uploaded with the Cufon uploader.</p>
</li>
<li><b>Default Cufon font</b>
<p>Choose another default cufon font without uploading.</p>
</li>
<li><b>Cufon targets</b>
<p>Makes it possible to make other page elements use cufon fonts. Use css selectors to target where to use the font selected in the default cufon font list. Example: .page h2</p>
</li>
<li><b>Cufon Font Uploader</b>
<p>Makes it possible to add new cufon fonts. See <a href="http://www.vfxdude.com/cufon-uploader-and-slider/">this video</a> for more info.</p>
</li>
<li><b>Load Google Web Fonts</b>
<p>Loads Google web fonts and adds them to the font select lists at the bottom of the typography tab. Just browse the Google webfont library and add a font per line (name (with or without styles) or the whole link code).</p>
</li>
<li><b>Add Font Families</b>
<p>Add custom font family names to be added to the font select lists at the bottom of the typography tab.</p>
</li>
<li><b>Sitename text size</b>
<p>The font size in pixels for the sitename.</p>
</li>
<li><b>Tagline text size (px)</b>
<p>The font size in pixels for the tagline/slogan/description.</p>
</li>
<li><b>Navigation text size (px)</b>
<p>The font size in pixels for the navigation.</p>
</li>
<li><b>Article header &#038; H1-tag size</b>
<p>The font size in pixels for the post header and H1 tag</p>
</li>
<li><b>Body text size (px)</b>
<p>The font size in pixels for the body tag (whole website).</p>
</li>
<li><b>Post text size (px)</b>
<p>The font size in pixels for the post text.</p>
</li>
<li><b>Body text font Type</b>
<p>Default font family for the website.</p>
</li>
<li><b>Heading font type</b>
<p>Font family for the headings.</p>
</li>
<li><b>Sitename font type</b>
<p>Font family for the site name/title.</p>
</li>
<li><b>Tagline font type</b>
<p>Font family for the tagline/slogan/description.</p>
</li>
<li><b>Navigation font type</b>
<p>Font family for the navigation.</p>
</li>
</ul>
<p><h5>Colors</h5>
<p>Quite self explanatory, adds the possibility to change the colors for sitename, slogan, navigation, links etc. Enable the &#8220;Cache the settings stylesheet&#8221; to write the colors to a css file (speed improvements).
</ul>
</p>
<p><h5>Custom</h5>
<ul>
<li><b>Custom Widget Area</b>
<p>Create custom sidebars to be added with the widgetarea shortcode in pages or <a href="http://youtu.be/mzFXQVhiNOs">shortcode templates</a>.</p>
</li>
<li><b>Custom Post Type</b>
<p>Adds custom post types. Custom taxonomies for categories and tags is also added. A custom post type can be useful for a portfolio, video library etc. The syntax is name:label. The name can&#8217;t have any spaces, but label can. The label can be the plural for of the post type, and the name the singular. Example: video:Videos.</p>
</li>
<li><b>Custom Taxonomy</b>
<p>Adds a custom taxonomy to a post type. Category and tag is examples taxonomies, other can be information that can be used in a filter (check the bfdynamic shortcode for adding filters). The syntax is name:postType:hierarchical:label:singular-label. Only the name and post type is required. Hierarchical sets if it should be like tags (false) or categories (true. this is the default). The fist label is the Plural label.</p>
</li>
<li><b>Post Formats</b>
<p>Adds post formats available to assign posts to. The bfloop shortcode can show blog posts using the post formats for custom designs. For example a video post format, can only show the video and title without any text. The syntax is just the post format names. Example: quote,image,video,link.</p>
</li>
<li><b>Custom Shortcodes</b>
<p>Add custom shortcodes. This field is just the name of the shortcode (without any space).</p>
</li>
<li><b>Custom Shortcodes Content</b>
<p>This is the content of the shortcode. Text, html and shortcodes can be added. Parameters can also be added: </p>
<pre>[myshortcode]this is a {test=book}[/myshortcode]</pre>
<p>. Then the shortcode can be added like this:
<pre>[myshortcode test="video"]</pre>
<p>. If no variable is passed the default of book will be used.</p>
</li>
<li><b>CSS</b>
<p>Add custom css. An alternative to adding it style.css abd in child themes.</p>
</li>
<li><b>Scripts / Stylesheets (header)</b>
<p>Adds code to the head tags (for javascript and css etc.).</p>
</li>
<li><b>Scripts / Stylesheets (footer)</b>
<p>Adds code to the bottom the page (for javascript and css etc.).</p>
</li>
</ul>
<h2>Default Image Settings for posts/pages</h2>
<p>When adding/editing posts/pages there this theme have added an meta box (below the editor) for adding a default article image. There is an &#8220;upload an image&#8221; button, which is the same as the small &#8220;add an image&#8221; icon above the editor. The reason this was added is that the icon is so small, might be easy to miss for new users of wordpress, so a big button with clear text might be helpful. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.vfxdude.com/bigfeature/2009/07/theme-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
