admin管理员组

文章数量:1277399

I have a page /page1 and 2 articles /article1 and /another-article1.

Which query string parameter for index.php is available to show the content?

I tried:

  • ?p= but

    • index.php?p=page1 is working
    • index.php?p=article1 displays a search result page showing the 2 articles instead of just displaying /article1 (probably because they have ...article1... in common in the slug?)
  • ?page=

    • index.php?page=page1 is working but
    • index.php?page=article1 is not working obviously because it's not a page

Which parameter in index.php?parameter=slug would work to display both pages and articles?

本文标签: