Okay
  Public Ticket #990589
Page Layout/Links
Closed

Comments

  •  2
    Jahlisa started the conversation

    Hi,

    I would like to use the "News Page" as the homepage for my portfolio and make each section (each individual post that has the roll over image effect) the categories for my portfolio.....and change the "read more" button to "view all"


    is there any way i can link the "read more" button to another page? from there i was going to link it to the "courosel works" page just to display all my content.

  •  1,823
    Support replied

    Hi,

    This involves quite some custom work. The News page is the blog roll so it displays the blog posts.

    The file to modify is  blog-page.php

    and instead of querying the blog posts you can list the categories as in portfolio-page.php

    $soho_portfolio_category = get_terms('portfolio_category', array( 'hide_empty' => 0 ));

    if($soho_portfolio_category){

         foreach($soho_portfolio_category as $portfolio_cat){

            ....

         }

    }


    and the modify /sections/blog_post_section.php to modify the Read More button

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy