Forum Replies Created
-
AuthorPosts
-
December 22, 2017 at 8:10 pm in reply to: Want to allow users to place themselves into existing category/tax #8637
dprophitjrParticipantWe would then need an archive paged called reports with option to csv/xml name, email, tag terms as contact tags to crm
December 22, 2017 at 8:08 pm in reply to: Want to allow users to place themselves into existing category/tax #8636
dprophitjrParticipantSo if I have wooCommerce setup and tags and cats for dining room and tags of dining tables, china, cutlery, etc and user checks interests in china, cutlery, I have actionable intelligence as to what interests them more on my site after they register and save taxonomy data.
December 22, 2017 at 8:06 pm in reply to: Want to allow users to place themselves into existing category/tax #8635
dprophitjrParticipantfunction add_taxonomies_to_pages() { register_taxonomy_for_object_type( 'post_tag', 'page' ); register_taxonomy_for_object_type( 'category', 'page' ); } add_action( 'init', 'add_taxonomies_to_pages' );December 22, 2017 at 8:03 pm in reply to: Want to allow users to place themselves into existing category/tax #8634
dprophitjrParticipantI guess I phrased it wrong. WP Site sets up the cats/taxonomies that are the same for page&post. Inside user account, check mark the taxonomies that matter to you. Collect data to use in marketing about your users from taxonomies that mattered to them. [ if user checks ‘wordpress’] taxonomy, add to newsletter segment => wordpress.
December 22, 2017 at 7:39 pm in reply to: Want to allow users to place themselves into existing category/tax #8632
dprophitjrParticipantThe user does not define their own. It’s is merely array echoed out to them for what is their favorites
December 22, 2017 at 7:38 pm in reply to: Want to allow users to place themselves into existing category/tax #8631
dprophitjrParticipantHere’s the idea cooking up: Rss2html mailchimp newsletter and for CRM export so that we know what interests them the most. ofc, other things can be done in filtering to segments from taxonomy. so the existing taxonomy is display to user and they check/save taxonomy that matters to them. Helps identify personas as well for in-market segments.
dprophitjrParticipantthat would be nice!
December 22, 2017 at 10:12 am in reply to: Possible to add meta-box in Media Library (post type "attachment")? #8627
dprophitjrParticipantTrying to wrap my head around this. [beginner wp dev] Thickbox is the screen to edit media? What if I wanted more inputs such as copyright holder? There are certain elements that are required to json+ld the copyrightholder of an imageObject.
And, attribution. The page you found the image, the author and author link. The copyright organization or person. Can we work on this?
December 22, 2017 at 9:49 am in reply to: Want to allow users to place themselves into existing category/tax #8626
dprophitjrParticipantwhat functions do I need to add to accomplish this?
-
AuthorPosts