| bio | website | bramvanroy.be |
|---|---|---|
| location | Belgium | |
| age | 21 | |
| visits | member for | 11 months |
| seen | 2 days ago | |
| stats | profile views | 9 |
Thank you for stopping by! Here is some information about me:
Drummer! You can find some drum covers on my youtube channel. Please like, share and subscribe if you like them! My latest (12th of May 2013) is Rodrigo y Gabreila's Tamacun.
Web design and web developing hobbyist! Especially enthusiastic about CSS(3), HTML(5) and jQuery. Also a linguistics (English and Dutch) student!
If you are a Dutch speaking webdeveloper, don't hesitate to join us at our new forum: http://www.webdevs.be/forum
Besides that, I'm also a newbee/wannabee photographer and I own a Canon 600D with a 18-135mm IS kit-lens.
Oh, and don't forget to follow me on Twitter! @BramVanroy
|
May 4 |
comment |
Archive of custom post type returns 404 @toscho That is very kind of you! Thanks a lot. |
|
May 4 |
comment |
Archive of custom post type returns 404 @JohannesPille toscho made me aware of that, yes. :) |
|
May 4 |
comment |
Archive of custom post type returns 404 @toscho Could you post this as an answer, or edit your current answer? Then I can give you the bounty and accept the answer: it works now. :) Should I deactivate the plugin after usage? |
|
May 4 |
comment |
Archive of custom post type returns 404 @toscho I haven't, but it seems as if it can solve the problem. I don't nkwo how I can add this as a plugin though. I tried downloading the gist, and uploading it, but that doesn't work. Nor re-zipping the .php file itself and uploading that one. Any hint? |
|
May 4 |
comment |
Archive of custom post type returns 404 @mrwweb What do you mean by resetting permalinks? I use a custom permalink structure for my custom post types. |
|
Apr 21 |
comment |
Archive of custom post type returns 404 @s_ha_dum I'm sorry, I don't know where you want me to look. I had made this cpt before, and thus have some videos posted (ex. denotenbalkers.be/videos/2010-if-you-please-showavond) but the links are dead. |
|
Apr 21 |
comment |
Archive of custom post type returns 404 @s_ha_dum Indeed. |
|
Apr 21 |
comment |
Archive of custom post type returns 404 If it helps, this is the site: denotenbalkers.be/fotos (As you can see, /fotos works, but the "Video's" link in the nav does not.) |
|
Apr 21 |
comment |
Archive of custom post type returns 404 Hm, strange. The other posttype (foto) has the same setting, and it does work on /fotos. But, I changed it to false and it's still not working. |
|
Apr 14 |
comment |
Remove class that has been added by parent theme @toscho I had not. So, basically what does is: all functions are called with a priority (quickest being 1) and a latter can overwrite a former? Thank you, it works! Please provide your comment as an answer and I'll mark it as correct. |
|
Oct 17 |
comment |
How to show 'login error' and 'lost password' on my template page? @guiniveretoo Thanks for your reply! The problem is that I work with a dropdown form that can be accessed from any page on the website. So, there is no definite slug possible, because people can login from any page ... So, what should I put there? |
|
Oct 11 |
comment |
Make a magic tag work with Custom Post Types Thanks again! ;) |
|
Oct 10 |
comment |
Make a magic tag work with Custom Post Types Thanks, this is indeed very much easier and neater! If you post your comment as an answer, I'll mark that one as correct! |
|
Oct 8 |
comment |
Custom post types with their own permalink structure @Milo I was trying to add more detailled information, but apparently that didn't really help? I have edited the post, I hope it's clear now. |
|
Oct 8 |
comment |
Custom post types with their own permalink structure @MihaRekar Okay, I did that (what a useful tool)! But what do I do know? |
|
Oct 8 |
comment |
Custom post types with their own permalink structure @Milo I tried custom post types, but this didn't seem to work well with the parent theme I use. But, let's say I would use a custom type: can you give a specific answer on this post which states how to create a custom post type and how to change the urls accordingly? |
|
Oct 8 |
comment |
Custom post types with their own permalink structure @MihaRekar Look at my edit. |
|
Oct 1 |
comment |
How to show 'login error' and 'lost password' on my template page? I'm sorry to bump this, but I would love to do this, but I can't seem to figure it out! In the code you provided, what should be changed by me? |
|
Sep 30 |
comment |
Custom post types and child theme @bueltge I created new posts but it happens all the time so I don't think a refresh would help? |
|
Aug 13 |
comment |
Remove commas between tags Thanks for the find. I replaced every single comma that was in a $sep variable by a space, and it's fixed now. Thanks again! |