One thing you can try is going into the page’s Edit mode, by pressing “Edit” on that page, and then checking whether that text is by any chance the actual excerpt. If you can’t see an “excerpt” section on that page you can go to the top of that page, click “Screen Options” on the top right, and tick the option “Excerpt” (see image).
If you find that the excerpt of the page is actually empty, meaning that your theme is probably generating a predefined excerpt when no excerpt is present, you can download your theme to your pc and do an in-file search using the text it is generating (in your case “Lorem ipsum …”). This way you can find out where it is in your theme’s code that the text has been hard-coded.
You can use some software like AstroGrep in order to perform the search.
Related Posts:
- How do I get the current edit page ID in the admin?
- Order posts (across the whole site) by metadata date
- Does hooking into the same action multiple times drain memory?
- Disable visual editor on one specific page
- How to display random users with avatars
- Apply custom role capabilities to administrator (without plugin)
- Can the wp-plugins (Must Use Plugins) URL be targeted for use in functions.php?
- In a WordPress plugin, how do you output HTML code inside the DOM header? [closed]
- Different ‘WP_CONTENT_URL’ for different subsites in Multisite setup?
- Linking thumbnail to full size image
- is_front_page not working in functions.php
- VERY new to coding – keep breaking site trying to add to functions.php
- Display WordPress Search
- Preferred Use of home_url()?
- How to enqueue JavaScript for specific WordPress pages only?
- Passing HTML in WordPress Shortcode arguments
- Functions.php reverted to new one
- Exclude Empty Child Categories in Menu
- Where does function_exists() look to decide whether a function exists? [closed]
- Get page slug and assign a variable within functions.php
- Convert User ID’s to User Names in a single.php file
- Make “sidebar template” the default template for new pages
- Custom roles can’t access to wp-admin
- How to specify which Gutenberg blocks are available in the editor for a page template
- Refactor create_function
- Custom Shortcode, functions PHP WP_Query loop
- Logic to Print/echo a css class only for 1st post and ignore all post after 1st? [closed]
- Attach parent category template to all subcategories
- How to insert a text in all pages and posts before or after specific places?
- Best practice when altering a parent theme function inside a child theme?
- list tags with count in author profile page
- Breadcrumbs – Exclude Child Categories
- Auto delete post if certain custom field data is empty
- Why won’t my scripts load?
- Is it OK to include files using ABSPATH?
- Overwriting Parent Theme’s Image Sizes
- Hard-coding custom menu elements for menu manager
- Limit length of first excerpt in the loop
- Do not add content filter on page template
- Function to update post_meta based on existing post_meta
- Load jquery only for certain pages in the backend
- check if the user is owner of current page
- How to set the default avatar of buddypress avatar [closed]
- Custom styles.css sheet for visual editor
- Publishing just a Facebook URL without full code snippet
- Filter an WordPress Function in (general-template.php)
- attachment page template? only show attachments for current post?
- Conditional statement not working in function
- Remove the month and year from a WordPress Date?
- Show some menu sub items as dropdown under a menu item
- Set “woocommerce_is_purchasable” to false for specific “$product->is_stock_status”
- How to insert class in each list of categories?
- The correct way to add a JavaScript in the functions.php [closed]
- How to remove some item from WordPress Dashboard for user Author
- How to make a new function that includes a template
- Disabling Author Page only for subscribers
- Removing parent theme CSS without editing parent theme
- Showing user profile data on front-end
- How to register a menu based on a ACF condition
- How to convert raw url to hyperlink?
- Breaking up multiple words and inserting an image after first word
- get content from page through AJAX
- Why is this function crashing my wordpress installation? [closed]
- colorbox not loading in
- how can I change all wordpress media file url to custom cdn url?
- Can I use ‘Featured Image’ as a hero image and a thumbnail?
- How to Override Page Template if URL matches query?
- Save_post – Warning: Cannot modify header information
- Woocommerce Display Discount On cart
- Modify content inside post before first publish
- Pass an argument into a function to extract from array
- ACF Date Form in Custom Admin Field
- how to remove a tag in the_category function
- Copying a widget class to functions.php results on a blank page
- WordPress undefined function error on using add_action() in functions.php
- How to create admin ajax function for my contact form
- No compression occurs on my jpegs after adding jpeg_quality hook to my functions.php file
- Changing the register url is not working
- Newest comments first not working
- Pass arguments to function class with do_action()
- How to a override parent theme page that has been included with require_once?
- how to display featured image for single post for a specific category
- Database Query not working
- Can I use a function to return HTML and the result of another function?
- save_post hook – headers already sent?
- Excerpt length: get 2 paragraphs
- Remove heading tags on line break
- How to use WP_rewrite?
- Wp get archive only text not link
- can not call functions in function.php
- Custom shortcode not being included in content paragraph [duplicate]
- Display post_meta-by_key on product catalogue
- What are the parameters are used in add_action and filters?
- Which template file to edit to edit homepage in Mystile [closed]
- Does functions.php apply to every page?
- Creating mixture of shortcodes to use in the visual/text editor
- How do i set global variable in a function in wordpress functions.php
- Working function() doesn’t execute when triggered by WP CRON
- WordPress – Notice: Function wp_enqueue_script was called incorrectly
- post_row_actions filter from parent theme not executing in child theme