php - Woocommerce - How can I get product ID when I have got the title and I am on a different page? -
i´ve got little problem :) want create custom landing page additionally product page. custom landing page gets same name product. way have post title, not correct id.
with posttitle want id of product. i´ve found several shortcodes posttitle , id when i´m on product page or if put in product id manually, not automatically.
i want looks "toothbrush xy" in $product database , returns specific id title if finds :) the id supposed product ids, not actual post!
can please me? , kind regards, codenox
$product = get_page_by_title( 'product title', object, 'product' ) $product->id
Comments
Post a Comment