File: /home/posscale/www/WP-POS/wp-content/themes/angle/functions/options.php
<?php return array(
/* Theme Admin Menu */
"menu" => array(
array("id" => "1",
"name" => "General"),
array("id" => "2",
"name" => "Homepage"),
),
/* Theme Admin Options */
"id1" => array(
array("type" => "preheader",
"name" => "Theme Settings"),
array("name" => "Custom Feed URL",
"desc" => "Example: <strong>http://feeds.feedburner.com/wpzoom</strong>",
"id" => "misc_feedburner",
"std" => "",
"type" => "text"),
array("name" => "Enable comments for static pages",
"id" => "comments_page",
"std" => "off",
"type" => "checkbox"),
array(
"type" => "preheader",
"name" => "Global Posts Options"
),
array(
"name" => "Content",
"desc" => "Number of posts displayed on homepage can be changed <a href=\"options-reading.php\" target=\"_blank\">here</a>.",
"id" => "display_content",
"options" => array(
'Excerpt',
'Full Content',
'None'
),
"std" => "Excerpt",
"type" => "select"
),
array(
"name" => "Excerpt length",
"desc" => "Default: <strong>50</strong> (words)",
"id" => "excerpt_length",
"std" => "50",
"type" => "text"
),
array(
"type" => "startsub",
"name" => "Featured Image"
),
array(
"name" => "Display Featured Image at the Top",
"id" => "index_thumb",
"std" => "on",
"type" => "checkbox"
),
array(
"name" => "Featured Image Width (in pixels)",
"desc" => "Default: <strong>1040</strong> (pixels).<br/><br/>You'll have to run the <a href=\"http://wordpress.org/extend/plugins/regenerate-thumbnails/\" target=\"_blank\">Regenerate Thumbnails</a> plugin each time you modify width or height (<a href=\"http://www.wpzoom.com/tutorial/fixing-stretched-images/\" target=\"_blank\">view how</a>).",
"id" => "thumb_width",
"std" => "1040",
"type" => "text"
),
array(
"name" => "Featured Image Height (in pixels)",
"desc" => "Default: <strong>320</strong> (pixels)",
"id" => "thumb_height",
"std" => "320",
"type" => "text"
),
array(
"type" => "endsub"
),
array(
"name" => "Display Author",
"id" => "display_author",
"std" => "on",
"type" => "checkbox"
),
array(
"name" => "Display Date/Time",
"desc" => "<strong>Date/Time format</strong> can be changed <a href='options-general.php' target='_blank'>here</a>.",
"id" => "display_date",
"std" => "on",
"type" => "checkbox"
),
array(
"name" => "Display Category",
"id" => "display_category",
"std" => "on",
"type" => "checkbox"
),
array(
"name" => "Display Comments Count",
"id" => "display_comments",
"std" => "on",
"type" => "checkbox"
),
array(
"type" => "preheader",
"name" => "Single Post Options"
),
array(
"name" => "Display Featured Image at the Top",
"id" => "post_thumb",
"std" => "on",
"type" => "checkbox"
),
array(
"name" => "Display Author",
"desc" => "You can edit your profile on this <a href='profile.php' target='_blank'>page</a>.",
"id" => "post_author",
"std" => "on",
"type" => "checkbox"
),
array(
"name" => "Display Date/Time",
"desc" => "<strong>Date/Time format</strong> can be changed <a href='options-general.php' target='_blank'>here</a>.",
"id" => "post_date",
"std" => "on",
"type" => "checkbox"
),
array(
"name" => "Display Category",
"id" => "post_category",
"std" => "on",
"type" => "checkbox"
),
array(
"name" => "Display Tags",
"id" => "post_tags",
"std" => "on",
"type" => "checkbox"
),
array("type" => "startsub",
"name" => "Sharing Buttons"),
array("name" => "Display Sharing Buttons",
"id" => "post_share",
"std" => "on",
"type" => "checkbox"),
array("name" => "Twitter Button Label",
"desc" => "Default: <strong>Share on Twitter</strong>",
"id" => "post_share_label_twitter",
"std" => "Share on Twitter",
"type" => "text"),
array("name" => "Facebook Button Label",
"desc" => "Default: <strong>Share on Facebook</strong>",
"id" => "post_share_label_facebook",
"std" => "Share on Facebook",
"type" => "text"),
array("name" => "Google+ Button Label",
"desc" => "Default: <strong>Share on Google+</strong>",
"id" => "post_share_label_gplus",
"std" => "Share on Google+",
"type" => "text"),
array("type" => "endsub"),
array(
"name" => "Display Comments",
"id" => "post_comments",
"std" => "on",
"type" => "checkbox"
),
array(
"type" => "preheader",
"name" => "Portfolio Post Options"
),
array(
"name" => "Display Date/Time",
"desc" => "<strong>Date/Time format</strong> can be changed <a href='options-general.php' target='_blank'>here</a>.",
"id" => "portfolio_date",
"std" => "on",
"type" => "checkbox"
),
array(
"name" => "Display Category",
"id" => "portfolio_category",
"std" => "on",
"type" => "checkbox"
),
),
"id2" => array(
array("type" => "preheader",
"name" => "Homepage Slideshow"),
array("name" => "Display Slideshow on homepage?",
"desc" => "Do you want to show a featured slider on the homepage? To add posts in slider, go to <a href='edit.php?post_type=slider' target='_blank'>Slideshow section</a>",
"id" => "featured_posts_show",
"std" => "on",
"type" => "checkbox"),
array("name" => "Autoplay Slideshow?",
"desc" => "Do you want to auto-scroll the slides?",
"id" => "slideshow_auto",
"std" => "on",
"type" => "checkbox",
"js" => true),
array("name" => "Slider Autoplay Interval",
"desc" => "Select the interval (in miliseconds) at which the Slider should change posts (<strong>if autoplay is enabled</strong>). Default: 3000 (3 seconds).",
"id" => "slideshow_speed",
"std" => "3000",
"type" => "text",
"js" => true),
array("name" => "Slider Effect",
"desc" => "Select the effect for slides transition.",
"id" => "slideshow_effect",
"options" => array('Slide', 'Fade'),
"std" => "Slide",
"type" => "select",
"js" => true),
array("name" => "Number of Posts in Slider",
"desc" => "How many posts should appear in Slider on the homepage? Default: 5.",
"id" => "featured_posts_posts",
"std" => "5",
"type" => "text"),
array("type" => "preheader",
"name" => "Welcome Message"),
array("name" => "Show Welcome Message on Homepage?",
"id" => "intro",
"std" => "on",
"type" => "checkbox"),
array("name" => "Message Title",
"desc" => "For example: <em>Welcome to our website!</em>",
"id" => "intro_title",
"std" => "",
"type" => "text"),
array("name" => "Message Content",
"desc" => "Add a short description about your website or agency. ",
"id" => "intro_content",
"type" => "textarea"),
array("name" => "Call-to-action Button URL",
"desc" => "For example: <em>http://www.wpzoom.com</em>",
"id" => "intro_url",
"std" => "",
"type" => "text"),
array("name" => "Call-to-action Button Title",
"desc" => "For example: <em>View our portfolio</em>",
"id" => "intro_btn",
"std" => "",
"type" => "text"),
),
"portfolio" => array(
array(
"type" => "preheader",
"name" => "Portfolio Options"
),
array(
"name" => "Number of items per page in Portfolio Template (paginated) ",
"desc" => "Default: <strong>9</strong>",
"id" => "portfolio_posts",
"std" => "9",
"type" => "text"
),
array(
"name" => "Portfolio Page",
"desc" => "Choose the page to which should link <em>All</em> button.",
"id" => "portfolio_url",
"std" => "",
"type" => "select-page"
),
array(
"name" => "Display portfolio category under each item?",
"id" => "portfolio_display_category",
"std" => "on",
"type" => "checkbox"
)
)
/* end return */);