Wordpress/Mandigo/Options
From onehertz
[edit] Theme Options
Mandigo lists all its options in theme_options.php and initializes a handful of them in functions.php. Here you can see what each option does and what the available choices are.
This page will mostly be useful for WPMU users who want to set certain Mandigo options for new blogs.
[edit] Examples
in functions.php you see many lines like this:
if (!$mandigo_options['header_navigation_position']) $mandigo_options['header_navigation_position'] = 'right';
by changing 'right' to 'left', new blogs will have their header navigation links on the left.
[edit] Mandigo Options
- scheme
- Defines: what color scheme will be used
- Choices:
- Default:
- scheme_randomize
- Defines: whether or not Mandigo will use random schemes from the /schemes/ directory
- Choices: "true", "false"
- Default: "false"
- header_navigation_position
- Defines: position of the navigation links (home, about) on the bottom of the header
- Choices: "left", "right"
- Default: "right"
- header_navigation_no_submenus
- Defines: whether or not header submenus will be disabled
- Choices: "true", "false"
- Default: "false"
- header_navigation_stripe
- Defines: whether or not the header menu will use a translucent background stripe
- Choices: "true", "false"
- Default: "false"
- background_pattern_file
- Defines:
- Choices:
- Default:
- background_pattern_fixed
- Defines:
- Choices:
- Default:
- background_pattern_repeat
- Defines:
- Choices:
- Default:
- background_pattern_position
- Defines:
- Choices:
- Default:
- sidebar_count
- Defines: the number of sidebars
- Choices: "0", "1", "2"
- Default: "1"
- sidebar_always_show
- Defines: whether or not the sidebars will show up in single post view
- Choices: "true", "false"
- Default: "false"
- sidebar_1_position
- Defines: the first sidebar position
- Choices: "left", "right"
- Default: "right"
- sidebar_2_position
- Defines: the second sidebar position
- Choices: "left", "right"
- Default: "right"
- sidebar_1_width
- Defines: the width of the first sidebar in pixels
- Choices: any integer value
- Default: "210"
- sidebar_2_width
- Defines: the width of the second sidebar in pixels
- Choices: any integer value
- Default: "210"
- header_blogname_smaller_font
- Defines:
- Choices:
- Default:
- header_blogname_stroke
- Defines: whether or not a text stroke will be applied to the blog name and description
- Choices: "true", "false"
- Default: "false"
- header_blogname_shadow
- Defines: whether or not a drop shadow will be applied to the blog name and description
- Choices: "true", "false"
- Default: "false"
- header_blogname_hide
- Defines: whether or not the blog name will be hidden
- Choices: "true", "false"
- Default: "false"
- header_blogdesc_hide
- Defines: whether or not the blog description will be hidden
- Choices: "true", "false"
- Default: "false"
- header_random_image
- Defines:
- Choices:
- Default:
- header_slim
- Defines:
- Choices:
- Default:
- title_scheme_index
- Defines: the title tag pattern for the blog index
- Choices: see Search Engine Optimization
- Default: "%blogname% - %tagline%"
- title_scheme_single
- Defines: the title tag pattern for single posts
- Choices: see Search Engine Optimization
- Default: "%blogname% » %post%"
- title_scheme_page
- Defines: the title tag pattern for pages
- Choices: see Search Engine Optimization
- Default: "%blogname% » %post%"
- title_scheme_category
- Defines: the title tag pattern for category archives
- Choices: see Search Engine Optimization
- Default: "%blogname% » Archive for %category%"
- title_scheme_date
- Defines: the title tag pattern for date archives
- Choices: see Search Engine Optimization
- Default: "%blogname% » Archive for %date%"
- title_scheme_search
- Defines: the title tag pattern for search results
- Choices: see Search Engine Optimization
- Default: "%blogname% » Search Results for "%search%""
- heading_level_blogname
- Defines: the HTML tag to use for the blog name
- Choices: "h1", "h2", "h3", "h4", "h5", "h6", "div"
- Default: "h1"
- heading_level_blogdesc
- Defines: the HTML tag to use for the blog description
- Choices: "h1", "h2", "h3", "h4", "h5", "h6", "div"
- Default: "h6"
- heading_level_post_title_multi
- Defines: the HTML tag to use for post titles when showing multiple posts (index, archives, …)
- Choices: "h1", "h2", "h3", "h4", "h5", "h6", "div"
- Default: "h2"
- heading_level_post_title_single
- Defines: the HTML tag to use for post titles in single post view
- Choices: "h1", "h2", "h3", "h4", "h5", "h6", "div"
- Default:
- heading_level_page_title
- Defines: the HTML tag to use for page titles (this includes "Archives for", "Search Results", …)
- Choices: "h1", "h2", "h3", "h4", "h5", "h6", "div"
- Default: "h2"
- heading_level_widget_title
- Defines: the HTML tag to use for widget titles
- Choices: "h1", "h2", "h3", "h4", "h5", "h6", "div"
- Default: "h4"
- bold_links
- Defines: whether or not all links should be displayed in bold
- Choices: "true", "false"
- Default: "false"
- no_text_wrapping
- Defines:
- Choices:
- Default:
- collapse_posts
- Defines:
- Choices:
- Default:
- date_format
- Defines:
- Choices:
- Default:
- emphasize_as_bold
- Defines:
- Choices:
- Default:
- clear_all_paragraphs
- Defines:
- Choices:
- Default:
- no_image_borders
- Defines:
- Choices:
- Default:
- dont_justify
- Defines:
- Choices:
- Default:
- display_tags_after_content
- Defines:
- Choices:
- Default:
- disable_animations
- Defines: whether or not javascript animations will be disabled
- Choices: "true", "false"
- Default: "false"
- comments_numbering
- Defines: whether or not comments will be numbered
- Choices: "true", "false"
- Default: "false"
- comments_highlight_author
- Defines: whether or not the comments made by thepost author will be highlighted
- Choices: "true", "false"
- Default: "false"
- comments_allow_markup
- Defines: whether or not allowed HTML tags in comments should be advertised
- Choices: "true", "false"
- Default: "false"
- comments_no_gravatars
- Defines: whether or not gravatars should be disabled
- Choices: "true", "false"
- Default: "false"
- trackbacks_position
- Defines:
- Choices:
- Default:
- fixes_comments_1
- Defines:
- Choices:
- Default:
- fixes_comments_2
- Defines:
- Choices:
- Default:
- fixes_whitespace_pre
- Defines:
- Choices:
- Default:
- fixes_touch_content
- Defines:
- Choices:
- Default:
- footer_statistics
- Defines: whether or not page generation time and sql queries ill be displayed in the footer
- Choices: "true", "false"
- Default: "false"
- full_search_results
- Defines: whether or not full search results will be displayed. When set to "false", only the post title and metadata will be displayed
- Choices: "true", "false"
- Default: "false"
- no_datestamps
- Defines: whether or not the datestamps should be hidden
- Choices: "true", "false"
- Default: "false"
- drop_caps
- Defines:
- Choices:
- Default:
- font_family
- Defines:
- Choices:
- Default:
- no_comments_on_pages;
- Defines: whether or not comments will be allowed on pages
- Choices: "true", "false"
- Default: ""false"
