This topic has 3 replies, 2 voices, and was last updated 12 years, 7 months ago by mlovelock.
Tagged: portfolio
Viewing 4 posts - 1 through 4 (of 4 total)
Hi,
Some errors / display fixes in the single-portfolio.php file
Line 63 & 119, add space before post date:
<li><strong><?php echo $projectdatetxt; ?></strong> <?php echo $post_date; ?></li>
Line 67 & 123, remove unnecessary space before separator comma
<?php echo strip_tags( get_the_term_list( $post->ID, 'portfolio_cat', '', ', ') ); ?>
It would also be good to hyperlink these, though displaying by portfolio category seems to have errors at present.
Line 72 & 128, change ‘portfolio_cat’ to ‘post_tag’ to display skills tags.
<?php echo strip_tags( get_the_term_list( $post->ID, 'post_tag', '', ', ', '' ) ); ?>
There also looks to be some errors when selecting to display a ‘sortable’ portfolio (same as portfolio category display), but I’ve not had a chance to delve into that yet.
Thanks,
M
If you can provide with WP Logins then we can take a closer look at it. Make sure you set the post as private reply so that only admin can see your wp logins.
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.