On my admin panel I have a page called “Les Vétérans”.
In this page I wrote some content into a custom div called “description” on the WYSIWYG.
Now in my php code, I want to display this div without using the_content();
I just want to target and display only this div and not the rest (there is more content on this page).
You need to get the content and then with a regular expression get tge part that you want.
Here is example code: