Vidiho Theme Docs

Please note that Vidiho was built as primarily a video blogging theme.  You can use other types of content of course, but the full potential of this theme is in the presentation of video content.

Theme features

Post formats
Your theme comes with support of post formats. These allow you to change the behavior of each post, depending on the format you choose. Depending on the post format, an icon appears, post format icon on the right of each post, stating the type of the post, and clicking on that, takes you to a listing page of that post type.
To choose a post format, create a new (or edit an existing) post, and from the Format box, select the format you want. The supported formats are:

  • Standard: This is the standard format, just a plain post that can have a featured image.
  • Video: The video post type allows you to embed videos from a variety of sources. On the Video Details box, enter the URL of a video from a supported website, for example:
    Code:
    http://www.youtube.com/watch?v=4Z9WVZddH9w

    You can also paste in the same box, the embed codes given by unsupported websites. YouTube is supported, but for the sake of example:

    Code:
    <iframe width="560" height="315" src="http://www.youtube.com/embed/4Z9WVZddH9w" frameborder="0" allowfullscreen></iframe>

    and

    Code:
    <object width="560" height="315"><param name="movie" value="http://www.youtube.com/v/4Z9WVZddH9w?version=3&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/4Z9WVZddH9w?version=3&amp;hl=en_US" type="application/x-shockwave-flash" width="560" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object>

    should also both work if pasted in the input box.

Widgets
This theme supports widgets. There are various widget areas defined.

  • Blog Sidebar, which appears on the right hand side of all posts and video.
  • Pages Sidebar, which appears on the right hand side of all normal pages.
  • Footer Widgets, which appears on the footer of all posts and pages.
  • Social Widget on Header, which appears on the top right corner of the website’s header, and is shown on all posts and pages. This area is exclusively designed to hold only one instance of the -=CI SOCIAL=- widget. If you want this area to remain blank, don’t assign the widget on this area.

Custom Menus
This theme supports custom menus. There is one menu location defined, Main Menu, that appears on the top of each page. For information on using custom menus, please see read http://codex.wordpress.org/Appearance_Menus_Screen.

Front Page template
To set-up a front page, you need to create two pages. Name the first one “Blog” or something similar. Name the second one “Front Page” or something similar, and from the Page Attributes box assign it the Front Page template. Next, go to Settings -> Reading, on the Front page displays select A static page and on the following two drop-downs select first your Front Page and then your Blog page. Save your changes.

The front page consists of a slider, a Recent videos section, a Latest articles section, and a sidebar. The sidebar used is the Blog Sidebar.
To assign images and/or videos to the slider, you need to create blog posts. From your admin screen, go to Posts -> New Post, enter a title, content, assign a big enough Featured Image and on the Slider Details box, check the Show this post’s image/video on the homepage slider checkbox.
To display a video, you need to select the Video post format and assign a oEmbed compatible URL, or the embed code from unsupported websites. You still need to have the Show this post’s image/video on the homepage slider checkbox checked.
If the post has the video post format assigned but the url/code of the video is empty, its featured image will be used on the slider instead.
The number of recent videos and latest articles that are displayed on the front page, can be changed from the CSSIgniter Settings panel.

Archive page template
You can have an archive page displaying your posts based on the date. All you need is to create an empty page and assign the Archive template from the Page Attributes box.

Full Width Page template
You may have any page displaying full-width, without a sidebar. All you need is to assign the Full Width, No Sidebar template from the Page Attributes box.

CSSIGNITER Settings
Our custom options panel can be found under Appearance -> CSSIgniter Settings. Let’s have a look at each tab’s options:

Site Options
From this tab you can set your site’s properties.

  • Logo text: Textual logo – site title
  • Slogan text: Textual slogan – site description
  • Upload your logo: Allows you to upload a logo image. You need to upload it to the correct size. Logo text is used as alternative logo description.
  • Color scheme: Allows you to change the color scheme used.
  • Upload your favicon: Uploads and registers a favicon. It must be already in .ico format.
  • Sample content: Creates or deletes the sample content.

Homepage Options
From this tab you can refine the behavior of the front page template.

  • Number of video posts: Sets the number of Recent video posts displayed on the front page.
  • Number of normal posts: Sets the number of Latest articles displayed on the front page.
  • Slider Options: Allows you to fine-tune the behavior of the slider.

Background Options
Within the background options tab you can override the template’s background settings and set yours as needed. If don’t want that, just keep this tab disabled by checking the checkbox “Disable custom background”.

Display Options
Various options that affect what your website displays.

  • Read More text: What will be displayed instead of the default Read More…
  • Excerpt length (in words): Limits how many words the excerpt will be, and whether it should be linked to the post.
  • Excerpt auto cut-off text: When a manual excerpt is not provided, WordPress generates one automatically from your post’s content, limiting the words according to the setting above. Because that may be mid-paragraph, the cut-off text is appended at the end to show that the text continues.
  • Title separator: How the various elements of the <title> tag will be separated (dash, pipe, colon, etc)
  • Show “Comments are closed” message: Allows you to hide/show the default “Comments are closed” message when comments are disabled.

Social Options
These options control the behavior of the -=CI Social=- widget. The widget displays Social Media icons, depending on the services you have enabled and provided a link to your profile, in this page.

Archive Options
These options control the behavior of the Archive page (if you created one) with the Archive page template assigned.

Google options

  • Google Analytics Code: Just copy paste your Google Analytics code exactly as given by their website, and you are all set for tracking visits.

FeedBurner Options

  • FeedBurner Feed URL: Paste the feed that FeedBurner provides you with, and it will be automatically be server to your users.
  • FeedBurner Email URL: Paste the URL FeedBurner provides for registering to email updates.

Custom CSS
Paste your custom css in the box, and it will override the theme’s styles, along with the Background Options.

Leave A Comment...