2
votes
0answers
46 views

Removing hierarchical pages in the permalink

I have several pages set up in a hierarchy on my site. Currently the site's pages and URLs look like this. Page name | Current URL | Preferred URL ...
1
vote
1answer
39 views

Organizing Your Pages

I'm having problems creating sub pages. So far I've followed the proper directions: Go to a new page, click the "Page Parent" drop-down menu. Select the appropriate parent Page from the drop-down ...
1
vote
0answers
84 views

Custom category URL rewriting

Here is the situation: let say I have a page called Press and that page has this url: www.example.com/press-center Now, let say that I have a category Press (slug is press) and subcategory called ...
0
votes
1answer
30 views

Two pages named the same thing, on a different level but conflicting url paths in menus and direct links

I've just changed some titles of pages and child pages around, simply I've got Work as top level page, and Blog as a top level, with Play and Work as children. The paths are: /work/ and ...
1
vote
2answers
256 views

Get closest page ID from URL

Lets say on my WordPress website I navigate to: www.example.com/media-centre/news/17/an-example-news-post In this case I am looking at a post in a CPT called News. What I want to do is get the ...
1
vote
1answer
100 views

Clean URL link for page without number

This is probably a really noob question, but I can't figure out how to change it. I've created a page called "Photos" and my url link shows: http://mysite.com/photo-7/ What's with the -7 and how ...
0
votes
2answers
197 views

Viewing category pages without the word 'category' in URL

When I view a static page its url is like: http://example.com/mybooks/ When I view a category page its url is like: http://example.com/category/books-ebooks/ For SEO, I want some modification so ...
1
vote
1answer
51 views

Blank Pages with # URL & Google

I'm using some blank pages that have a title only and a URL set to '#' for my navigation. (So, that the item appears in the dropdown menu, but when it's clicked a page doesn't open). Do I need to ...
0
votes
2answers
81 views

Separate URL for a specific page

I have 3 sections to a website, each it's own page. A page for the company and one each for the two founders. Each of the founders would like their page to be under their own domain, but still be ...
1
vote
2answers
903 views

How to add URL-Parameter for Javascript Widgets?

I need to add pamarameters to URLs that are read by javascript widgest/gadgets run on the site. Whenever I just add them e.g. the original URL is http://example.com/blog/page/ and the parameter is ...
0
votes
3answers
1k views

How do I make page URLs look like “www.site.com/page” instead of “www.site.com/blog/page” but have post URLs stay “www.site.com/blog/post”?

I would like to make it so the URLs of my pages (created in the Wordpress dashboard) show up right after the domain name instead of after the blog directory. I have installed Wordpress in a ...
0
votes
1answer
439 views

return page name in url

This the url format: www.mysite.com/pageone How do I get the page name? what is the wordpress function/method for this? bloginfo('name') return the site name. I want the function that returns ...