So I’ve been building a site with Laravel, but it is a lot to teach myself to get everything i want squared away. So I was hoping to build up a smaller version of the site to start generating some money, that utilizes a few custom post types and go from there, but I am having difficulty getting the data to the frontend display.
I was hoping Id be able to use something like elementor and simply create a template with a reference to the various fields, So that I could simply upload a CSV with my data and have it populated, but this doesnt seem to be an option. I see that Elementor pro might have better support for templates, but I’m not sure if it’s simply going to save and copy data that Id have to go in and manually edit, or if it will allow me to map fields so I can handle my data with the boring old backend layout. I was using pods for the custom fields, but I also have ACF pro.
Id hate to spend $60+ on various plugins and not have them meet my needs.
If its easy enough to code my own template, I can probably just do that too. But I dont want to spend a lot of time trying to figure out a bunch of hooks and stuff to tie into.
I just want to be able to create a basic view. like {$title} {$content} foreach($category as $categories) etc.
So how do I create a dummy template with elementor or other builder that doesnt charge an arm and a leg, and extract it to insert the data dynamically?
[ad_2]