Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1280456

    Hi

    I created posts for my website. I selected the post type as link as i want the user to go to a specific link when they click on the blog post. It seems to work only when i set the blog style as grid layout. Other styles such as list layout, when i click on them i takes to the blog page instead of the specific link that i want to go to.

    #1281739

    Hey mritkuma99,

    Thank you for the inquiry.

    Yes, this is true. Some of the blog layouts or style are not compatible with the link format and treat all posts to have the same standard format. Which blog layout would you like to actually use? We might be able to adjust the template accordingly so that they could properly deal with posts with link format.

    Best regards,
    Ismael

    #1281847

    i want to use the list layout.

    #1282208

    Hi,

    Thank you for the update.

    In the list layout, it actually works but you have to click the post title and not the read more link. If you want, we could hide the read more button for posts with link format using this css code.

    .format-link .read-more-link {
    	display: none !important;
    }
    

    To disable just the read more link but keep the actual button, use this instead.

    .format-link .read-more-link {
    	pointer-events: none !important;
    }

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.