| bio | website | eyewebz.com |
|---|---|---|
| location | Belgium | |
| age | 22 | |
| visits | member for | 1 year, 7 months |
| seen | Dec 15 '12 at 12:55 | |
| stats | profile views | 5 |
Hello community,
I am a young developer that has just started his own company, but also wants to play an active role as an opensource contributor. If you have any questions, feel free to contact me through my blog (http://michielstandaert.be/blog).
|
Aug 10 |
awarded | Scholar |
|
Aug 10 |
comment |
Rewriting every url This worked like a charm! Thanks! :D |
|
Aug 10 |
accepted | Rewriting every url |
|
Dec 13 |
awarded | Tumbleweed |
|
Dec 7 |
comment |
Creating a table in the admin-style? is it also to have automatic pagination inserted like this? (e.g. showing post 1-20) |
|
Dec 7 |
awarded | Supporter |
|
Oct 7 |
awarded | Student |
|
Oct 7 |
awarded | Autobiographer |
|
Oct 7 |
asked | Rewriting every url |
|
Aug 31 |
comment |
Use $wpdb in wordpress theme files that might be a small problem i overlooked :p thanks for pointing that out ^^ |
|
Aug 31 |
comment |
Use $wpdb in wordpress theme files not immediately, but feel free to enlighten me ;) |
|
Aug 31 |
comment |
Use $wpdb in wordpress theme files if you want it to work in all cases (you could suddenly decide you want to have subdirectories in your theme etc...), you can also get the wp-header-file like this: get_option('home') . "/wp-blog-header.php"; this will always work. |