Fabrizio Sabato
Fabrizio Sabato
Hi, 2 years already passed since the Composer proposal has been raised. Any news?
Hi, I had the same issue and I found the error is related to a bug since it's not possible to invoke add_action() hook within a class. To fix the...
@spoonyto Hi, you are very welcome. After struggling with these issues i decided to change radically direction. Especially because ACF plugin doesn't provide for 'Front-end' functionalities.... It is strictly connected...
It's not that difficult. I going to reply to you during evening Be patient :) Concerning the DB for free make sure that the Table structure is like this: id...
During the weekend I will try to provide an example. In the meanwhile check for **add_meta_box()** function
Hi @spoonyto sorry for delay, I was a bit busy. Well, I don't know if you had the chance to check the function add_meta_box() as suggested above. Assuming that you...
Hi @spoonyto, the base is not that difficult as well but it's something apart from wp. The sql instruction can be performed in different ways... Most common ones are: -...
No no @spoonyto!! absolutely never give credentials to unknown people ___ You did it!!! Simply repeat the procedure but just edit the table name at any occurrence. It's not difficult...
Does it return a specific Fatal error?
Hi @spoonyto It's just a syntax error 'fortunately'... Dumb question: is photographers_theme_setup() { declared as a function? In other words, is it preceded by the keyword **_function_** I suppose? `**function**...