For most WordPress based sides, you can look at the classes on the body
tag to find out what kind of content is being shown, a single post, a post archive, the front page etc. In your case, it’s post-template-default single single-post postid-2897 single-format-standard wpb-js-composer js-comp-ver-5.0.1 vc_responsive
, so this is a single post that is shown (most of those classes come out of get_body_class, it’s worth a look at the code to fully understand how that works).
To find the file responsible, look at the template hierarchy and check your theme which files exist.
If you change your original theme directly, you’ll lose those changes when you update to a newer version. Instead, create a child theme to adapt the original theme to your needs. This allows you to override certain files but keep the rest as it is.
Related Posts:
- Add more then one site logo – custom-logo theme support
- get author in blog posts?
- How can I style the Comment Section of a blog post
- How to create a new blog in wordpress?
- Is there anything that Joomla or Drupal can do that can’t be done in WordPress? [closed]
- Any post install tips after installing WordPress 3.0.1?
- Version Control: Entire site or just pieces?
- Getting a stack trace when an error occurs?
- Customizing the Subject Field in WordPress’ Notification Emails?
- How to move wp-content (or uploads) outside of the WordPress directory
- Maintaining synced staging/production WP sites
- WordPress Multi Site Best Practice
- Sub posts and non unique post_name
- How to let a single post have its own domain name
- Block multiple categories from Blog
- Redirect to requested page after (custom) login
- Page load requires a trailing “/” [closed]
- How to instantly delete posts/pages permanently?
- dynamic external javascript generated using php
- Show Custom Taxonomy Slug(s)?
- How to re-arrange media uploaded using : media_handle_upload() as per year / month
- How could we customize the all posts page in the admin panel?
- What’s the proper way to use a custom table? [closed]
- How to retrieve the value stored in a multi-dimensional array and SUM the entries?
- Adding Pagination on a Custom Author Page
- How can I get the page url slug when ‘post_name’ returns an id?
- Woocommerce Product page edit
- Convert an theme options page to use in customize.php also?
- Integrate WordPress into existing website
- How can I use get_bloginfo(‘admin_email’) in a custom PHP file?
- The best way to write an FAQ page?
- CSS to remove “comments count” icon from main page [closed]
- What’s wrong with Customizing new user notification email by add_filter?
- Automatically Update Woocommerce Prices [closed]
- Multiple Tinymce/wp_editor in WordPress >4.8
- Get Value from Column in Plugin Table [closed]
- How to provide a demonstration of WordPress for new customers
- How to make number of blog posts a custom field?
- CPT Loop with ACF and passing ID between Loops
- Showcase elementor templates
- Add clickable arrows to parent menu items with children elements e.g. with
- Display User ID instead of Name or Username
- Woocomerce custom billing address fields display in order details [closed]
- Bind JS event to WordPress control customizer
- No shipping method has been selected [closed]
- How can I setup up an a pre-populated pdf based on what was entered? [closed]
- Get rid of title from static front page
- Make custom page look exactly as homepage
- Organizing the position of widgetized areas in the backend
- $wpdb->insert running multiple times?
- Track usernames with piwik [closed]
- Get wordpress taxonomy slug name(s) to use as div class
- Why does my Posts page only show a single post when using Thematic?
- Specific colours for wordpress author ids
- How do I list custom taxonomy terms with the links?
- How to unpixelate logo?
- Open “Visit site” in a new window?
- Remove header title form page through CSS [closed]
- What’s the right way to share data between widgets?
- custom css and javascript not working on page defined as template?
- Importing specified data/field
- Missing current_page_item in custom menu
- Attach File Funcion for Common people
- Mimicking admin panel menu from wordpress 3.0.1
- query variables for custom taxonomies
- How to get Previous Visited Page Information
- How to add Custom Css within the Editor?
- wordpress custom fields loop
- Custom admin menu items
- How do I add a dropdown menu to a form?
- Taxonomy template is not reading
- Conflict between Yoast SEO and my custom theme
- POST 429 Error when trying to place more than 20 images into post at once
- Issue with navigation bar in child theme
- How do I target this page specifically?
- How to add custom Author Info Box to blog posts “only” and NOT custom post templates
- Bio comes up when the visitor clicks on a picture
- How to find and replace (or add) specific word in a specific category?
- Creating a Treeview Listing of a Directory
- WooCommerce – Adding custom HTML to specific product pages
- How do I move my sites to a child theme without loosing customisation?
- Displaying all Custom fields on post except some
- How to create new page can get custom field other post in wordpress
- How to appoint different users to different pages?
- insert autofocus in a custom taxonomy form
- Is there a way to hide a user’s posts from their Activity feed?
- customize footer widgets area
- Setting up staging area
- Accessing + retrieving custom database in WordPress
- updated permalink structure on localhost does not work
- Word Press Theme Customiser and Child theme Function.php
- Security Issues with custom user role or changing core role capabilities?
- adding new html css to wordpress section from codepen [closed]
- Do i need to use PHP in customizer api?
- Custom Post want button to add image and save in Postmeta
- Save And Display Mp3 Audio files on WooCommerce product page with Dokan
- Advice how to connect custom database with WordPress, change data in WordPress and finaly use this data
- Sort Search Results in Order of/by Character @ count (9) of post(s) title. (Ocean-WP theme)
- Is it possible assign a secondary existing role to already existing one?
- Set custom banner image size with wp_customize