11/03/2017 at 9:37 am
#439907
Keymaster
@ Larger Media
RE: is it possible to add the same “Submit New Entry” BELOW all listings
Yes, sort of. It is possible to place all list actions after the list too. Install the Code Snippets plugin. Add a new snippet with the following line of code. Save and Activate the snippet.
add_action( 'cn_list_actions-after', array( 'cnTemplatePart', 'listActions' ) );
RE: is it possible to embed the form right below all listing WITHOUT demanding the user to click any “Submit New Entry” link
Sorry, no, this is not possible because the submit page is a “special” page used to process submissions.
Hope this helps!
