Tagged Questions
0
votes
2answers
53 views
After changing the site root, how to reflect this for wp-admin too?
My website file structure is like this:
index.php
wp/wp files ...
In general in Site Address (URL) I have ...site.com
In index.php I have:
define('WP_USE_THEMES', true);
...
1
vote
1answer
255 views
Author Specific URL's in WordPress
In continuation of this thread
Mapping multiple URLs to same page in WordPress
is there any other way except redirect similar pattern URLs to same page.
Our goal is to provide our guest and other ...
1
vote
3answers
2k views
Mapping multiple URLs to same page in wordpress
I just came across this page with almost similar requirements as mine
Multiple endpoints to same page
i have to achieve same functionality but i also want to pass some parameters to the page where ...
0
votes
1answer
124 views
HTML link within my plugin settings page
My plugin has a settings page. It's working fine. Now, i want to put a html link within this page. This link will go to another settings page. How could I do that?
Thanks.