I have made 2 sets out of various functions in wordpress.
One set just effects the back-end or the admin-side and the other effects the front-end live site.
I want to load only the front-end functions file (front-functions.php
) when the front site is browsed and load the back-end (admin-functions.php
) file when the admin area is browsed.
Is it possible to do so? If yes, How?
Kindly help.
you could try this code in your functions.php
Regards,
jhOy