• Hi,

    I’m trying to figure out how to activate the “view” on the homepage tiles. My tiles are not clickable, the only thing which are, are the titles.

    Also, I’d like to be able to choose to put or not put any title on the tiles.

    Any ideas ?

    Thanks a lot !

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’ve found that the ‘view’ link works only if you have the page format set to Image. This the removes the title from its archive page.

    If you want the title to show, you need to set it to Standard or Gallery, though then you use the ‘view’ button.

    As it is (unless the theme author offers a workaround) it doesn’t look like you can have BOTH the view button and the title.

    It is possible to have a title for “image type post”:
    in file “content-image.php”
    You need to add

    <div class="post-header"><h2 class="post-title">
                    <a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title_attribute(); ?>">
    	<?php _e(the_title(),'fukasawa'); ?></a></h2>
    				</div>

    just after the <!-- /featured-media -->

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to activate the "view" on tiles Titles removed’ is closed to new replies.