*/
$html = '';
$html .= '
'.__('Portfolio Page Options','blogBox').'
';
$html .= ''.__('blogBox allows you to create up to 5 different Portfolio Templates.','blogBox').' ';
$html .= __('These templates are popular in Wordpress as they offer a unique way of presenting your portfolio.','blogBox').' ';
$html .= __('Up to four columns can be used in each Portfolio Page.','blogBox').'
';
$html .= ''.__('When you are working with 2,3, or 4 column portfolios, you should make a choice on the content to show.','blogBox').' ';
$html .= __('Choose to either show content from the post or from the media image.','blogBox').' ';
$html .= __('If you choose the media image content you can select Feature Caption and/or Feature Description.','blogBox').' ';
$html .= __('If you pick all three and you can, the spacing may come out weird looking.','blogBox').' ';
$html .= __('The pages were designed like this so you can create feature posts with a lot of text and images. ','blogBox').' ';
$html .= __('In such a case you should display content from the media Feature image. When the visitor clicks the image, they are taken to the full post.','blogBox').' ';
$html .= __('To display the photos evenly across the page, the Feature Caption and Feature Description elements are a fixed height.','blogBox').'
';
$html .= ''.__('Images are posted by inserting feature images in posts:','blogBox').'
';
$html .= '- '.__('Create a new page with "Portfolio A" selected as the template','blogBox').'
';
$html .= '- '.__('Publish the Page','blogBox').'
';
$html .= '- '.__('Go to "Appearance" => "blogBox Options" => "Portfolio Pages" tab','blogBox').'
';
$html .= '- '.__('"Portfolio Columns" - select the number of columns you would like','blogBox').'
';
$html .= '- '.__('"Portfolio Post Category" - leave as default or use your own category','blogBox').'
';
$html .= '- '.__('"Show Post Content" - Check the box if you want the content from the post to be shown, only applies for 2,3, and 4 column portfolios. For single column portfolios this is shown in the right hand column along with the post title, and is always shown.','blogBox').'
';
$html .= '- '.__('"Show Feature Image Caption" - Check this box if you want the caption you put into the media upload panel for the feature image, to be shown.','blogBox').'
';
$html .= '- '.__('"Show Feature Image Description" - Check this box if you want the description you put into the media upload panel for the feature image, to be shown.','blogBox').'
';
$html .= '- '.__('"Show Posts in Blog" - Check this box if you want the posts for this Portfolio listed in your blog section.','blogBox').'
';
$html .= '- '.__('Go to the bottom of the options panel and "Save Settings"','blogBox').'
';
$html .= '- '.__('Go to "Posts" => "Categories" and if the category you listed previously does not exist, create it.','blogBox').'
';
$html .= '- '.__('Create the posts and ensure you have the category selected. Upload and install the featured image.','blogBox').'
';
return $html;
?>