Is it possible to remove the box "related post", or at least the thumb-images into "related post" (for any post), from option panel?
I managed to remove only the class ".related_post" .related_post {display: none;} with custom css; but, in my opinion, this is a bad way.
Instead, I do not managed to remove (only) the thumb-images via css because the img tag is without class.
Thanks.
Related posts
6 posts from 3 voices-
Posted 1 year ago #
-
Hey,
sorry but your question is unclear to me, could you rephrase what you're trying to accomplish?
Posted 1 year ago # -
Sorry, I do not write well in English!
Posted 1 year ago # -
Hey,
open up inludes/related-posts.php and delete following code:
$output .= "<div class='relThumb relThumb".$count."'>\n"; $output .= "<a href='".get_permalink()."' class='relThumWrap noLightbox'>\n"; $output .= $image; $output .= "<span class='relThumbTitle'>\n"; $output .= "<strong class='relThumbHeading'>".avia_backend_truncate(get_the_title(), 50)."</strong>\n"; $output .= "</span>\n</a>"; $output .= "</div><!-- end .relThumb -->\n";Posted 1 year ago # -
Hi Dude, very thanks! The problem is resolved:)
Posted 1 year ago # -
Glad that I could help you :)
Posted 1 year ago #
Reply
You must log in to post.














