Hi Sir Evan,
Actually no, the single-core_service.php is loading the main three pages of the sites and the timeline supposed to be on the about us page. it works perfectly on the about us page when I activate it but it breaks my three pages (financing, leasing and insurance)
Thanks,
-Jaye
Hi,
This is the filename single-core_service.php and this is the part of the code.
<?php
$pagename = $wp_query->queried_object->post_name;
get_header();
if($pagename == “financing”){
function esd_loop() {
get_template_part( ‘lib/views/financing’ );
}
remove_action( ‘genesis_loop’, ‘genesis_do_loop’ );
add_action( ‘genesis_loop’, ‘esd_loop’ );
genesis();
}
it’s else if until the buttom.
Thanks!
Hi There Sir Evan,
I actually did what you recommended but the result is the same.. I added the single-custom_name.php and I’m making a child theme of Genesis framework.
Thanks for quick reply,
Jaye