GetSimple Support Forum
QUESTION Drag n drop for front page - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Developer Discussions (http://get-simple.info/forums/forumdisplay.php?fid=8)
+--- Thread: QUESTION Drag n drop for front page (/showthread.php?tid=13701)



Drag n drop for front page - craiga - 2020-03-29

Wondering if anyone has ever thought of a simple drag n drop method for the content editors for the home page. 

Lately been thinking that for most sites I develop, it seems that the home page is always a little more complicated to edit. 

I have in the past created a home page and then added four child pages which are used to hold the content for the home page. Then on the home page template I simply use the get_page_content() function.

I have also used contentEditable in one of my themes where depending on who is logged in, the home page shows small editable areas for text. I'm not sure how secure this is though so don't use it currently.

Just wondered what you guys are using to ease the burden on your own content editors

Cheers


RE: Drag n drop for front page - Oleg06 - 2020-03-29

I use plugins I18N Search and I18N Special Pages. Example here https://getsimplethemes.ru/free-themes/christmas-free/


RE: Drag n drop for front page - craiga - 2020-03-30

(2020-03-29, 23:14:16)Oleg06 Wrote: I use plugins I18N Search and I18N Special Pages. Example here https://getsimplethemes.ru/free-themes/christmas-free/

Thanks Oleg, just having a look now