-1
votes
0answers
16 views

Remove the # from anchor bookmarks in browser? [closed]

Developing a vertical scrolling style website using anchor tag bookmark links. The home page is split into 3 sections or divs which pull content from other pages (not available directly in the nav ...
0
votes
0answers
38 views

Adjusting Pagination

I am currently try to fix some issues in the pagination on one of my client's sites. The code that was in place is: if (!function_exists('prime_pagination')) { function prime_pagination($args = ...
0
votes
0answers
73 views

how to set up permalinks to contain special characters

I have been trying for months to make a one page WordPress site. This site has need for a special character set in the navigation in order to work. Each page is set up in an unordered list based on ...
0
votes
0answers
38 views

How to set a Custom Post Type as the parent of a WordPress Page?

I have a Custom Post Type called Recipe with permalink mydomain.com/recipe/a-recipe-name. I would like to create a subpage (containing some details on the recipe) with permalink ...
0
votes
1answer
29 views

Customizing a permalink

Good Day All I have a featured slider on the home page that can call a category from which it gets its featured content. Now, for each featured slider, I made a post with category 'featured'. Now the ...
0
votes
1answer
69 views

Navigation menu displays permalinks

I am creating a theme from scratch and the navigation menu is disturbing me because it is displaying the permalinks after the menu item name. See this picture http://imagebin.org/212406 Link name ...
5
votes
1answer
575 views

Use navigation path from menu for permalink

I now switched to permalinks and defined my own structure /%postname%. If I click on a menu item it takes the path from the parent page (hierarchy defined directly when editing a page). What I want ...
0
votes
1answer
103 views

Auto Changing Text Case

So I'm using all static pages and I specify that in my WP settings. When I specify what the 'Front Page' should be it turns my link in to Title Case instead of all Capital Letters like I would prefer. ...
0
votes
1answer
704 views

Changing permalinks back to default ( ?p=123 )

I have a site with about 900 pages that I was using custom permalinks /%year%/%monthnum%/%postname%/ for. I have a custom nav menu with tons of items in it. This combination seems to be simply too ...