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

Popular posts from this blog

php - How to pass multiple values from url -

php - Laravel not returning controller -

c# - Confused on how to specify a Platform and Version while using ChromeOptions for RemoteWebDriver with Selenium donNet since recent updates -