rhossein
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Folder StructureYes, this is s single site with permalink and parent pages.
So I was able to create site with permalink like the structure below with posts & pages underneath each of the sites. Now, I want to be able to assign a user to add/modify/delete pages & posts for each site below.http://wp/IT
(user to manage IT posts & pages)
http://wp/HR
(user to manage HR posts & pages)
http://wp/Finance
(user to manage Finance posts & pages)
http://wp/Legal
(user to manage Legal posts & pages)Thanks
Forum: Everything else WordPress
In reply to: Folder StructureUsing the permalink solved my problem. Thank you.
Now that the sites and the structure below is created, I am not sure how to create a content creator for each site. I’ve been looking through the documentation and I could not find anything that could solve the problem. I looked at the doc https://codex.wordpress.org/Roles_and_Capabilities
and I am not sure how I can create an content creator admin for each site (create/delete posts/pages/calendars) for each sitehttp://wp/IT
http://wp/HR
http://wp/Finance
http://wp/LegalThanks in advance.
Forum: Fixing WordPress
In reply to: configuration problemThe article does not explain why the rendition of the pages are pointing at localhost. Here is what I see after viewing the source is showing
<link rel=”alternate” type=”application/rss+xml” title=”SHRA » Feed” href=”http://localhost:83/feed/” />
<link rel=”alternate” type=”application/rss+xml” title=”SHRA » Comments Feed” href=”http://localhost:83/comments/feed/” />instead of
<link rel=”alternate” type=”application/rss+xml” title=”SHRA » Feed” href=”../feed/” />
<link rel=”alternate” type=”application/rss+xml” title=”SHRA » Comments Feed” href=”../comments/feed/” />or
<link rel=”alternate” type=”application/rss+xml” title=”SHRA » Feed” href=”http://wp-server/feed/” />
<link rel=”alternate” type=”application/rss+xml” title=”SHRA » Comments Feed” href=”http://wp-server/comments/feed/” />