Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

How to link to a post from a symfony page? #133

Open
nicodemuz opened this issue Jun 2, 2017 · 1 comment
Open

How to link to a post from a symfony page? #133

nicodemuz opened this issue Jun 2, 2017 · 1 comment

Comments

@nicodemuz
Copy link

I'm trying to link to a post from a Symfony page. I have the Post entity. How do I get the link to the post itself?

@wiejakp
Copy link

wiejakp commented Nov 6, 2017

Assuming you want to do that in your twig template... You can use PostExtension and then inside of twig like so:

{{ wp_get_permalink(post_object) }}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants