使用虚拟页面指向一个特定页面 时间:2021-10-15 作者:bestprogrammerintheworld How should I approach this issue?I want to create one page, 但很多人虚拟页面;,e、 g.像productinfo。php。一个产品有几个。在这种情况下,您可以通过仪表板在数据库中手动创建帖子,并且虚拟页面指向WP数据库中的特定帖子。我想要的是这是一样的东西但是I don\'t want to add any posts and I want all virtual pages to redirect to same page with different GET request:让met解释:我创建了一个页面:例如cityinfo如果我转到/luton,它应该指向cityinfo?如果我去伦敦,它应该指向城市信息?实际值=伦敦等地我应该使用。htaccess用于此?还是我错过了实现这一目标的更简单/更好的方法? 1 个回复 SO网友:bestprogrammerintheworld 事实上,我找到了一个相当简单的方法来实现这一点:add_rewrite_rule( \'city/([a-zA-Z]+)/?$\', \'wp-content/plugins/csv-to-html/templates/csvtohtmlpage_core.php?city=$1\' ); 是的,我知道一开始我没有提到城市,但我只是想知道我应该如何做到这一点。如果有人有更好的想法。请告诉我!:-) 文章导航