Tell us what you are trying to do?
Hi, I am trying to move my old website hidden link that was handmade with mysql and php code, to a wordpress version.
The website is simple: people can write a message, they could also set their name and the name of their city. Then they send the message. Later I will check the message and if all is ok I will allow the message to be seen in the website.
Is there any documentation that you are following?
I have seen your guide "How to Migrate from a Custom Database Design into WordPress" and some other videos, so I have bought Toolset because I feel it could be the solution to upgrade my website to something more easy to manage and improve.
What is the link to your site?
hidden link, I am developing the newone on the local server.
That above is the situation, while I am trying to implement the WP version of the same things I got the following troubles and doubs, hope you can give me some suggestions and confirmations about the fact Toolset could be the solution to my intent.
So, I have created the new post type and the fields I need on them. The same I have on the old website.
1. First problem: the post must have a title. I do not have a title. How should managed such situation? I have sender name, date and time, message text, location. I do not need and do not want a title nor description. Which could be the best solution about this?
Is it possible in the list of posts of my custom post type to use a different field to link to the post so that "empty" title is not displayed?
2. In the list of my custom fields, I have also set some of the to "Checkbox" type, and I have set the value to 1 when checked, and I have also set the option to set it to the value 0 when it is not checked. Then I have set the field to "required".
The problem is that if I do not check it, I got the error message because the item is empty. So the 0 value is not set.
Should I do not use required field option when using checkboxes in this way?
3. I would like to count the number of custom posts available and I would like to display such number in the website home page. I also whant to show date and time of the last post pubblished. Is that possible?
4. Again about my custom post type: would it be possible to allow every user to send messages by using a public form? I mean I would like to allow not registerd users to send messages and registered users too.
Registered users will have their nick name as "sender" while not registered users should type a name and such name should be different from all registerd users. Can I do something like this with Toolset?
5. SEO: will it be possible to use Custom Post fields values to compose meta informations for the page?
I mean meta title, description.. I would like to compose a fixed text mixed with dynamic parts that I will get from the post fields. I would like to use SEO plugins like Yoast or Rank Math.
Thanks!