kawadri
Member
Posted 2 years ago #
I just installed wordpress, and decided to install a plugin but have just noticed in says its for WPMU only. Anyway now when I go to the admin area it says
Fatal error: Call to undefined function is_site_admin() in /home/higgins1/public_html/kawadri.tv/wp-content/plugins/extra-page/extra-page.php on line 53
Anyone have any idea?
I am new to wordpress
kawadri
Member
Posted 2 years ago #
I remember now it was called Extra Page, I don't know why I installed it...
Any ideas?
Thanks
:)
FTP into your site, go to wp-content/plugins, then delete the extra-page folder.
spyworld
Member
Posted 2 years ago #
Upload the extra-page.php to wp-content/mu-plugins/
kawadri
Member
Posted 2 years ago #
Thanks so much
Also just one more thing, when I visit kawadri.tv at the top I see "Hey there! Thanks for dropping by Kawadri.tv! Take a look around and grab the RSS feed to stay updated. See you around!" do you know how I change this text?
Thanks
spyworld
Member
Posted 2 years ago #
Go to header.php
Search:
<div id="headerbanner">
Need to modify:
<p>Hey there! Thanks for dropping by <?php bloginfo('name'); ?>! Take a look around and grab the ">RSS feed to stay updated. See you around!</p>
Change to:
<p>Thanks for dropping by Kawadri.tv! Take a look around and grab the RSS feed to stay updated.</p>