Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter madjenja

    (@madjenja)

    OK I may have found the problem. On the homepage, the same issue had arisen. I was looking in index.php for clues when I found:

    ” title=”<?php the_title(); ?>” class=”opacity”><?php the_post_thumbnail(‘portfolio’); ?>

    I tried changing the href code from
    the_permalink(‘ ‘)
    to
    the_permalink()

    That caused the thumbs on the home page to go to their respective detail page.

    Now I want to try the same thing on the gallery page thumbs. Does anyone know the php file that generates the gallery page?

    Thread Starter madjenja

    (@madjenja)

    OK I may have found the problem. On the homepage, the same issue had arisen. I was looking in index.php for clues when I found:

    <a href="<?php the_permalink(' ') ?>" title="<?php the_title(); ?>" class="opacity"><?php the_post_thumbnail('portfolio'); ?></a>

    I tried changing the href code from
    the_permalink(‘ ‘)
    to
    the_permalink()

    That caused the thumbs on the home page to go to their respective detail page.

    Now I want to try the same thing on the gallery page thumbs. Does anyone know the php file that generates the gallery page?

    Thread Starter madjenja

    (@madjenja)

    Found them…

    taxonomy-portfolio_cats.php
    and
    another that i can’t remember right now. ;D

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Upgraded WP core, now Portfolio site isn't working’ is closed to new replies.