MeaganV
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Database Error After wp-config.php EditOh I’m sorry… that’s what I meant. wp-config.php.
Anyway, I got it fixed. My host support went in and fixed the password for me in the file, and now all is working well.
Thanks for your response! I really appreciate it!
Forum: Fixing WordPress
In reply to: How do I remove breadcrumbs from my Canvas theme?Okay… I fixed it. I’m not sure what happened, but for anyone else who deals with this… this is what I did.
Like I said above… I searched through the typical php files that contain the word “breadcrumbs” and I didn’t find any. So I inspected the element on my website and it was showing the breadcrumbs there but it’s written in html. What I noticed is that it was right under “#main” and before “#content starts”. So I went into the index.php file and found some code that looked like this: <?php woo_loop_before(); ?> and all I did was change it to this: <?php// woo_loop_before(); ?> and it disabled it.
I guess there’s something about the loop part… I don’t know. I don’t really know much about php or coding. Anyway, I went through to archives.php, single.php, search.php, and pages.php and added the “//” to the code in all those areas and it all worked.
Hopefully I didn’t mess anything else up in the process. It all looks normal to me though.
Good luck if you’re having this problem!
Forum: Fixing WordPress
In reply to: Need A New Page For Blog PostsThat worked perfectly! Thank you again so much! I really appreciate it!
Forum: Fixing WordPress
In reply to: Need A New Page For Blog PostsAWESOME!!! It worked! Thank you so very much!