Reply To: Bug Epik Theme after Genesis update?

Homepage Community Forums General Bug Epik Theme after Genesis update? Reply To: Bug Epik Theme after Genesis update?

#19030
Wes
Moderator

    Try adding the following code to your page_portfolio.php file in your theme –

    add_filter( 'excerpt_length', 'epik_excerpt_length' );
    function epik_excerpt_length( $length ) {
    	return 0;
    }

    Then go to your Genesis Theme Settings Page and select Display Post Excerpts in the field labeled – "Select one of the following" near the bottom of the page. This will remove the Content and keep the Read More button.

    As I mentioned before, most people use the Content area on their Portfolio pages, but since you want to remove yours, this is what you’ll need to add in order to get JUST the Image, Title, and Button to show on the Portfolio page.

    Unfortunately I still haven’t been told what was changed in the Genesis Framework to cause this issue, but the above customization should definitely fix it, as I’ve tested it myself on a local test/dev site.

    Keep me updated if this works or not.

    If you need assistance adding this in to your Theme, just let me know and create a Temporary User/Password. I can quickly login and get everything working if needed.

    Just let me know!