• Resolved gaplander

    (@gaplander)


    Hi,

    Just discovered that users are unable to post new ads. Was working fine before.
    I can place a new ad through the WordPress admin panel but not through the add page at this link:
    https://southwestpost.ca/add/

    Please help!

    Best regards,
    -Glen

Viewing 1 replies (of 1 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi, please try opening a file wpadverts/functions/shortcodes.php, find line

    
    $post_content = apply_filters("the_content", get_post( $post_id )->post_content );
    

    replace it with

    
    $post_content = get_post( $post_id )->post_content;
    

    and see if this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Unable to Post New Ads’ is closed to new replies.