Categories

Featured templates

WordPress. How to make portfolio images not clickable&remove hover effect

Phil Nowak September 28, 2012
Rating: 5.0/5. From 1 vote.
Please wait...

In this tutorial you will learn how to control wordpress portfolio images – remove hover and link functionalities

  1. First you need to do is to open wordpress theme folder: wp-content/themes/your_theme_folder
  2. You will be able to locate several pages related to portfolio:

    • page-Portfolio4Cols.php
    • page-Portfolio3Cols.php
    • page-Portfolio2Cols.php
    • page-Portfolio1Cols.php

    Each one is for different portfolio page with different number of columns.

  3. Locate the one you use for the page you need to update and open it with any text editor. You will be able to see a lot of coding but the only stuff you need should look like it follows:
    				<?php the_title(); ?>
    				
  4. To remove roll over effect you just need to remove the following script from the block you’ve seem before:
     
    				
  5. Removing link attribute is same easy. You need to leave image only in the block so it should look like:
     <?php the_title(); ?>
    				
  6. After you’ve edited page template – save it and test your website. It will work like a charm.

Thank you for paying attention to our video tutorials. Please contact us if you have any issues in editing the template. Good Luck!!!

Feel free to check the detailed video tutorial below:

WordPress. Рow to make portfolio images not clickable&remove hover effect

Best Wordpress Responsive Themes
This entry was posted in WordPress Tutorials and tagged gallery, link, post, remove, WordPress. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket