I’ve done a html website like a half year ago and now migrate it into wordpress with just pasting the html files into php files which are set as template.
If I’m now creating an article in wordpress, which was the only reason to migrate to cms, I’m not able to view it at the homepage under the fitting url.
The url looks like this: domain.com/?p=78 and I’m only forwarded to the startpage without seeing any trace of the article.
Do you have an idea what’s the issue. Do I need to implement a extra function in the index.php for viewing articles? Can I forward it to another page where I use a function to view these articles?
I’ve created multiple times new articles and watched what happened. It always forward to the startpage set on domain.com with an “/?p=number” added. I have no clue what’s the problem is and hope for your help.
Samuel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.