akhlesh_nagar

Untitled

Mar 8th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <?php
  2. /**
  3. Template Name: Testimonial
  4. */
  5. get_header();
  6. get_template_part('index','banner');
  7. $appointment_options=theme_setup_data();
  8. $service_page_setting = wp_parse_args( get_option( 'appointment_options', array() ), $appointment_options);
  9. ?>
  10.  
  11.  
  12. <div class="clearfix"></div>
  13. <?php get_template_part('index','testimonial'); ?>
  14. <!--- /Footer callout --->
  15. <div class="clearfix"></div>
  16.  
  17. <?php get_footer(); ?>
Add Comment
Please, Sign In to add comment