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

    Hi There,

    we would like to add a “read more” link to the blog and archive using the raster layout.
    How can we achieve this?

    Thanks, T.

    #453473

    Hi,

    Can you post the link to your blog please?

    Regards,
    Josue

    #453601
    This reply has been marked as private.
    #453606

    Hi There,
    Problem soved: We are using our own Pages for showing archives now and are redirecting archives to the pages by adding the following code to the top of the archive.php for a permanently redirect:

    if(is_category( ‘News’ )) {
    $pagelink=get_page_link (get_page_by_title( ‘News’ ));
    header(“Location: $pagelink”,TRUE,301);
    }

    Cheers, T.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Read More Link to Raster Layout’ is closed to new replies.