In the link all the content such as calendar, categories, archive, etc. are coming from the sidebar widget which most probabily defined into your page.php
layout.
something like:
<?php get_sidebar( 'content' ); ?>
You need to remove this kind of sidebar code from the page.php file to not display that information.
Related Posts:
- Is it possible to manipulate the list of page templates?
- Do I really need the div class entry?
- Where can I access my custom page template?
- Highest number of WordPress Custom Page Templates?
- How to create a custom page(not a template) in a theme
- how to setup custom content structures
- Need help with adding templates (archives and sitemap) to WordPress child theme
- Issue On Displaying Pages with Post Name Permalink
- How to add pages in wordpress using codes?
- Injecting pre-defined text from custom page template to editor
- Custom theme template files
- How to show metabox on page if it is using a template
- Problem with Displaying Custom Theme Page’s Content
- Can you create a custom page with content in the center already defined?
- How To extend WP_Customize_Control
- How do I remove a pre-existing customizer setting?
- How to move page template files like page-{slug}.php to a sub-directory?
- Theme customizer – settings order
- Custom Image section in Customizer
- A way to automatically install pages on theme install?
- Get entered value of customiser field for live preview
- How to remove the Theme Customization Button from the dashboard and themes options page?
- Is it possible ( or advisable) to allow open access to the new theme customizer for potential clients?
- How to move page templates to custom folder?
- Add a dropdown to theme customizer
- Create “File-less” Page Template in Functions.php
- Theme Customizer : how to create multiple-level panel
- Allow Shortcode in Theme Customizer
- Theme Customizer – Nested Sections?
- Customizer Active Callback not working
- Can I create customizer setting that can handle plugin shortcode?
- Editing the custom background CSS
- Pages: frontpage.php, home.php, posts page etc
- Adding items to page template dropdown on Page Edit Screen
- Posts in multiple Categories different single.php
- How to execute conditional script when on new customize.php (Theme Customize) screen
- Is the theme customizer slowing down my site?
- Trigger Customizer saving process with Javascript only
- Adding customizer styles with wp_add_inline_style
- Hide certain pages / posts on wp-admin, show custom filter
- Adding Content Areas to Custom Page Template
- WordPress Customizer Typography: How to load just the unique Google Fonts?
- WordPress Customize — Move “menus” options / field to another section
- Can we add more than one control under a setting in WP theme customizer?
- Widgets panel not displaying in the Theme Customizer
- wp_insert_post breaks rewrite rules
- Trouble with conditional tags
- Is it possible to display the admin bar while in the Theme Customizer?
- How do I get a parent theme modification from a child theme?
- Changing the entire control choices using wp.customize with JavaScript
- How to Change CSS Variable value in Theme Customizer Live Preview
- Pagination & get_pages?
- How to remove menus section from WordPress theme customizer
- Returning Variables back into a template
- Page attribute template dropdown not displayed even the syntax is correct
- Get background color for Live Preview with Theme Customization API?
- the_excerpt() not showing manual excerpt for Pages
- Checking if there is an Image inserted – if not don’t display anything
- How to highlight the current page in the nav menu?
- “Display Site Title and Tagline” checkbox not working?
- How to set page template on front using starter content?
- Default header image does not display
- WordPress Customizer Control with React
- Responsive Images – Generating multiple images from Theme Customizer control upload?
- Modify Javascript Configuration Options for Theme Customizer Colour Picker
- Modify the Additional CSS section (adding a disclaimer)
- How to change the customizer´s sidebar width?
- Theme Customizer – Choose where widget area appears, to let users organise widgets
- Page template across themes
- Displaying part of every child page?
- wordpress custom theme import and export options for sample data [closed]
- How to hook CSS file according to theme selection in the customizer section
- How i can get widgets areas working in customizer?
- How Can I Create a List of Values to Be Iterated Through via WordPress Customization API?
- Change setting name in Customizer and keep the data
- How do I get the next page of posts link?
- after_setup_theme, Global Variable and Theme Customizer
- Custom Script Section Only Echoes Text
- How to disable automatic colors in the Twenty Twenty theme?
- WordPress not registering Theme Customization Section
- using jQuery Cycle by Malsup with WordPress Page and Gallery
- WordPress page templates in a directory
- Disable front-page.php template
- Can I show all the template files that are being used on my site?
- How can i add edit shortcut icon in wordpress customizer without using selective refresh?
- Implement content-nosidebar.php / content-leftsidebar.php
- get_page_template returning nothing
- Add new panel inside parent panel in WP Customize?
- WP Customize refresh problem
- Input ordering in wordpress theme customizer
- Unable to pass variable on theme cusomizer add_settings()
- Multiple Page Templates & CSS
- Excluding Pages not working
- How to add field customizable by the theme editor to your theme?
- Get a setting value conditionally in the Customizer api
- How to add new args data in $wp_customize->add_setting?
- WP_Customize_Color_Control omitting # symbol
- Single Page theme [closed]
- Hide header texts (Title & Tagline) in custom-header.php
- Custom metabox for custom page template