Forum Replies Created
Ok, thanks for sharing the documentation.
order_by:
field name to sort packages, you can sort by title, download_count, create_date, update_date or id , its a optional parameter, if you skip this parameter “id” will be taken as default.
order:
asc or desc, options parameter
Example:
[wpdm_category id="Category ID" title="Custom Title Here or 1" desc="Custom Dscription or 1" order_by="field name" order="asc or desc" item_per_page="10" template="temaplte name or ID"]
SOLUTION: Simply deactivate and reactivate the plugin. It somehow resets the URLs and restored all 404 errors.
This issue was likely caused because of an upgrade of the plugin or wordpress.
Thanks!
Thanks, I sent over a temp login earlier today.
I look forward to your response.
An update: I’ve tried changing the URL base urls, the 404’s still persist.
Current Settings:
PDM Category URL Base: downloads
WPDM Package URL Base: download
TEST Settings:
PDM Category URL Base: downloads22
WPDM Package URL Base: download22
Urls changed, but still showed 404 error.
So, I don’t think this issue is related to URL base conflicts.
Thanks for any help you can provide.
My first support email didn’t get answered. Two weeks went by. My second message got answered within 24 hours.
Thanks for resolving my issue over email. My registration key is now working. I appreciate the quick response.
Awesome, that worked!
Thanks so much for the support.
Thanks for the reply.
When I try the above query, I get:
#1054 – Unknown column ‘’closed’’ in ‘field list’
Ideas?
I’m wondering the same thing.
It looks like you can disable trackbacks in the WordPress Settings Discussion, but that only affects new Pages/Posts. For ones already created, you need to manually edit the database.
Here is an article on how to: http://www.wpbeginner.com/wp-tutorials/how-to-disable-trackbacks-and-pings-on-existing-wordpress-posts/
But the query doesn’t work for me… I can’t seem to locate correct database table or query to get it to work.
Here is the basic query I’ve been trying…
UPDATE wp_ahm_files SET ping_status=’closed’;
Hope to get some help soon on this one!