• When I post something in wordpress database in wp_posts table from a custom script the post is fine but when I update the post from wordpress platform the post will have Status: Scheduled and when I want to see the post, permalink is something like this ?p=310 instead localhost-link-seo.

    In database I added for permalinks in wp-posts in post_name the permalink name localhost-link-seo but I don’t know if is ok to set permalinks like this for a new post because as I said after I hit update in wordpress CP the permalink will be changed page and the post will have Scheduled Status.

    Sorry for my language I am not native from England,US etc.

Viewing 2 replies - 1 through 2 (of 2 total)
  • This really isn’t the right forum for your problem, but just off the top of my head it sounds like your custom script isn’t updating the post_date and post_name columns in wp_posts.

    You need to make sure that your custom script is setting the correct date in post_date and is setting a unique URL slug in post_name.

    Thread Starter Razvan92

    (@razvan92)

    I didn’t know. Thank you for response.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Problem with permalinks’ is closed to new replies.