| bio | website | kopli.pri.ee/kalle_varavas |
|---|---|---|
| location | Tallinn, Estonia | |
| age | ||
| visits | member for | 1 year, 9 months |
| seen | Sep 26 '12 at 12:27 | |
| stats | profile views | 20 |
I work for a small investment and loan company. I take care of the main software (built by yours truly), that deals with the accounting. I also do lots of freelancing work related to web-based software.
I have successfully built my own custom CMS, that I started in 2009 and released the first time in 2010. Hoping to publish it for commercial usage.
Been developing websites for 11 years now. Mostly with PHP and JavaScript.
I got two Benz's and I love to drink coffee.
|
Feb 20 |
awarded | Notable Question |
|
Jun 15 |
awarded | Popular Question |
|
Dec 22 |
comment |
How to add filter to __() and _e()? Yes, your are correct! Thank you! |
|
Dec 22 |
accepted | How to add filter to __() and _e()? |
|
Dec 22 |
comment |
How to add filter to __() and _e()? Thank you for answering, works great. However, what would be the filter for the the_content() as it appears, __() and _e() don't automatically apply for that. |
|
Dec 22 |
comment |
How to add filter to __() and _e()? Thank you for answering |
|
Dec 21 |
asked | How to add filter to __() and _e()? |
|
Dec 21 |
comment |
What's the preferred method of writing AJAX-enabled plugins? Great post! Fixed my problem aswell :) |
|
Dec 18 |
comment |
Show one of the taxonomies always as default Thank you for answering, however this didn't work for me at all. The comments didn't explain or refocus as much as needed and there was no additional information in your post :( |
|
Dec 18 |
accepted | Show one of the taxonomies always as default |
|
Dec 18 |
answered | Show one of the taxonomies always as default |
|
Dec 12 |
asked | Show one of the taxonomies always as default |
|
Dec 9 |
asked | How to hook one custom post-types post to another? |
|
Dec 9 |
accepted | How to hook custom taxonomies to custom post types and make the permalinks work? |
|
Dec 9 |
comment |
How to hook custom taxonomies to custom post types and make the permalinks work? Your right on the money! I actually got this EXACTLY the same method working last night. My overall solution was, that the custom taxonomy slug was simply: "news/category" and indeed the template-name for custom taxonomy would be taxonomy-news_category.php Works 100% like I wanted. |
|
Dec 9 |
asked | How to hook custom taxonomies to custom post types and make the permalinks work? |
|
Dec 5 |
comment |
How to add custom post type archive page links to nav menu? After forking Stephen's answer, I ended up with this solution: wordpress.org/support/topic/… Hope it helps somebody in the future :) |
|
Dec 5 |
accepted | How to add custom post type archive page links to nav menu? |
|
Dec 5 |
comment |
How to add custom post type archive page links to nav menu? Oh double sorry, Didn't see the $wp_query->query_vars['post_type']=='myposttype'. Works basically. This is a good basis for more dynamic solution for sure, thanks! |
|
Dec 5 |
comment |
How to add custom post type archive page links to nav menu? Oh sorry, didn't see the $class = '';. However, cant I get the normal classes dynamically and also how to make the currently active link to work? |