Przemek Wiejak

Results 9 comments of Przemek Wiejak

👍 I second that, @tnorthcutt.

> Still interested in animated gif support, this package is almost perfect, the lack of gif support does hurt though! As previous fella. :)

I second @spackmat's question.

You will only be able to access services through "$this->get()" if your `SitemapBlogPostsSubscriber` class inherits from [ContainerAwareInterface](http://api.symfony.com/master/Symfony/Component/DependencyInjection/ContainerAwareInterface.html). Instead of doing that, you could [inject service](https://symfony.com/doc/3.4/service_container/injection_types.html) `ekino.wordpress.manager.post` into your class.

Assuming you want to do that in your twig template... You can use [PostExtension](https://github.com/ekino/EkinoWordpressBundle/blob/master/Twig/Extension/PostExtension.php) and then inside of twig like so: `{{ wp_get_permalink(post_object) }}`

@cooperdk , I'm not familiar with python standards, would you mind creating PR with those changes?

thanks, i'll have look into this soon. 👍🏼