Widget textarea input gets formatted

Try stripslashes to remove the backslash. echo stripslashes( $text ); This is going to replace one slash per slashes group only though, you should first reset all the contents that have multiple slashes. I guess the tab at the beginning is due to the fact that you jump a line before echoing the text. Try … Read more

allow user to style widget backgound per widget

In the default theme, or if you have one that is properly written, each widget has a unique CSS class name, you can simply add it to your style sheet. If it does not, and you want to add a unique CSS class based on the widget placement, as in the order you have drag … Read more

How to display an RSS feed widget inside a page?

if you know php you could add it to a template using wp function http://codex.wordpress.org/Function_Reference/the_widget or there is wp code to pull in a feed and list it http://codex.wordpress.org/Function_Reference/fetch_feed if you want a non coding solution, there are some plugins like: http://webdesign.anmari.com/1649/shortcode-any-widget/

widgetlogic and permalinks

Changing permalinks should have absolutely no affect whatsoever on the parameters passed to is_page(). Are you perhaps changing the Page Titles instead? Regardless, try passing the Page ID instead of the Page Title to your is_page() array.

How to show different widgets on different pages in a user friendly way

You can create your own sidebar if you want. add the following to your functions.php register_sidebar(array(‘name’=>’Sidebar ‘, ‘before_widget’ => ‘<div class=”widget”>’, ‘after_widget’ => ‘</div>’, ‘before_title’ => ‘<p>’, ‘after_title’ => ‘</p>’, )); and you can use this widget by using the following code <?php dynamic_sidebar(‘sidebar’)?> Hope this helps

styling back end widget form and enabling multi widget feature

I don’t know if the tutorial uses any deprecated function, you can check that enabling WP_DEBUG in your wp-config.php. Anyway, by the time it was written the new Widgets API didn’t exist. The Codex is your friend, read the Codex: http://codex.wordpress.org/Widgets_API And for styling the widgets admin area refer to this post: Highlight custom widgets … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)