i want to show short product description and additional information in my normal post of wordpress of woo commerce products.is there any way of doing this by short codes or from php in single post file in wordpress
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together
There is not a built in shortcode to do this, but it is easy enough to add one. In the
functions.php
file (preferably in your Child Theme), add the following to create a shortcode like[product_shortdesc id="123"/]
.