Hey how do I disable the link on the title under my products (portfolio page) on page: http://homeairsystemsinc.com/products/.
Or Change the Link. To go somewhere else other than /protfolio/(product name)
Trying to change Profolio Link
4 posts from 3 voices-
Posted 7 months ago #
-
Hi KofiAk,
On your WP Dashboard, open Appearance > Menus and add find the menu "Main". Remove the Portfolio on it, and Under "Custom Links" add the url and name the label "Portfolio" and click Add to Menu. :)
Regards,
IsmaelPosted 7 months ago # -
Sorry if you misunderstood. I didn't mean the portfolio link on the top main menu, I meant the link under my product items (the title of the product items). As you can see on the URL i pasted, it brings users to a single picture portfolio page where the image is stretched out, I do not want them to go to this (http://homeairsystemsinc.com/protfolio/(product name)) path, instead I want them to go the page i created for the products which i already linked from the image of the products (http://homeairsystemsinc.com/(product name)).
Thanks for quick response, and thanks ahead.
Posted 7 months ago # -
Hi KofiAk,
You'll need to modify the template file for the portfolio. Connect to your site via FTP and go to the theme files then includes>loop-portfolio.php. Search for:
echo "<h1 class='post-title'>"; echo "<a href='".get_permalink()."' rel='bookmark' title='".__('Permanent Link:','avia_framework')." ".get_the_title()."'>".get_the_title(); echo "</a></h1>";And replace it with:
echo "<h1 class='post-title'>"; echo get_the_title(); echo "</h1>";Save the file back on the server and that will cause the title to no longer be a link.
Regards,
Devin
Posted 7 months ago #
Reply
You must log in to post.














