PamdV
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: phpMyAdmin login changesgot it solved. it is taking my MD5 hash tag as login and password not what i entered in.
will look into why this is happening and what i have to do differently.
thanksForum: Fixing WordPress
In reply to: phpMyAdmin login changesnot yet. i will work through it now…the ones that i feel comfortable doing and post my results. i’m not well versed or an expert when it comes to doing this part of wp.
thanksForum: Fixing WordPress
In reply to: Hacked AGAIN!The suggestion of switching from Hostpapa was given to me yesterday by the person who is wordpress knowledgable and helped us get started with this website. They have never had a hack yet.
Thank you for all the input that has been given to me on this issue. Much appreciated.Forum: Fixing WordPress
In reply to: Hacked AGAIN!Thank you. I will go through the list. I know that because of the first 2 hackings we rebuilt our website from scratch and have been backing it up. The last time HostPapa restored it from our backup. Everything is up to date.
I must be missing something.Forum: Fixing WordPress
In reply to: ReinstallationI’ve having our backup reloaded so maybe that will fix the problem.
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpectedThis is what I was directed to add in and I did at the end of what existed & then took it out.
/**
* Change default comment text in StudioPress Genesis
*
* @author WPSnacks.com
* @link http://www.wpsnacks.com
*/
function change_default_comment_text($args) {
$args[‘title_reply’] = ‘Leave a Comment’;
return $args;
}
add_filter( ‘genesis_comment_form_args’, ‘change_default_comment_text’ );