wordpress-bundle
wordpress-bundle copied to clipboard
Use Wordpress and Symfony together using a Symfony bundle
quand je tente d'installer metabolism/wordpress-bundle, j'ai le retour suivant : `composer require metabolism/wordpress-bundle Using version ^1.4 for metabolism/wordpress-bundle ./composer.json has been updated Running composer update metabolism/wordpress-bundle Loading composer repositories with...
Bonjour, et en premier super travail avec ce bundle bien utile. Je dois porter à votre attention quelques problèmes : -> via composer, l'installation de plugins fonctionne correctement, mais pas...
When trying to add a custom post to a menu, you first have to enable custom post views in screen options. Is it possible to automatically update screen options for...
Hi Jerome, Currently we have a minor issue with creating new post types, where we have to specify a new `Action()` in `BlogController`. Oftentimes, the methods are exactly the same,...
Hi again, Backstory: I was trying to modify my `BlogController`, spliting up our post type actions into multiple controllers (otherwise, the controllers tend to become quite large, having many different...
Is there a way to use twig files as themes which a user can select when editing a page in wp admin? Or does this still need to be handled...