New custom archive post skin to customize Posts Meta Data #28009
luigidis
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Prerequisites
What problem is your feature request going to solve? Please describe..
I'm trying to create a new custom skin for my archive-posts widget in Elementor, and I need to customize the metadata of the posts I get.


Normally, a Posts_Archive_Skin_Cards has these controls within these settings
But when I try to extend the Posts_Archive_Skin_Cards class and create my custom skin, this is what I get.
My code of my new custom class is:
`
namespace ElementorPro\Modules\ThemeBuilder\Skins;
if (!defined('ABSPATH')) {
exit; // Exit if accessed directly
}
class My_Custom_Posts_Skin extends Posts_Archive_Skin_Cards
{
}
`
Describe the solution you'd like.
Can anyone know why many of the controls are missing?
Agreement
All reactions