Add Read More to Block 4

Posted in: Newspaper
Post count: 48

Hi, I wanted to know if its possible to add a read more link, just like block 12 or 13 to block 4? any help on this?

Post count: 22421

Hello,

If you want to add the read more button to another block you simply have to add this code in the module file you want the read more to display on:


 <div class="td-read-more">
                <a href="<?php echo $this->href;?>"><?php echo __td('Read more', TD_THEME_NAME);?></a>
            </div>

Block 4 uses module 2 so you can add the code here: http://screencast.com/t/WFUTpe1w

It will need a bit of css customization:

.td_block_4 .td-read-more, .td_block_4 .more-link-wrap{
margin-bottom: -10px;
    margin-top: 10px;
}

This should do it.
Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.