I want to be able to display the product title using PHP to echo the product name by product ID (this should be displayed on the page, not on the product page itself). I am using Wordpress and I have a plugin for PHP, so I can include PHP code using[php]echo 'example';[/php]
One product example; http://ukcctvinstallations.co.uk/product/1-camera-residential-system-hi-res/
When I edit the product, you can see in the URL that βPostβ = 129, am I right in saying that this is the product identifier?
If anyone has a solution for this, that would be much appreciated. I am using WooCommerce.
source
share