How to Convert HTML PHP MYSQL Website To WordPress Website in 20 Minutes

How to Convert HTML PHP MYSQL Website To WordPress Website in 20 Minutes

Taversity

3 года назад

24,642 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@ermaabdullah3550
@ermaabdullah3550 - 26.06.2023 12:21

hi, I would to ask, why do all links on my Wordpress site show me the homepage? If my code like below, it will show the correct page.:
if ($_SESSION['user_role'] == 'administrator') {
echo '<script>window.location.href="wp-content/themes/mycustom/admin/dashboard.php";</script>';
} else if ($_SESSION['user_role'] == 'user') {
echo '<script>window.location.href="wp-content/themes/mycustom/user/dashboard.php";</script>';
}

But if my code like this:
if ($_SESSION['user_role'] == 'administrator') {
echo '<script>window.location.href="admin/dashboard.php";</script>';
} else if ($_SESSION['user_role'] == 'user') {
echo '<script>window.location.href="user/dashboard.php";</script>';
}

it doesn't not work. When I click on any link on my WordPress site it loads homepage, but link URL changes on the address bar. What could be wrong and how can I fix it?

Ответить
@CodeCraftAli
@CodeCraftAli - 05.06.2023 23:32

Wow sir great video make more and easy custom coding in WordPress PHP

Ответить
@christian-reed
@christian-reed - 21.02.2023 19:41

just stop, horrible

Ответить
@062fahadmakhdoomi9
@062fahadmakhdoomi9 - 15.07.2022 18:29

can i edit this page afterwards using wordpress elementor

Ответить
@kiranabbavaram_
@kiranabbavaram_ - 21.09.2021 18:34

Bro can you make website like codashop

Ответить
@hafizzuhairtvlogs585
@hafizzuhairtvlogs585 - 20.09.2021 11:26

Plz send me your what's ap number

Ответить
@sudaisdev5802
@sudaisdev5802 - 19.04.2021 16:02

source code

Ответить
@akashkhan1988
@akashkhan1988 - 18.04.2021 20:06

1st

Ответить