• Hello. I use your theme Customizr. I have a problem. When adding a link like: “click here”. I can click it when i look at the post itself, but when im on the blogpage, it doesnt show the link as clickable. first when i click the title on the blogpage, then see the post, the “click here” appears as link and is clickable. can you fix this?

Viewing 1 replies (of 1 total)
  • The post lists do not show the actual content of your posts, but the excerpts. You haven’t set any excerpts and the list creates them on the fly, quoting the start of the content and stripping any html from it.

    Go to your posts and set the excerpts manually, as they accept html. They’re below the content somewhere. If they don’t show up, go to Screen Options (top-right) and check them from the list.

    Excerpts can also be used with pages (or any custom post types, actually) but you need to add support for them in your child theme’s functions.php:

    add_post_type_support( 'page', 'excerpt' );

Viewing 1 replies (of 1 total)

The topic ‘link on blogpage’ is closed to new replies.