'Testimonials', 'singular_name' => 'Testimonials', 'menu_name' => 'Testimonials', 'parent_item_colon' => 'Parent Testimonial:', 'all_items' => 'All Testimonials', 'view_item' => 'View Testimonial', 'add_new_item' => 'Add New Testimonial', 'add_new' => 'New Testimonial', 'edit_item' => 'Edit Testimonial', 'update_item' => 'Update Testimonial', 'search_items' => 'Search Testimonials', 'not_found' => 'No Testimonials found', 'not_found_in_trash' => 'No Testimonials found in Trash', ); $args = array( 'label' => 'Testimonials', 'description' => 'Testimonials post type', 'labels' => $labels, 'supports' => array( 'title', 'excerpt', 'thumbnail', 'revisions', 'page-attributes', 'editor'), 'hierarchical' => true, 'public' => true, 'show_ui' => true, 'show_in_menu' => true, 'show_in_nav_menus' => true, 'show_in_admin_bar' => true, 'menu_position' => 5, 'can_export' => true, 'has_archive' => false, 'exclude_from_search' => false, 'capability_type' => 'page', 'menu_icon' => plugins_url( 'gm_icon_bw.png', __FILE__ ), ); register_post_type( 'testimonials', $args ); } // Hook into the 'init' action add_action( 'init', 'create_testimonials', 0 ); ?> 'testimonials_extra', 'title' => 'Profile Info', 'pages' => array( 'testimonials' ), 'context' => 'normal', 'priority' => 'high', 'fields' => array( array( 'name' => 'Location', 'id' => "gm_testimonials_location", 'desc' => 'Example: San Diego, CA', 'type' => 'text', 'std' => '', ), array( 'name' => 'Date', 'id' => "gm_testimonials_date", 'type' => 'date', // jQuery date picker options. See here http://jqueryui.com/demos/datepicker 'js_options' => array( 'appendText' => '(yyyy-mm-dd)', 'dateFormat' => 'yy-mm-dd', 'changeMonth' => true, 'changeYear' => true, 'showButtonPanel' => true, ), ), ), 'validation' => array( 'rules' => array( "gm_testimonials_location" => array( 'required' => true, ), "post_title" => array( 'required' => true, ), ), 'messages' => array( "gm_testimonials_location" => array( 'required' => 'Location is required', ), ) ) ); function gm_testimonials_register_meta_boxes() { if ( !class_exists( 'RW_Meta_Box' ) ) return; global $gm_testimonials_meta_boxes; foreach ( $gm_testimonials_meta_boxes as $meta_box ) { new RW_Meta_Box( $meta_box ); } } add_action( 'admin_init', 'gm_testimonials_register_meta_boxes' ); 'date', // by post date 'order' => 'DESC', // newest first by default 'meta_key' => '', // meta_key 'display' => 'content', ), $atts ) ); $db_args = array( 'post_type' => 'testimonials', 'order' => $order, 'orderby' => $orderby, 'meta_key' => $meta_key, ); $date_format = "M d, Y"; $testimonials_loop = new WP_Query( $db_args ); if($testimonials_loop->have_posts()) { switch($display) { case "content": $content .= "
"; while( $testimonials_loop->have_posts() ) : $testimonials_loop->the_post(); $formatted_date = date($date_format, strtotime($raw_date)); $content_filtered = get_the_content(); $content_filtered = apply_filters('the_content', $content_filtered); $content_filtered = str_replace(']]>', ']]>', $content_filtered); $content .= "
"; $content .= "
$content_filtered
"; $content .= "
".rwmb_meta( 'gm_testimonials_location' )."
"; //$content .= "
".$formatted_date."
"; $content .= "
".get_the_title().""; $content .= "
"; endwhile; $content .= "
"; break; case "excerpt": $content .= "
"; while( $testimonials_loop->have_posts() ) : $testimonials_loop->the_post(); $formatted_date = date($date_format, strtotime($raw_date)); $content .= "
"; $content .= "
".get_the_title()."
"; $content .= "
".get_the_excerpt()."
"; $content .= "
"; endwhile; $content .= "
"; break; case "list": $content .= ""; break; } } $wp_query = null; $wp_query = $original_query; wp_reset_postdata(); return $content; } add_shortcode( 'gm_testimonials', 'gm_testimonials_shortcode' ); {"id":381,"date":"2013-12-09T20:57:20","date_gmt":"2013-12-09T20:57:20","guid":{"rendered":"http:\/\/boltpos.com\/?page_id=381"},"modified":"2014-09-12T17:43:04","modified_gmt":"2014-09-12T17:43:04","slug":"testimonials","status":"publish","type":"page","link":"https:\/\/www.boltpos.com\/testimonials\/","title":{"rendered":"The Reviews Are in\u2026.Bolt POS is a Hit!"},"content":{"rendered":"
\r\n

