Custom fields when adding a project
Author | Posts |
---|---|
June 2, 2014 at 6:45 pm 21357 | |
Ruben | Hello, I was wondering if you could point me in the right direction. I want to add some fields when creating a new project, (address, phone number, email, etc.). Any help would be greatly appreciated. I would like the fields to be available on both the fronted and backend. If I could just get some help on adding 1 custom field, I am sure I could figure out the rest. I am semi-proficent when it comes to adding/understanding code. Thanks so much! |
June 2, 2014 at 7:32 pm 21362 | |
Nizam Uddin | Hello Matt Then you can use that action like the following
Thank you.. |
June 2, 2014 at 8:10 pm 21363 | |
matt | Would I place this new action in the function.php of the plugin? |
June 2, 2014 at 8:37 pm 21364 | |
Nizam Uddin | Put |
June 2, 2014 at 9:12 pm 21365 | |
matt | Thanks for your help. Kind of vague but helpful. Hope you are having a good morning. |
June 2, 2014 at 10:41 pm 21366 | |
matt | I have opened a topic on the WordPress support site. They seem to help out and cater a little more to those of us without a complete understanding of coding. I do appreciate your time. Pretty cool plugin, minus the problem I am having adding a new field. |
June 3, 2014 at 8:23 pm 21404 | |
matt | So, I figured it out. It was simple per your direction 🙂 Now, I just need to find out how to echo the information in /views/project/index.html Taking into account the action hook created above. Can you show me how you would implement the echo in the excerpt of code taken from the index.php file below
|
February 16, 2015 at 9:39 am 36778 | |
Ruben | Hi Matt, |