ekino / EkinoWordpressBundle

Integrate Symfony with WordPress and WordPress with Symfony
GNU General Public License v2.0
311 stars 79 forks source link

Added Twig function wp_get_template_part() #106

Closed joschi127 closed 8 years ago

joschi127 commented 8 years ago

Very useful to use custom themes. Would be great if this could be merged. :-)

eko commented 8 years ago

Thank you for this addition, can you please update the ThemeExtensionTest please?

joschi127 commented 8 years ago

Sorry, did not see that you've covered everything by tests.

I added the test to the ThemeExtensionTest. I hope it is fine like this.

joschi127 commented 8 years ago

As you can see I manually copied & pasted the changes to a clean repo and forgot one of the changed lines in the end ;)

Fixed. But I did it the other way round because "content-page" is the way it is named within Wordpress.

eko commented 8 years ago

Thank you @joschi127 :)

joschi127 commented 8 years ago

Thank you for your quick response and for merging @eko :)