• Hi, how can I get page name in the URL.
    Example:
    I created a page named “Article”, and this name became a Menu.
    In that page/menu, there are multiple article.
    My questions is, how can I get the URL like this: wwww.domain.com/article/post-name ?

    For now, I always ended up get http://www.domain.com/post-name.

    How do I change that? And which file should I edit? Fyi, I install in localhost, and I want create a website about news.

    Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Sounds like you need to create a category “Article” and then all posts allocated in that category will have the url /article/post-name/
    (*Note that this will only work with posts, not pages.)

    http://www.wpbeginner.com/glossary/category/

    Thread Starter harrypurnama

    (@harrypurnama)

    Sorry, but I want to strip the “category” base for another reason.

    hello barnez, i see your comment, you are very expert in solving problem..i have a problem to access my wpadmin, after try editing php.ini, now its said

    You don’t have permission to access /wp-admin/edit.php on this server.
    Server unable to read htaccess file, denying access to be safe

    Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

    can you help me?

    @farrace89

    As per the forum rules, please start a new support topic with a descriptive title such as “Edited php.ini. now locked out of dashbaord”. This will help you to get the best support got your problem, and allow @harrypurnama to keep the focus of this post on permalinks

    @harrypurnama

    Then there is no easy way to achieve this is the options for permalinks only contain:

    %year%
    The year of the post, four digits, for example 2004

    %monthnum%
    Month of the year, for example 05

    %day%
    Day of the month, for example 28

    %hour%
    Hour of the day, for example 15

    %minute%
    Minute of the hour, for example 43

    %second%
    Second of the minute, for example 33

    %post_id%
    The unique ID # of the post, for example 423

    %postname%
    A sanitized version of the title of the post (post slug field on Edit Post/Page panel). So “This Is A Great Post!” becomes this-is-a-great-post in the URI.

    %category%
    A sanitized version of the category name (category slug field on New/Edit Category panel). Nested sub-categories appear as nested directories in the URI.

    %author%
    A sanitized version of the author name.

    https://codex.wordpress.org/Using_Permalinks#Choosing_your_permalink_structure

    Thread Starter harrypurnama

    (@harrypurnama)

    I dont want using plugin. Can somebody edit the code?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Add page name to URL’ is closed to new replies.