• Resolved fartbrat

    (@fartbrat)


    Hi, I’m thinking about switching back to neve theme. May i know is there any similar code as the following:

    add_filter(
    	'blocksy:excerpt:output',
    	function ($excerpt) {
    		global $post;
    
    		if (get_post_type($post) === 'product') {
    			return $post->post_excerpt;
    		}
    
    		return $excerpt;
    	}
    );

    for displaying product short description on archive pages?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Showing short description on archive (catalog) pages’ is closed to new replies.