Site down and no access to wp-admin
-
I had installed this plugin and everything was fine. I had used image slider for the site. But the image slider appeared in all pages.
I searched internet and found the following code that I had to put in header.php but mistakenly I added it to bottom of codes in this plugin. Now site is down and I don’t even have access to wp-admin.
<?php
if (is_front_page() || is_home()) {
echo do_shortcode(“[metaslider id=123]”); //replace 123 with slider ID
}
?>
My site is https://www.royaljk.com and I used Meta Slider plugin for image slider.
https://www.ads-software.com/plugins/my-custom-functions/
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Site down and no access to wp-admin’ is closed to new replies.