hello I want to add a floating category on sidebar of my blog.I have install a plugin called "wp float" .I search a lot on wordpress forum and other blog but did not get any solution to it. I am looking for a HTML code that I can insert into wp float widget and the category widget will float.I want to width to be 200 and color = black.Please help me. My blog http://seo.pepdeal.com/shoe-in-money-affiliate-marketing-training-system/ Code (markup): Thanks
I can't really understand which help you need as the Widget give you the possibility to add all what you are ASKING : You can add Any Code you need... if you need to Add a Categories do like this : <div><a href="Your-Category-Link">Category Name</a><br /> <a href="Your-Category-Link">Category Name</a><br /> <a href="Your-Category-Link">Category Name</a><br /> <a href="Your-Category-Link">Category Name</a><br /> <a href="Your-Category-Link">Category Name</a><br /> <a href="Your-Category-Link">Category Name</a><br /> </div> Goodluck
these are just html link.I don't ask like that. Image,in a wordpress blog,you can see all categories in sidebar widget.I like that code
I typically use this http://wordpress.org/plugins/my-category-order/ That said, if by floating you mean "moves with page scroll", that is really related to the theme itself. N.
And actually, this looks like it will do the trick. Where you put it may effect a few things. http://www.wpbeginner.com/plugins/how-to-create-a-sticky-floating-sidebar-widget-in-wordpress/ Nigel