How to create a front end user profile with a friendly permalink
I want to create a public front-end profile page with a friendly url like this format.
I want to create a public front-end profile page with a friendly url like this format.
Using /%category%/%postname%/ for the permalink I get a URL string of all the categories that the specific post is included in.
I would like the categories in the url to be filtered down to only one branch of the categories structure, and starting not from the root parent category.
I have a database table outside WordPress that I need to make endpoints for. I’ve created a page /cars/ where I plan on using a page template to generate links. I would like for the url to look like /cars/camaro/ ( /cars/%model%/ ). Originally I thought I could do it with endpoints but wasn’t sure how to make them dynamic based off of the slug pulled from the Model Table. I also wasn’t sure if it would be easier using Permalink Structure tags or which was better.
I used iThemes Security (formerly Better WP Security) hide back-end functionality to change the login url to /signin however clicking the lost password link /wp-login.php?action=lostpassword now generate a 404
I’ve got these custom post types (CPT) and meta boxes:
I setup a custom post type for my portfolio projects. The main URL for this is located at /projects/
I have a custom post type called “destinations” and I have set the EP mask for the post type to default EP_PERMALINK. I have added a couple of endpoints as follows :
I’m registering my CPT like so:
I have been trying to find a solution. but I can’t..
Simple question. When pagination is activated, the URL changes to "site.com/page/2". For my site, this should be "site.com/paggetto/2".