Also I don’t want to display the comment field…
Plugin Author
Nitesh
(@nitesh_singh)
Hi Anna,
The way plugin works is that it has a concept of having auction feed which is a collection of auctions. Person would then click interested auctions.
Plugin has only 1 shortcode.
In-case you want to showcase only single auction, you can add this shortcode and add your single auction. then grab the auction url from address bar and showcase that link anywhere on your site. You dont have to show feed page (with shortcode) anywhere on your site.
Regarding disabling comment field, you can easily do it:
1. Unzip plugin file. Find “auction-description-tabs.php” file
2. Comment 4th line.
Hope it helps
Cheers,
Nitesh
Thanks Nitesh! So I just delete that line? I tried that and uploaded it again but it is still there… Thanks!
Anna
Plugin Author
Nitesh
(@nitesh_singh)
Hi Anna,
I think you are not commenting it correctly. Please do the following:
1. Unzip plugin file. Find “auction-description-tabs.php” file
Replace this code: <li id="wdm-desc-cmt-link"><?php _e('Comments', 'wdm-ultimate-auction');?></li>
with this code:
<!--li id="wdm-desc-cmt-link"><?php _e('Comments', 'wdm-ultimate-auction');?></li-->
It works.
Cheers,
Nitesh
Sorry, but I tried that. I doesn’t work 🙁 Can you please help?
Plugin Author
Nitesh
(@nitesh_singh)
Please send me an email to nitesh[at]auctionplugin.net and I’ll reply back.