Gamajo-Template-Loader icon indicating copy to clipboard operation
Gamajo-Template-Loader copied to clipboard

A class to copy into your WordPress plugin, to allow loading template parts with fallback through the child theme > parent theme > plugin.

Results 6 Gamajo-Template-Loader issues
Sort by recently updated
recently updated
newest added

I'm trying to allow ordering of which templates get shown through a foreach loop, (essentially i'm building a slider thats generated through lots of template parts being pulled together, very...

Type: Question

Hello, First off, thank you so much for a valuable tool such as this! However, I ran into a hickup today as I attempted to use a template part in...

As mentioned in #39 - get_template_part has a support for $args variable now. Currently it's not compatible with WP < 5.5. I was thinking a bit about how add such...

Hi @GaryJones While looking at the code I noticed that `get_template_part` is not using the `$args` array which was introduced in WP 5.5. And I was wondering are you planning...

Installing using mozart as recommended in the docs results in the following code which means that if there is a non-prefixed version somewhere in the software, the prefixed class doesn't...

Type: Bug

If I'm developing a theme to be distrubuted on the WordPress Theme Directory or Theme Forest, are there any requirements other than adding the given code and LISCENCE file into...