Use of get_permalink
Hello,
I use Betheme
In Visual Editor (or other Component) I added this link : <a href="https://sandbox.superconstellation-nantes.fr/2017/06/01/2351/">[icon type="icon-doc-line" ]</a>
But because I will change URL in futur I want to use get_permalink like this: <a href="<?php echo get_permalink(2351); ?>">[icon type="icon-doc-line" ]</a>
But it is not working.
Any solution ?
Thanks
Comments