Home Forums Theme support Newhome Team Grid

This topic contains 3 replies, has 2 voices, and was last updated by  7Theme Support 10 years, 7 months ago.

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

    In the Newhome theme, in the Team Grid is it possible to move around the order of the Team positions?

    It seems like when I add a new position, it pushes the previous one over.
    I need them to appear in the order I’m creating them.

    Thanks!

    Hi,

    I’m sorry, thats the default WordPress order, without a plugin you can’t change the order. But there are some great and free plugins, this one here for example:

    https://wordpress.org/plugins/taxonomy-terms-order/

    Still on the Team Grid.

    We’d like the user to be able to click on each of the photos in the Team Grid and have that Team member’s expanded profile open in a new page.

    Can you help with this?

    Thanks!

    Hi,

    sorry for this, but mostly the clients don’t want to have single templages for the theme, so we’ve removed the link to the single templage.

    If you want, you can open the team-entry.php file, and change line 24. Change this code:

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

    To this Code

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

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

You must be logged in to reply to this topic.