Hi,
I have a weblog “Jobs” on my main site and I’m accessing this weblog from another site using categories and “site” parameter on weblog:entries tag. This works fine.
I need to use the SAEF to endit these entries from the 2nd site. Below is my code.
Please let me know if anyone has any idea on how to do this.
EE v1.6.7.
Thanks,
Das
{exp:weblog:entries site="main_site" weblog="jobs" limit="1" show_expired="yes" dynamic="off"}
{exp:weblog:entry_form site="main_site" weblog="jobs" return="jobs/saved/{segment_3}" dynamic="off" }
Tile1 = {title}
{/exp:weblog:entry_form}
{/exp:weblog:entries}Moved to CodeShare Corner by Moderator