开发者 |
noCreativity
wilcosky |
---|---|
更新时间 | 2024年7月18日 20:01 |
捐献地址: | 去捐款 |
PHP版本: | 2.7 及以上 |
WordPress版本: | 6.6.0 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Dooodl
folder to the /wp-content/plugins/
directoryYes you can! At least if you’re ok with opening up some of your theme files and adding a bit of code to where you want the widget to appear. Adding the following where you want the Dooodl-widget to appear should get you going: if (function_exists("Dooodl_widget")) Dooodl_widget();
Or, use a shortcode that comes with the plugin. You'll find them in the settings. Alternatively, use any plugin that lets you show custom post types.
Dooodl is not compatible on touch screen devices at this time due to scrolling issues. A fix should come in a future version.
stripslash()
ed the description and the title in the Viewer HTML and XML feeds.if (function_exists("Dooodl_widget")) Dooodl_widget();
in themes that are not widget-ready./uploads/doodls/
folder and its contents if the Remove Doodls Option
is checked./wp_content/uploads/doodls/
to make sure upgrading the plugin doesn't delete the images when updating.