Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

selj634

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Multiple Pages with different Portfolio page #3705
    selj634
    Participant

    Works perfectly! Thanks again!

    in reply to: Logo cutting off #3704
    selj634
    Participant

    Hi Andrii,

    Nevermind – I figured it out – I didn’t see the logo width option! Everything works now! Thanks!

    Selena

    in reply to: Multiple Pages with different Portfolio page #3683
    selj634
    Participant

    Thanks Andrii.

    The tag ID I would like excluded is 9.

    Thanks again,
    Selena

    in reply to: Multiple Pages with different Portfolio page #3644
    selj634
    Participant

    Thanks Andrii. Your response was really helpful. I also realized if you go into ‘Quick Edit’ on a project, the slug is noted there as well. Thanks for looking up the plug-in – I installed it and it works perfectly!

    If you could make the changes for me in the page_portfolio.php template, I would really appreciate it. I’ll then add the slugs to the terms line of code.

    Thanks again!

    Selena

    in reply to: Multiple Pages with different Portfolio page #3633
    selj634
    Participant

    Hi Andrii,

    I love the design of this template!

    I have a few questions on it. Please forgive me as I am completely new to this and the questions may be very basic!

    I have followed the above guidance on creating tag archives. My ‘team’ page now shows only the portfolio projects that have a tag of team. But my home page is showing all portfolio projects.

    There is a reply on May 26, 2014 at 12:35 pm you gave in a previous post on this question on ‘slugs.’

    My questions:

    1) What is a slug?

    2) In order for the homepage to exclude the portfolio projects with a tag of ‘team,’ do I need to replace the code on page_portfolio.php file with the below code you noted in your reply on May 26 or just change the slugs?

    $wp_query = new WP_Query( array( ‘posts_per_page’ => $ppp , ‘post_type’ => ‘project’ , ‘paged’ => $paged , ‘post__not_in’ => $exclude_ids, ‘order’ => $order, ‘orderby’ => $orderby, ‘tax_query’ => array(
    array(
    ‘taxonomy’ => ‘tagportfolio’,
    ‘field’ => ‘slug’,
    ‘terms’ => array( 1, 2, 3 ),
    ‘operator’ => ‘NOT IN’
    )
    ) ) );

    3) How do I change the permalink of Team page from ‘www.websitename.com/tag-portfolio/team’ to ‘www.websitename.com/team’?

    Thanks for all your help!

    Selena

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