Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 937223
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T21:26:32+00:00 2026-05-15T21:26:32+00:00

i need to move my WordPress Blog Entries to a page. I’ve installed WordPress

  • 0

i need to move my WordPress Blog Entries to a page.

I’ve installed WordPress to subfolder (http://example.com/canada/) and currently i access my Blog entries with following URL: http://example.com/canada/hello-world/

But i would like to call my Blog entries like this: http://example.com/canada/blog/hello-world.

I know i can choose a static page for my entries under Options -> Reading. But if i set the option for entry page to Blog nothing happends.

Does anyone know how to solve this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T21:26:32+00:00Added an answer on May 15, 2026 at 9:26 pm

    I solved the problem my own… I’ve defined a new custom post type named blog. Works as i aspected 🙂

    Working Solution:

    function post_type_blog() {
    
        $labels = array(
            'name' => _x('Entries', 'post type general name'),
            'singular_name' => _x('Entry', 'post type singular name'),
            'add_new' => _x('Add', 'entry'),
            'add_new_item' => __('Add new Entry'),
            'edit_item' => __('Edit'),
            'new_item' => __('New'),
            'view_item' => __('Visit'),
            'search_items' => __('Search Entries'),
            'not_found' =>  __('Nothing found'),
            'not_found_in_trash' => __('Nothing found in Trash'), 
            'parent_item_colon' => ''
            );
    
        $args = array(
            'labels' => $labels,
            'public' => true,
            'publicly_queryable' => true,
            'show_ui' => true, 
            'query_var' => true,
            'rewrite' => true,
            'capability_type' => 'page',
            'hierarchical' => false,
            'rewrite' => array("slug" => "blog"), // Permalinks format
            'menu_position' => 5,
            'supports' => array('title','editor','thumbnail','comments')
        ); 
    
        register_post_type('blog',$args);
    }
    add_action('init', 'post_type_blog');
    

    Important note:

    Don’t forget to refresh your permalinks. Otherwise you’ll get an 404.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm helping someone with a Wordpress blog which at one time was at http://example.com/example/
I need to move all bookmarks inside the html page bit down . Is
Ok so i have this custom blog that i now need to move over
I have inherited a really bad access database that I need to move the
We need to move off traditional FTP for security purposes (it transmits it's passwords
I need to move data from a datareader into a Farpoint Spreadsheet component in
I need to move backwards through an array, so I have code like this:
I need to make multiple divs move from right to left across the screen
I am trying to move a WordPress installation from one server to another one,
Need to move the database and log files of JavaDB (derby) db files into

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.