Feel free to reply or open a new thread if more information can be provided, such as:
- Is the content literally a
post_type
of type page
? It is not clear whether the intended content is a Page
, a Template
, or something else —?on what page in wp-admin
, Elementor
, Pods
, or a wp-admin
post listing is it expected to show up?
- What is meant by the
pod file
that is clicked, and what specific URL does it go to that is not loading?
- There is a challenge expressed with both editing and finding the content, but it is also mentioned that the content is found, but not editable. Is the challenge it can be found on the frontend, but not in WP Admin? Is it something created in WordPress, or in an Elementor layout?
Without knowing more specifics, a general guideline for most content created with Pods, Elementor, or any other plugin is that it will likely end of up the database. Jory mentioned ACTs, which is a Pods data type that can be enabled to create custom tables, but most all content will usually be in the wp_posts
table and most all fields will be in the wp_postmeta
table in the database.
With so many things unknown, inspecting the database with tools such as PHPMyAdmin, which can run a search on all public and private content based on post_title
, post_content
, and many other fields is usually a good place to start.