PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Customize my own post URL

  1. Hi all, excuse my english, Im from spain... I have a question. I need to customize the Post URL. it's because I use my own URL system.

    I have this code:

    function set_post_content($entry, $form){
    $post = get_post( $entry["post_id"] );
    // Here I need to change or update submit URL
    wp_update_post($post);
    }

    Anybody know how to do it?
    Thanks!

    Posted 10 years ago on Tuesday July 9, 2013 | Permalink
  2. Richard Vav
    Administrator

    If you still require assistance with this please open a new support ticket or a priority support ticket if you are a developer license holder. Thank you.

    Posted 10 years ago on Thursday July 25, 2013 | Permalink

This topic has been resolved and has been closed to new replies.