Hi codemster,
I am wondering how I can add some content to /blog and /jobs page using WPbakery in WordPress backend.
For blog (/blog) page, I can add elements using WPbakery but when I hit save/publish button, all are gone except single blog list default output.
For job (/jobs) page, I can add elements using WPbakery and can save unlike /blog but when I access /jobs, I don't see any contents which I added. In wp backend, I can see columns and blocks but frontend nothing except the default job list.
For both URLs, they are templates set in the theme so I am assuming the_content() tag is missing. Other themes I work in the past always allowed me to add content in the page even though they are page templates like yours.
Is there any way to add content via WPbakely from wp backend to those pages?