Autobuzul 25 circulă până la 0:30
Am vrut autobuze de noapte în Cluj?
Am primit, măcar parțial.
Am vrut autobuze de noapte în Cluj?
Am primit, măcar parțial.
This version adds post meta editable fields. These are a little different from the others. To add a custom field editable meta, you have to add something like this inside The Loop in you WordPress theme:
<?php editable_post_meta($post->ID, ‘my_key’, ‘textarea’); ?>
The first argument is the current post id, the second is the custom field key [...]
Version 0.8 includes the jWYSIWYG editor for the content. If you don’t like it, you can disable it from the options page.
Also, the plugin is translatable now. See Localization.
This version adds a Settings page under Settings -> Front-end Editor. There you can choose which editable fields are active and which aren’t.
Also, double-clicking should work now for Internet Explorer users.
This version makes it possible to also edit tags inline. However, due to a bug* in WordPress, it won’t work on most themes. If you want this feature you will have to make the following modification to your theme:
Replace the_tags() with echo get_the_tag_list().
Some fixes for the autogrow script have also been added. Props Jean-Paul Horn.
It’s [...]