Hello, i need help on removing the Related Post area form the blog entry and also this "You may use these HTML tags and attributes:
Here is the sample http://luischales.com/quinces-photography/miami-quinces-photographer-luis-chales-daniela/
Thank You.
How to remove "RELATED POST" from the blog entry.
4 posts from 3 voices-
Posted 9 months ago #
-
Hi lchales,
Open up single.php from the theme files and remove the lines:
//show related posts if there are any get_template_part( 'includes/related-posts');That text on the comments however isn't created by the theme and I believe comes from a plugin/dropin.
Regards,
Devin
Posted 9 months ago # -
Thanks @Devin, i found it. Can you please take a look at my other questions?
http://www.kriesi.at/support/topic/how-to-resize-image-list-attached-to-galleryPosted 9 months ago # -
Hello,
You may remove the text after the comment form, just go to inlcudes folder and open comment.php, find this code
comment_form();Replace it with this
$comments_args = array( // remove "Text or HTML to be displayed after the set of comment fields" 'comment_notes_after' => '', ); comment_form($comments_args);Regards,
IsmaelPosted 9 months ago #
Reply
You must log in to post.














