| bio | website | apdevblog.com |
|---|---|---|
| location | Berlin, Germany | |
| age | ||
| visits | member for | 1 year, 10 months |
| seen | Apr 24 at 10:09 | |
| stats | profile views | 5 |
|
Apr 24 |
awarded | Editor |
|
Apr 24 |
revised |
How to edit a user profile on the front end? updated script and changed $current_user->id because it is deprecated |
|
Apr 24 |
suggested | suggested edit on How to edit a user profile on the front end? |
|
Mar 6 |
awarded | Commentator |
|
Mar 6 |
comment |
Make fonts.com font work in TinyMCE (iframe referrer issue) no, but it doesn't matter because even setting the referer inside the "css" won't get the fonts to load :( |
|
Mar 5 |
comment |
Make fonts.com font work in TinyMCE (iframe referrer issue) it's a commercial webfont and is hosted on the fonts.com server |
|
Mar 5 |
comment |
Make fonts.com font work in TinyMCE (iframe referrer issue) why did you need to use this "proxy" - couldn't you just include a normal css add_editor_style()? why so complicated? |
|
Mar 5 |
comment |
Make fonts.com font work in TinyMCE (iframe referrer issue) it's not about how to normally get web-/custom-font to display inside TinyMCE but rather how to make commercial fonts work iside TinyMCE's iFrame. |
|
Mar 5 |
awarded | Teacher |
|
Apr 20 |
comment |
How to validate a user from ouside wordpress/php? how did you end up doing it? could you share your solution? did you use XMLRPC? |
|
Apr 11 |
awarded | Scholar |
|
Apr 11 |
comment |
modify URL with mod_rewrite or hook i did find a solution - posted it as an answer below. |
|
Apr 11 |
accepted | modify URL with mod_rewrite or hook |
|
Apr 11 |
answered | modify URL with mod_rewrite or hook |
|
Jan 24 |
comment |
modify URL with mod_rewrite or hook i just found out about the [R] flag for RewriteRule but this really redirects the user and changes the look of the url (http://himbeer/asdasdasd/?location=berlin) - not what i wanted ... :( |
|
Jan 24 |
asked | modify URL with mod_rewrite or hook |
|
Nov 13 |
comment |
Adding a Taxonomy Filter to Admin List for a Custom Post Type? thx for the great answer - but there's one little typo in the code example of step #4: should be $column_id and not column_name. version on github is correct though. |
|
Oct 10 |
awarded | Supporter |
|
Oct 10 |
comment |
Highlighting wp_nav_menu() Ancestor Class w/o Children in Nav Structure? i had to remove the current_page_parent from the navigation item that was my blog - but otherwise it worked. thx |
|
Oct 10 |
comment |
Integrating a custom post type into a page hierarchy i'm trying to achieve the same thing as Ben but i use wp_nav_menu - the post_parent is about/team-members but the navigation highlights the parent item of my "normal" blog posts ... any other idea how i could fix this? |