Try
add_action( 'admin_menu', 'wpse182102_register_my_custom_menu_page' );
function wpse182102_register_my_custom_menu_page() {
add_pages_page(null, 'Menu Item Name', 'edit_posts',/* or whatever capability required for this object */ '/post.php?post=".get_page_by_title("Etusivu')->ID.'&action=edit', null, '');
}
And change Etusivu to be the name of the page you want to edit.
Related Posts:
- Create a “Dummy” parent page for a hierarchy in page listing?
- Restrict admin access to certain pages for certain users
- Restrict acceess of a page in backend
- Hide page visual editor if template is selected – redux
- Increment Page Order As Pages Are Created
- Only allow new subpages to be created
- Add custom admin menu item for pages using a certain template
- Too many pages causes WordPress admin to be unusable
- Hide Visibility Option From WordPress Publish Metabox
- Backend option to include a javascript file on specific pages?
- How to make certain page templates visible to admin only
- How to use the same code for multiple pages?
- Removing the TinyMCE editor for a given page template
- Dash after page title
- Disable ADD PDF media button on rich text editor
- How to disable delete option for a specific page? [closed]
- Need to create a custom page on a website
- How to exclude authors from get_pages()
- Order by modified date working in POSTS but not PAGES
- Publish page by invoking submit via jQuery
- Translate dashboard metabox
- Custom user tables not working after migration
- Page and admin doesnt load – i tried everything
- Pages in wp-admin is not found 404
- How do I locate a third party page represented as a slug in my WordPress website?
- Customise the_title in admin area
- Creating content using wp-admin pages
- Group Pages based on Parent in Admin Area
- How to align bold,italic and underline in wp-admin?
- Get page id by template
- How can I keep the content of my pages version controlled?
- WordPress page edit does not save selected template
- How do I set and list page_template with wpcli?
- How to get post or page excerpt using post_excerpt
- Object gets unwanted width and height
- Automatically set page order on create page
- Page with page template not using template in Preview
- Subpages return 404 error [closed]
- Why I can’t change the permalink of this page?
- wordpress with many custom styled static pages
- User capability of create page/new page
- A function like is_page() but returns true if on any sub page of given page
- How to get the excerpt of a page before more tag?
- Using page slug in array
- Shortcode produces blank page
- How to create a page that contains a list of post titles from specific categories?
- Create ghost page
- List pages by custom field?
- Edit page’s “Restore the backup” link does nothing
- Iframe being removed only for some users when publishing a page
- Load specific page template based on URI
- Show preview posts and pages to clients
- I can’t edit my homepage – the page editor is just blank [closed]
- Page redirects to archive
- Pages Column Sorting WordPress Version 3.0.3
- Adding Page URL to the Pages Admin Table
- More Fields Required For Password protect page
- Add categories and posts to page hierarchy
- How to retrieve attachments from child pages of a specific Page?
- Admin taking a very long time to load
- Hide page templates without using ‘unset’
- Custom page with queries returns 404
- WordPress Site Page Exists but Error 404
- How to capture GET argument on static page
- I would like my page editor to be sorted by date created, or updated, instead of in Alpha order, is this possible?
- Is it possible to check for shortcodes on a page?
- WordPress 3.2 – removed ability to select a page template in the page attributes when adding a new page?
- Can I “protect” a page with a form asking for an email address?
- Use same page-mypage.php template for several pages
- How to create cutom link for page
- creating single page with 2 columns while theme is 3 column
- Outputting content from page
- Use an archive as the parent of a page?
- Modifying .page-content background image
- Displaying the blog entries in a Page (using get_posts to retrieve the posts)?
- products category page editing
- Edit post & page option does not display on latest wordpress
- Different template parts when on different pages
- Updating page template pragmatically
- Adding in additional pages into a custom theme
- wordpress page navigation numeric pagination showing same posts on each navigation
- WordPress dosn’t save page/post updates
- WordPress Page All Content In Template Good Or Bad Convention?
- Displaying Content Only in Certain Page IDs Not Working
- WordPress white screen with “All Pages”
- Annoying notification when trying to create a new page
- Page stuttering on load
- How To List Sibling Pages And Include The Featured Image?
- WP Template Hierarchy – Need help choosing the correct templates
- the_content() Returns post content when I want page content
- how bbPress and buddypress add their own page templates to the page template drop down on the page editing screen
- Can’t select a page using is_page()
- Does WordPress list all pages for crawlers?
- one time visit to the page
- How to display child page from specific parent page in homepage?
- How to display text of a page in home or custom page?
- Split Page Links
- Ask for template when adding a new page
- I reached halfway through a WordPress tutorial to find out I began wrong for a new comer to WP
- Can’t create new pages in wordpress