DudeThatsErin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't see all or active comments in dashboardAnyone know anything to help me?
Forum: Fixing WordPress
In reply to: Redirect First Word Press Page..You could install wordpress in a sub-directory on your site like “yoursite.com/blog/” then when the person types in “yoursite.com” it would take them to that splash page (which is what I’m guessing that you are trying to make.
Forum: Fixing WordPress
In reply to: comments.php helpYou need to go into your template directory. There should be a file called, “comments.php” you open that up in your file editor, whether you are in the WP dashboard or not it doesn’t matter.
You need to find where it says the following
<?php // You can start editing here -- including this comment! ?>After that you can start editing. Everything after that shows the commentor’s name, url, comment, etc. You can also edit up the form to make it look different as well. All of that HTML code is in the “comments.php” file.
Forum: Fixing WordPress
In reply to: Can't see all or active comments in dashboardI tried that but that didn’t work. It still takes me to the front page of my website.
Forum: Fixing WordPress
In reply to: Can't see all or active comments in dashboardOkay, I will try that now.