btw, I’m all ready for the Pagelines folks to give us that direct in for customizing the template’s homepage. I posted my own independent thread to ask about magazine customization on the homepage but still no reply.
Thanks for all the links in this thread, all, I’ve learned a few more useful things about the WP structure. Now to hear from Pagelines!
In the meantime, I’ll go do my clunky roundabout way of creating my own custom front end independent of Pagelines.
Thread Starter
niska
(@niska)
Can someone tell me exactly what this line does, and where I can find the template file?
get_template_part( 'template.load' );
get_template_part( 'foo' ) is used to include a template part – i.e. a component of a front-end page – file.
So, get_template_part( 'template.load' ); is used to include a file called “template.load.php”, and this file should be located in the Theme root (or, at least in the same directory relative to the file from which it is called).