Portfolios – What is This?
-
Simply put – what this is? Is it a plugin? Some kind of built in WordPress feature? I have portfolios on my site – each portfolio item falls into a different category (https://i.imgur.com/hwO3NZr.png). But some of the categories aren’t behaving as expected.
If I can find some kind of documentation on what this is then I should be able to fix the problems that it’s causing.
Some of the problems are:
1.) On this page https://gatewaywebdesign.com/protfolio-cat/website-design/, the title “Portfolio-Cat: Website Design” should say “Portfolio: Website Design” (No Cat). If I go into the WordPress dashboard –> Portfolios, https://i.imgur.com/ah1eEtk.png, it just shows Portfolios-cat on the left hand side with no way for me to change the title.
2.) On the portfolios page, I need to change the items that are displayed. In the code (portfolios.php), it’s saying to display all of the items that are marked as “responsive”
<?php foreach(get_posts(array(‘posts_per_page’=>30,’category_name’=>’responsive’,
‘post_type’=>’portfolioo’)) as $post) { setup_postdata($post); ?>But the items that are displayed on the page aren’t marked as responsive – they’re marked as “website design”: https://i.imgur.com/QXRHpid.png. I don’t know how to change what’s displayed – hopefully learning about how Portfolios works will help me fix these problems.
- The topic ‘Portfolios – What is This?’ is closed to new replies.