php - Wordpress admin links -
php - Wordpress admin links -
i'm in situation in have wp installed , running on root. have custom created folder, lets phone call "my_folder".
"my_folder"
in root too, , there files included themes functions, , pages content displayed on admin dashboard. problem comes when visit page, admin menu still there, not linking like:
mysite.com/wp-admin/etc..
it links like:
mysite.com/my_folder/etc..
which incorrect..
i guess because admin menu takes relative url (from current directory in). how can prepare that?
php wordpress
Comments
Post a Comment