572 reputation
419
bio website pixeline.be
location Brussels, Belgium
age 39
visits member for 2 years, 9 months
seen Apr 18 at 20:39
stats profile views 68
I'm a self-trained web designer / web developer and since recently web usability teacher. I live in Belgium.

May
14
awarded  Nice Answer
May
1
awarded  Notable Question
Mar
30
answered Convert many posts from having a specific meta_key to use a post_format
Mar
30
asked Convert many posts from having a specific meta_key to use a post_format
Mar
24
awarded  Organizer
Mar
24
revised Make the Status, Visibility, or Date fields opened by default in the Publish box
edited tags
Mar
24
answered Make the Status, Visibility, or Date fields opened by default in the Publish box
Feb
6
awarded  Popular Question
Jan
8
awarded  Popular Question
Dec
31
comment multisite: use a virtual subfolder for subblogs
The reason has nothing to do with providing an additional layer of security, but for purely aesthetic purpose. The real domain and the fake folder make an url that brings additional meaning (dwm.re/garde/project-name : "regarde" is "look at" in French). Yet, there are already 9 sub-blogs so i thought it may be possible to make it only via rewriteRule. At this point i guess the best would be to have one WP for the main domain, and a network inside the "garde" folder.
Dec
30
answered How to map a specific multi-site blog to a folder?
Dec
30
comment multisite: use a virtual subfolder for subblogs
tried both with and without options followsymlinks. No go. If you have a working example i'd love to see it.
Dec
29
comment Woocommerce Change placement with wrapper
What @Franck did is change the priority at which the function should be called back, from 30 to 15, making it come earlier in the order of function called to render the template.
Dec
29
comment multisite: use a virtual subfolder for subblogs
yes, it doesn't change the fact that it reverts back to the original real url.
Dec
26
answered Integrate Wordpress and bbpress profiles?
Dec
26
comment Don't show attachments if they are inserted in post
Either this is done using an Attachments plugin (like this one wordpress.org/extend/plugins/attachments) and you should look into the plugins'documentation, Or this is part of your theme file. In such case, you should manually edit the proper theme file to remove or conditionalize that function.
Dec
23
comment multisite: use a virtual subfolder for subblogs
Well, i looked at the sunrise.php file, but really not sure what i can change without breaking stuff.
Dec
21
comment multisite: use a virtual subfolder for subblogs
i still have to look at that sunrise.php file. Will keep you posted.
Dec
21
comment multisite: use a virtual subfolder for subblogs
"it didn't work" means: the generated permalink (after the "edit the site so its url is projects/project1 and save" step, redirects back to the main blog. It does not points to the intended sub blog.
Dec
20
comment multisite: use a virtual subfolder for subblogs
It doesn't work for my installation apparently.