Unable to include php file from WP post

by 2 replies
3
Tried to include this file in my WP posts via WP editor but it doesn't work
<?php include("bottom_link1.php"); ?>

I am pulling out my hairs... help

Thanks!
#programming #file #include #php #post #unable
  • You need to use a plugin like 'php exec' which enables to use php function in the posts.
  • it's working thanks!

Next Topics on Trending Feed