I created a site using wordpress. I installed the 'starkers' theme and modified it. However, inside the of the single.php, there's a bunch of text promoting the blog. This is enclosed within a class of promote. I have been searching for where this text is located throughout my site but I cant seem to find it. I had initially thought that this was located within my functions.php, but the file is empty. It seems like the class might be somewhere in the actual wordpress folder. I'm currently testing the website at the moment on a MAMP server on my mac, so i wouldnt be able to provide a link. I see it when I click on a post from the index page and it takes me to the single.php file. Then its located just above the comments section and just below the content of the post.
I was hoping someone here would be able to help me.
The "promote" class in question was not created by me, so its from either the starkers theme or in the default wordpress somewhere. And I have checked in the comments.php and its not there. I used the process of elimination to find out that its (for some strange reason) located somewhere in the <?php the_content ?> in the single.php file.
Like I said before, I'm running the site on my localhost at the moment for testing, so it's not possible for you to view it. I've saved some screenshots in my dropbox to show you guys though.
What the user sees: http://dl.getdropbox.com/u/841020/promote-class.png The HTML: http://dl.getdropbox.com/u/841020/promote-html.png
It seems like the class might be somewhere in the actual wordpress folder. I'm currently testing the website at the moment on a MAMP server on my mac, so i wouldnt be able to provide a link. I see it when I click on a post from the index page and it takes me to the single.php file. Then its located just above the comments section and just below the content of the post.
I was hoping someone here would be able to help me.
Have you looked in comments.php?
Otherwise, can we see your site?
The "promote" class in question was not created by me, so its from either the starkers theme or in the default wordpress somewhere. And I have checked in the comments.php and its not there. I used the process of elimination to find out that its (for some strange reason) located somewhere in the <?php the_content ?> in the single.php file.
Like I said before, I'm running the site on my localhost at the moment for testing, so it's not possible for you to view it. I've saved some screenshots in my dropbox to show you guys though.
What the user sees: http://dl.getdropbox.com/u/841020/promote-class.png
The HTML: http://dl.getdropbox.com/u/841020/promote-html.png