1. I want to add users data from my staging site but I want to allocate the post to said user. In other words I create their profile as an admin and once done I want to assign it to them so they can edit the profile etc.
2. In your drop down option one is only allowed to add items one at a time, how can I do this with a full list of countries for example?
3. Is it possible to use google auto-complete to fill in town/city/country for example?
4. I want to arrange the profiles in tabs each with its own section. I am showcasing athletes, so I would want for example general information in tab 1 (date of birth, position, bio), tab 2 would be stats (weight, height, playing history), tab 3 would be contact details for example. I want certain tabs and content to be publicly available and some content to be behind a paywall. Is this possible?
5. Speaking of date of birth, if the person enters their date of birth is it possible to display it as an age instead of a birth date?
Let me give you some quick replies to those questions, and you can follow up as needed.
1. Sounds like you should make the user the author of the profile post. If you create a custom post type for the profiles, make sure you specify that it supports author so that you'll have the UI for switching the post author available when editing posts.
4. Right now we don't have a Tabs block, but that's okay, because once you start using the Block editor on your sites you can mix and match block plugins, so while we don't have one other popular block plugin libraries do, and you can use those. Regarding paywalls, I suggest you look through the membership course (https://toolset.com/course/wordpress-membership-sites/) where you'll find a description of charging users to register for a premium account type, which can then be used to access restricted content.
5. You could do that, but it would require some code, e.g. to register a custom shortcode. There is an example of that here: hidden link
The topic ‘[Closed] Some Questions’ is closed to new replies.