Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

php request for portfolio type

Home / Forums / Virtue Theme / php request for portfolio type

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
  • This topic has 2 replies, 2 voices, and was last updated 10 years ago by Sam.
April 1, 2016 at 10:55 pm

Hi Ben,

I know you advised me to hire a developer, however I’m trying it myself. Can you help a little please.

I’m displaying items on a xml feed page, and i want to exclude one portofolio type “expired”

So I use this

$category_port = get_meta ('portfolio-type');

if ($category_port == 'expired')
continue;

But the items still appear on this page. Please help 🙂

  • The forum ‘Virtue Theme’ is closed to new topics and replies.