From bakeries and food trucks to pop-up stores and more, Bolt POS is the go-to mobile POS system for successful startups and established businesses all across the country.<\/p>\r\n

Here\u2019s just a snippet of what our customers are saying about their experiences with Bolt.<\/p>\r\n\r\n

<\/div>\r\n\r\n
\"Food<\/div>

“Since using Bolt I\u2019ve seen my sales increase 20%!”<\/h3>\r\n\"quote\"

We\u2019ve been running a successful food truck company for many years, but we\u2019ve always been a strictly-cash business because of our mobile environment. Recently, more and more of my customers have been requesting to pay with a credit card, and I\u2019ve had to turn them away because I had no way to process a credit card payment; that is until I found Bolt POS! This easy-to-use tablet-based mobile cash register system not only allows my customers to pay with credit and debit cards; it allows me to keep track of all my sales data. Since using Bolt POS I\u2019ve seen my sales increase by 20%.”<\/p>\r\n

Matt W.<\/strong> | San Diego, CA<\/span><\/p>\r\n<\/div>

<\/div>\r\n\r\n
<\/div>\r\n\r\n
\"Bread<\/div>

Bolt hits the sweet spot at Cindy\u2019s Bakery in Ohio<\/h3>\r\n\"quote\"

I have been searching for the right POS system for my bakery for quite some time but nothing seemed to meet my expectations; that was until I came across Bolt POS. The easy to use application allowed me to quickly train my employees and the extensive reporting suite gives me all the business data I need to efficiently and effectively run my business. And most importantly, the price is right!\u201d<\/p>\r\n

Cindy B.<\/strong> | Dayton, Ohio<\/span><\/p>\r\n<\/div>

<\/div>\r\n\r\n
<\/div>\r\n\r\n\r\n
\"Pop<\/div>

Bolt POS and Pop-Ups: A match made in holiday heaven<\/h3>\r\n\"quote\"

Every year I set up a tent store in Bryant Park for the holiday season to sell my homemade candles and fragrance oils. A lot of my customers want to pay by credit card, so I needed to find a mobile point-of-sale solution; that\u2019s when I came across Bolt POS. Not only are my customers able to pay by credit card, but I can keep track of my entire inventory to ensure that I have enough stock on hand to fulfill the demands of the busy holiday season.”<\/p>\r\n

Susan C.<\/strong> | New York, New York<\/span><\/p>\r\n<\/div>

<\/div>\r\n\r\n\r\n
<\/div>\r\n\r\n\r\n
\"Camera\"<\/div>

“We couldn\u2019t be more pleased with the results”<\/h3>\r\n\"quote\"

I\u2019m the owner of a photography studio and often times we are on location at events such as cheerleading competitions, school photos, youth sporting events and award dinners where we sell our photo packages and custom-printed memorabilia.<\/p>\r\n

We started using Bolt POS about a year ago to streamline and improve the order-taking process. Bolt also allows us to easily keep track of our customer purchases and products sold.<\/p>\r\n

In addition, we also have the ability to accept credit cards on location; we couldn\u2019t be more pleased with the results. Not only can we see the daily activity but we can also see the historical data of the same event from a previous year so we know how to prepare.\u201d<\/p>\r\n

Tony R.<\/strong> | Baltimore, Maryland<\/span><\/p>\r\n<\/div>