I really dont understand what you are saying.
Btw, I managed it, It is done and can be done with some trickery. If it gets into rutine can be done very fast.
Now I can make frontpage with unlimited number of mini archive loops. Put them wherever I want and style them however I want.
Keywords here are, and it it very important to know:
- Native Themler arhive loop inserted where you want.
- This mini-loop use Bootstrap and Themler responsive goodness.
Problem is I have to activate PHP code inside widgets. But I can remove file editor, themler edit, and widgets links with functions.php so even Admins cannot see them.
Started with some ideas but noticed I would have much manual work and changed. I am still searching to minimize amount of manual time more.
It is something like this.
Have one test taxonomy (category) for use so Themler custom template can give me posts when editing. (with say, 3-6 posts attached to test category, just for editing in Themler) dont change name of category, just fast change slug to match new custom template name in Themler.
Those custom templates for mini loops will never be used directly on webiste, just called via text widgets, with PHP support.
In Themler when editing custom frontpage I put all widget positions I need, no limit. Style a bit containers and forget startpage for a while.
Finish custom template, despite you dont edit on frontpage but just posts list it goes well to see how will it look like.
Make new folder inside theme, I call it "widgets". And from this folder widgets will call all template files, to not to touch originals. Themler preview use them and can make problems working in Themler if code is wrong.
When working have whole time open Beyond Compare program for 2 files. One is main category custom template and second is content-xxxxx-php. Saving again changes in Themler BC program warns directly and you can make those changes inside files in "widgets" folder. Goes very quick.
Now, you can have good results with only "get_template_part" file, second Themler file resposible for loop self. But I noticed some problems without main category-xxx-xxx-xxx.php file. One problem is blocks jumping when refreshing page. Some important classes are inside main php template file. It gives need to remove all <head>, <html> from custom file in "widgets", or you end with many duplicates. Duplicates in source code and possible Google SEO penalty. Strip everything from original except loop self.
Cannot get into all changes needed in custom files called with widgets,. WP_query, variables, loop reset, where and why, what to change in "if", etc... But as I said when you finish one mini loop it can be a rutine. You can reuse and copy, paste code.
If you need preview of all mini loops on frontpage template in Themler just copy "widgets" folder to preview folder. If you experience some problems in Themler just delete "widgets" folder from preview.
Dont know what to say to developers of Themler. Now I know it is very complex thing and cannot be easy done with Themle only. But they know code better then I and can maybe come with something very clever.
Before I did such things with Latest posts different widgets, mini loops widgets, in last time exclusively with Pods templating. Problem is you dont dare to complicate things much because it is pain in the * to tweak everything to look nice on all devices, responsive. Result is all websites are pretty similar in design. Not because you cannot design, but because you try to avoid complications for resposnive tweaking.
Not anymore, Themler gives me Bootstrap and resposive tweaking. Honestly when using Bootstrap rows and columns there is not need for much editing for responsive.
And result now is, all your websites can be very, very different in design. Use your imagination, and let Themler Bootstrap do all hard work.
Hope it is not complicated explained, Can later explaine with different words. Whole process is complicated first time, but can be a quick routine with little practice.
I really dont understand what you are saying.
Btw, I managed it, It is done and can be done with some trickery. If it gets into rutine can be done very fast.
Now I can make frontpage with unlimited number of mini archive loops. Put them wherever I want and style them however I want.
Keywords here are, and it it very important to know:
- Native Themler arhive loop inserted where you want.
- This mini-loop use Bootstrap and Themler responsive goodness.
Problem is I have to activate PHP code inside widgets. But I can remove file editor, themler edit, and widgets links with functions.php so even Admins cannot see them.
Started with some ideas but noticed I would have much manual work and changed. I am still searching to minimize amount of manual time more.
It is something like this.
- Have one test taxonomy (category) for use so Themler custom template can give me posts when editing. (with say, 3-6 posts attached to test category, just for editing in Themler) dont change name of category, just fast change slug to match new custom template name in Themler.
- Those custom templates for mini loops will never be used directly on webiste, just called via text widgets, with PHP support.
- In Themler when editing custom frontpage I put all widget positions I need, no limit. Style a bit containers and forget startpage for a while.
- Finish custom template, despite you dont edit on frontpage but just posts list it goes well to see how will it look like.
- Make new folder inside theme, I call it "widgets". And from this folder widgets will call all template files, to not to touch originals. Themler preview use them and can make problems working in Themler if code is wrong.
- When working have whole time open Beyond Compare program for 2 files. One is main category custom template and second is content-xxxxx-php. Saving again changes in Themler BC program warns directly and you can make those changes inside files in "widgets" folder. Goes very quick.
- Now, you can have good results with only "get_template_part" file, second Themler file resposible for loop self. But I noticed some problems without main category-xxx-xxx-xxx.php file. One problem is blocks jumping when refreshing page. Some important classes are inside main php template file. It gives need to remove all <head>, <html> from custom file in "widgets", or you end with many duplicates. Duplicates in source code and possible Google SEO penalty. Strip everything from original except loop self.
- Cannot get into all changes needed in custom files called with widgets,. WP_query, variables, loop reset, where and why, what to change in "if", etc... But as I said when you finish one mini loop it can be a rutine. You can reuse and copy, paste code.
- If you need preview of all mini loops on frontpage template in Themler just copy "widgets" folder to preview folder. If you experience some problems in Themler just delete "widgets" folder from preview.
Dont know what to say to developers of Themler. Now I know it is very complex thing and cannot be easy done with Themle only. But they know code better then I and can maybe come with something very clever.
Before I did such things with Latest posts different widgets, mini loops widgets, in last time exclusively with Pods templating. Problem is you dont dare to complicate things much because it is pain in the *** to tweak everything to look nice on all devices, responsive. Result is all websites are pretty similar in design. Not because you cannot design, but because you try to avoid complications for resposnive tweaking.
Not anymore, Themler gives me Bootstrap and resposive tweaking. Honestly when using Bootstrap rows and columns there is not need for much editing for responsive.
And result now is, all your websites can be very, very different in design. Use your imagination, and let Themler Bootstrap do all hard work.
Hope it is not complicated explained, Can later explaine with different words. Whole process is complicated first time, but can be a quick routine with little practice.