<?
/* add post type for slideshow */
add_action( 'init', 'codex_posttype_pricing' );
/**
 * Register a hk_slideshow post type.
 *
 * @link http://codex.wordpress.org/Function_Reference/register_post_type
 */
function codex_posttype_pricing() {
	$labels = array(
		'name'               => _x( 'Pricing', 'post type general name', 'your-plugin-textdomain' ),
		'singular_name'      => _x( 'Pricing', 'post type singular name', 'your-plugin-textdomain' ),
		'menu_name'          => _x( 'Pricing', 'admin menu', 'your-plugin-textdomain' ),
		'name_admin_bar'     => _x( 'Pricing', 'add new on admin bar', 'your-plugin-textdomain' ),
		'add_new'            => _x( 'Add Pricing', 'slide', 'your-plugin-textdomain' ),
		'add_new_item'       => __( 'Add New Pricing', 'your-plugin-textdomain' ),
		'new_item'           => __( 'New Pricing', 'your-plugin-textdomain' ),
		'edit_item'          => __( 'Edit Pricing', 'your-plugin-textdomain' ),
		'view_item'          => __( 'View Pricing', 'your-plugin-textdomain' ),
		'all_items'          => __( 'All Pricings', 'your-plugin-textdomain' ),
		'search_items'       => __( 'Search Pricings', 'your-plugin-textdomain' ),
		'parent_item_colon'  => __( 'Parent Pricing:', 'your-plugin-textdomain' ),
		'not_found'          => __( 'No Pricings found.', 'your-plugin-textdomain' ),
		'not_found_in_trash' => __( 'No Pricings found in Trash.', 'your-plugin-textdomain' )
	);

	$args = array(
		'labels'             => $labels,
		'public'             => true,
		'publicly_queryable' => true,
		'show_ui'            => true,
		'show_in_menu'       => true,
		'query_var'          => true,
		'rewrite'            => array( 'slug' => 'hk_pricing' ),
		'capability_type'    => 'post',
		'has_archive'        => true,
		'hierarchical'       => false,
		'menu_position'      => null,
		'supports'           => array( 'title', 'editor', 'thumbnail', 'custom-fields' )
	);

	register_post_type( 'hk_pricing', $args );
}
/* shortcode for slideshow */
?>
<?
/* add post type for slideshow */
add_action( 'init', 'codex_posttype_slideshow' );
/**
 * Register a hk_slideshow post type.
 *
 * @link http://codex.wordpress.org/Function_Reference/register_post_type
 */
function codex_posttype_slideshow() {
	$labels = array(
		'name'               => _x( 'Slideshows', 'post type general name', 'your-plugin-textdomain' ),
		'singular_name'      => _x( 'Slideshow', 'post type singular name', 'your-plugin-textdomain' ),
		'menu_name'          => _x( 'Slideshow', 'admin menu', 'your-plugin-textdomain' ),
		'name_admin_bar'     => _x( 'Slideshow', 'add new on admin bar', 'your-plugin-textdomain' ),
		'add_new'            => _x( 'Add New', 'slide', 'your-plugin-textdomain' ),
		'add_new_item'       => __( 'Add New Slide', 'your-plugin-textdomain' ),
		'new_item'           => __( 'New Slide', 'your-plugin-textdomain' ),
		'edit_item'          => __( 'Edit Slide', 'your-plugin-textdomain' ),
		'view_item'          => __( 'View Slide', 'your-plugin-textdomain' ),
		'all_items'          => __( 'All Slides', 'your-plugin-textdomain' ),
		'search_items'       => __( 'Search Slides', 'your-plugin-textdomain' ),
		'parent_item_colon'  => __( 'Parent Slides:', 'your-plugin-textdomain' ),
		'not_found'          => __( 'No Slides found.', 'your-plugin-textdomain' ),
		'not_found_in_trash' => __( 'No Slides found in Trash.', 'your-plugin-textdomain' )
	);

	$args = array(
		'labels'             => $labels,
		'public'             => true,
		'publicly_queryable' => true,
		'show_ui'            => true,
		'show_in_menu'       => true,
		'query_var'          => true,
		'rewrite'            => array( 'slug' => 'hk_slideshow' ),
		'capability_type'    => 'post',
		'has_archive'        => true,
		'hierarchical'       => false,
		'menu_position'      => null,
		'supports'           => array( 'title', 'editor', 'thumbnail' )
	);

	register_post_type( 'hk_slideshow', $args );
}
/* shortcode for slideshow */
?>
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.merla.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>http://www.merla.com/post-sitemap.xml</loc>
		<lastmod>2024-10-19T13:33:32+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://www.merla.com/page-sitemap.xml</loc>
		<lastmod>2024-10-18T18:23:10+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://www.merla.com/otw-portfolio-sitemap.xml</loc>
		<lastmod>2014-10-08T05:31:36+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://www.merla.com/testimonial-sitemap.xml</loc>
		<lastmod>2015-12-03T16:04:45+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://www.merla.com/category-sitemap.xml</loc>
		<lastmod>2024-10-19T13:33:32+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://www.merla.com/testimonial_category-sitemap.xml</loc>
		<lastmod>2015-12-03T16:04:45+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://www.merla.com/otw-portfolio-category-sitemap.xml</loc>
		<lastmod>2014-10-08T05:31:36+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://www.merla.com/author-sitemap.xml</loc>
		<lastmod>2016-01-06T16:06:42+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->