dongzuan4917 2016-12-28 21:31
浏览 45
已采纳

WordPress的。 有没有办法通过自定义网址访问帖子?

I migrating site now to wp. Now it has posts with url's like

example.com/module/title/some_digits/date/some_more_digits. 

In wp it can be found at

example.com/?p=number

There are lot of external links directing to this posts, so if i will simply import all data in wp they will be useless. I import posts from dump using wp_insert_post(), there is about 1k of them. May i somehow programmatically give a non-default url to post, to save old url style and prevent losing links?

  • 写回答

1条回答 默认 最新

  • doucheng9634 2016-12-29 03:42
    关注

    You can use .htaccess to redirect on new page or you can use this plugin for create custom url.

    Custom permalinks

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 matlab图像融合代码被嫌弃太简单,求改进
  • ¥20 微处理器原理与应用(私有偿)
  • ¥50 8051单片机关于ADC0809的应用
  • ¥15 有没有能拿来练练手写完发给我
  • ¥15 禁止修改windows系统时间
  • ¥50 kinect连接win11笔电导致音视频设备消失
  • ¥15 python线性查找题
  • ¥20 GDB info thread 显示格式问题
  • ¥15 WiFi串口通信问题
  • ¥15 基于python建立整数线性规划问题并求解