get_template_parts() usage
Yes, you are using the function wrong. You don’t need to echo the return of get_template_part() – the template it references will automatically be echo-ed. Furthermore, you don’t want to have a leading forward slash (/) at the start of the first parameter, or the .php extension, nor the second parameter. Your function call ends … Read more