I have a problem with my CPT in Custom Post Type Extension for MainWP. When I try to edit CPT, I need to click “Edit” and link can be in 2 variations:
<a class=“item” href=“post.php?post=802&action=edit&select=41”>Edit</a> (this is what I need)
and
<a class=“item post_getedit” href=“#”<Edit</a>
Why there is something like this? How can I reach only this first type of link (?post=xxx&action=edit&select=xx)? When link is like this then I can easily edit my CPT (including custom meta boxes). Can you help me, please?
Can you please post the community system report from your MainWP Dashboard for review? The report is located in your Dashboard under Info → Server, on the top right of the page.
Be sure to use the button like the one below; this button hides all your private information:
Pressing the button auto-copies the report to your clipboard then just paste it in a reply here.
thank you for reply. Already I found why this happens and now I’m looking for another solution but connected with that one up. So, I need to post only by MainWP dashboard so then I can have link like this one: ?post=xxx&action=edit&select=xx. I think just MainWP can save data then in database.
Now, how can I update child sites informations (or whatever we can call it) to have every post and every post type in database to edit it by link like ?post=xxx&action=edit&select=xx?
Thank you for your ASAP response. I am looking for something that will allow me to update data from child sites and download CPT posts to the database where the MainWP panel is located. I just want to edit the CPT through the plugin panel that manages the given CPT. Is it possible to implement or help to implement this? Or that function exists and I just don’t know this?
Hi Bojan, you and dev team - you are my heroes. Thank you so much for this plugin and code snippet. Is this plugin has custom code or something like that? You know, I want to know this because of future updates. Also, is there a filter an hook documentation of MainWP?
Thank you again and thanks to dev team that you guys resolved my problem.