This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: index pdf contents of custom post type

Home Forums Product Support Forums Ajax Search Pro for WordPress Support index pdf contents of custom post type Reply To: index pdf contents of custom post type

#23398
gendalonegendalone
Participant

Hi Ernest,
thank you for quick reply;

I’m using wp-download-manager (pro version);

You are right, packages are stored as custom posts (in _posts table), but theis attachments (multiple files in pro version) are stored in _postmeta table, refer to their post_id, with custom meta_keys (__wpdm_files) and with custom meta_value (eg. a:3:{i:1562334567887;s:30:”FILE1.pdf”;i:1563456789376;s:30:”FILE2.pdf”;i:156345353344;s:30:”FILE3.pdf”;}

Here we don’t know custom relative path becouse it is a value stored in _options.

I think that is a very complex case….