| bio | website | wikaina.com/blog |
|---|---|---|
| location | Barcelona, Spain | |
| age | 30 | |
| visits | member for | 2 years |
| seen | Dec 1 '12 at 18:07 | |
| stats | profile views | 24 |
I am a web developer from Barcelona. I work intensevely with WordPress
|
Feb 21 |
comment |
Custom Post Types posts as submenus in Nav Menu Hi @MatthewBoynes I don't recall fixing it (I would've probably answered my own question). Unfortunately I am quite busy now and not working on this any more so I can't help, but would be happy to see an answer for future references. |
|
Jan 31 |
comment |
Use Contact Form 7 to validate and send a custom-made form It worked, there are still some perks to work out but definitely an interesting path to follow. |
|
Dec 27 |
comment |
Can I use the same nonce for multiple requests on the same page? @scribu thanks for the insight. I edited the answer. |
|
Dec 27 |
comment |
How do you find out which template page is serving the current page? I inspect the html and find an identified tag or something unique. |
|
Dec 15 |
comment |
Use Contact Form 7 to validate and send a custom-made form It seems so obvious I'm ashamed it didn't occur to me. Have you had chance to test if it works? |
|
Dec 10 |
comment |
Use Contact Form 7 to validate and send a custom-made form CF7's validation goes beyond checking if a required field is empty. I just don't want to re-invent the wheel by creating another send function and another validation function if CF7's is good enough. I have already seen this extra plugin, and adding shortcodes in the post doesn't suite, since I am generating the fields in the php template. @krembo99 what do you mean CF7 can read passed GET and POST? Thanks for your comments |
|
Dec 9 |
comment |
Use Contact Form 7 to validate and send a custom-made form added code, and the link to the page is at the end of the description. need to link this generated form to CF7's validate and ajax send. |
|
Dec 9 |
comment |
Remove “Are You Sure” dialogue when leaving editor I haven't tried, but it should overwrite the window.onbeforeunload event so nothing happens. Can you track that the function is called with firebug? |
|
Dec 8 |
comment |
How to make search include data from wp_postmeta? and the question is? |
|
Dec 8 |
comment |
Change Output for Images in Content I think the code/images after "from this" and "to this" are missing |
|
Dec 8 |
comment |
Can't add mailto link in page the output doesn't make much sense: why would WP add the (at) or (dot)? Are you using any special plugin? Try deactivating temporarilly your plugins and see if it still happens. |
|
Nov 18 |
comment |
Custom Post Types posts as submenus in Nav Menu it should be automatic. the page would be an index/archive page of the custom post entries, and the submenu would be the titles of each entry, linking to an anchor in the same index/archive page instead than an individual page. |
|
Oct 18 |
comment |
Theme localization of “slugs” (custom post types, taxonomies) The question asks if the __() function can be used with slugs, and "what is the practice to localize slugs". That could be interpreted as having a slug translated as string does when you view a theme in a given language, regardless of it being used in a CPT. That's why the bounty was put in the first place. |
|
Oct 18 |
comment |
Change attachment filename I see. Thanks for the feedback |
|
Oct 17 |
comment |
Theme localization of “slugs” (custom post types, taxonomies) It seems as if this option is for a WPLANG-based localization. But what if you are working with a multi-language site? (for example WPML plugin). The question is more about displaying a different slug depending on the client's localization than being able to set a custom post type slug from the server's options. |
|
Oct 17 |
comment |
Theme localization of “slugs” (custom post types, taxonomies) just for curiosity, why wpse30021? |
|
Oct 17 |
comment |
Theme localization of “slugs” (custom post types, taxonomies) translated slugs, both from a seo and a user experience perspective, make a lot of sense... |
|
Oct 11 |
comment |
Theme localization of “slugs” (custom post types, taxonomies) +1 for the plugin on gist and the well documented code. In my case, though, it defeats the purpose, which is to not give power to the user but to make localization-aware (seo friendly) urls for custom post types |
|
Oct 10 |
comment |
Theme localization of “slugs” (custom post types, taxonomies) I decided redirect the pages from /en/press to /en/prensa so the link will probably not work as mentioned any more. Too bad I couldn't use the localized slug but working-on-time is better thant url-localization-friendly |
|
Oct 10 |
comment |
Theme localization of “slugs” (custom post types, taxonomies) it is basically the same code in another style |