我有一个WordPress网站,typee
注册为分类。我需要使用type
代替typee
并保留内容。我可以使用任何httaccess重写规则来实现这一目标吗?
要清除事物,网址重写应该是
http://someurl.com/typee/product-name
至http://someurl.com/type/product-name
答案 0 :(得分:0)
如果您知道您的分类法在哪里注册,您可以重写其slug。
您可以查看register_taxonomy功能。它接受您可以使用的library(dplyr)
df %>%
group_by(Day) %>%
summarise(Area1 = max(Area),
Station = Station[which.max(Flow)],
Flow = max(Flow),
Group_mean = mean(Area)) %>%
rename(Area = Area1)
# Day Area Station Flow Group_mean
# <int> <dbl> <int> <dbl> <dbl>
#1 1913 4390.0 21009 725.661 1345.060
#2 9526 228.4 37006 68.140 131.825
#3 12551 206.0 41005 63.574 136.675
#4 14329 379.0 41014 218.000 154.480
参数。
所以你的代码将类似于以下
rewrite
然后别忘了重建永久链接