Alphabetically order custom post type in elementor query
I need to order some custom post types alphabetically. I’ve added a value to elementor loop grid to set a custom query that I can intercept inside my functions.php file. I named it custom_charts
. As I know I can then modify the output of elementor by using the elementor/query/custom_charts
so at the moment I have this code
WordPress – Alphabetically order custom post type in elementor query
I need to order some custom post types alphabetically. I’ve added a value to elementor loop grid to set a custom query that I can intercept inside my functions.php file. I named it custom_charts
. As I know I can then modify the output of elementor by using the elementor/query/custom_charts
so at the moment I have this code
Display CPT text content inside an elementor popup
I’m working on an elementor layout that will be used as a template for a custom post type that will hold all the projects of a designer. Since for each project there is a lot of text, I’m thinking to have an offcanvas popup that will display the text of the current displayed project. The mai problem is that Elementor will not give me the ability to select the post content widget when I create a new popup. I’m not sure if this is possible.
WordPress – Display CPT text content inside an elementor popup
I’m not sure if this is the right place to post this question, but maybe someone already had this problem in past. I’m working on an elementor layout that will be used as a template for a custom post type that will hold all the projects of a designer. Since for each project there is a lot of text, I’m thinking to have an offcanvas popup that will display the text of the current displayed project. The mai problem is that Elementor will not give me the ability to select the post content widget when I create a new popup. I’m not sure if this is possible.