五十路熟女俱乐部,荫蒂添的好舒服视频,在线亚洲97se亚洲综合在线,伊人久久大香线蕉亚洲五月天,,国语精品自产拍在线观看网站

每次更新主題都要對(duì)woocommerce添加固定鏈接!

Ec_ ?小余 發(fā)布于 分類:建議

 

每次更新主題都要對(duì)woocommerce添加固定鏈接!有沒有辦法下次更新主題添加在里面!

  1. $posttypes = array(
  2. 'product' => 'product',//Woocommerce產(chǎn)品自定義文章類型
  3. 'portfolio' => 'portfolio'//作品集自定義文章類型
  4. );
  5. add_filter('post_type_link', 'custom_book_link', 1, 3);
  6. function custom_book_link( $link$post = 0 ){
  7. global $posttypes;
  8. if ( in_array( $post->post_type,array_keys($posttypes) ) ){
  9. return home_url( $posttypes[$post->post_type].'/' . $post->ID .'.html' );
  10. else {
  11. return $link;
  12. }
  13. }
  14. add_action( 'init', 'custom_book_rewrites_init' );
  15. function custom_book_rewrites_init(){
  16. global $posttypes;
  17. foreach$posttypes as $k => $v ) {
  18. add_rewrite_rule(
  19. $v.'/([0-9]+)?.html$',
  20. 'index.php?post_type='.$k.'&p=$matches[1]',
  21. 'top' );
  22. }
  23. }

1個(gè)回復(fù)

微信咨詢
QQ咨詢
掃碼關(guān)注

掃碼關(guān)注微信

關(guān)注我們獲取最新資訊 關(guān)注微信公眾號(hào) 立即掃碼關(guān)注我們