Home Forums Theme support Lucina Theme Team Single ?

This topic contains 5 replies, has 2 voices, and was last updated by  7Theme Support 9 years, 1 month ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Hi There,

    How do we use team single pages?

    Please advice.
    Thank you

    Hi,

    you can add it directly to your menu (WP admin -> Appearance -> Menu). For the rest it’s like a normal post, you can add featured image, text and title.

    Hi there, What I mean is, it is not clickable on frontend. I tried some codeing like I saw for your other themes but it didnt work fine.
    What is the code to add at the end of functions.php for Lucina .

    Thank you in advanced.

    Hi,

    please open the file team.php and change line 24 from this:

    <p class='team_p'><strong class='team_entry_h3'><?php echo get_the_title(); ?></strong>

    to this

    <p class='team_p'><strong class='team_entry_h3'><a href='<?php echo get_permalink(); ?>'><?php echo get_the_title(); ?></a></strong>

    Hi there,

    I think you mean team-entry.php. I found the line and change the code. It worked thank you…

    Oh, sorry, yes, team-entry.php is the file. I’m glad it’s working!

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.