Skip to content

Instantly share code, notes, and snippets.

@thanh4890
Created April 11, 2014 04:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thanh4890/10441370 to your computer and use it in GitHub Desktop.
Save thanh4890/10441370 to your computer and use it in GitHub Desktop.
In your theme directory, open this file: library/includes/widgets.php
Find the blog in widget method of Kopa_Widget_Services_Intro class:
<h2 class="entry-title clearfix"><span class="<?php echo $icon_class; ?>"></span><a href="<?php echo $service_url; ?>"><?php the_title(); ?></a></h2>
Replace it by:
<h2 class="entry-title clearfix"><span class="<?php echo $icon_class; ?>"></span><?php the_title(); ?></h2>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment