Widgets are configurable elements used to dynamically build sections of a WordPress theme.
0
votes
2answers
7 views
Add links widget to self-hosted blog?
http://en.support.wordpress.com/widgets/links-widget/ discusses a Links widget that makes it easy to create a blogroll in your sidebar. I'm not seeing this widget in my blog by default, and searching ...
0
votes
2answers
39 views
How can I add a new CSS class to a widget?
I want to assign a new CSS class to default widget <ul> in Page/Post creating page in WordPress. How can I do this?
See the image below.
0
votes
0answers
9 views
“My community” available on self-hosted? [on hold]
I recently switched to a self-hosted version (www.danielebailo.it) of my blog on wordpress.com (danielebailo.wordpress.com).
I installed the wp-jetpack thus having many of the functionalities I had ...
0
votes
0answers
16 views
How to display custom message for (Genesis) featured posts if no posts
I'm using the Genesis Framework, and the custom post types featured post widget (code below). I need to display a custom error message for a particular post type if there are no post present for that ...
0
votes
0answers
4 views
How to add Custom Fields to Settings in Widget Options for all Registered Widgets?
I want to add input box in the custom form when we click for Widget Settings.
Really like to have this additional text box in all widgets be Custom Made or the default ones.
I'll be needing help in ...
0
votes
0answers
14 views
Share post on social networks [on hold]
Recently i hit upon an idea to let users share content of my wordpress blog on there facebook, using a app that can automatically post new articles/stories from blog as and when they are published. It ...
-2
votes
0answers
7 views
Wha plugin can I use to implement a photo\video gallery? [on hold]
I am pretty new in WordPress (I came from Joomla).
Can you suggest me a good plugin to handle photo and video gallery that have also some widgets that show the last x inserted immages or random ...
0
votes
1answer
20 views
Why would apply_filters return a non-empty string, when the value returned is empty?
Been breaking my keyboard over this. Did a proper install, uploaded the database to a fresh MySQL and been working on using child themes properly. But there is something plaguing me I can not figure ...
0
votes
1answer
19 views
What can I do to customize a widget provided with this plugin? from where have I to start?
I am using this WordPress plugin to create an immage gallery: http://wordpress.org/plugins/easy-media-gallery/
This plugin provide a single widget inside it and I would customize some litle function ...
0
votes
0answers
13 views
Disable default Wordpress widgets in sidebar
Im creating my own theme. When I have a clean wordpress installation, there are some default widgets in the sidebar (search, category, recent posts etc). I know that I can remove them from the sidebar ...
1
vote
1answer
22 views
Displaying a variable stored in functions.php inside widget
I'm trying to display a variable that is stored inside my functions.php file - for the sake of the question this variable is stored as $test = 'test';. When i use echo $test inside page.php, ...
0
votes
0answers
10 views
Do you know a scrolling image widget? [closed]
can you suggest me a widget that show me a series of mooving immages (one after one).
Something like in this website: http://www.asper-eritrea.com/home.asp
As you can see in the header, under the ...
0
votes
1answer
20 views
Widgets not showing in my custom theme
I am developing this WordPress custom theme: http://onofri.org/WP_BootStrap and I am trying to insert a widget area under the Partner e Sostenitori section, but can't work.
I have performed the ...
0
votes
1answer
26 views
How can I specify that an area of my theme contains widgets?
I am pretty new in WordPress theme development and I am developing a theme that use BootStra CSS framework
I have to do that a specific area of my theme can contains some widget\module (I don't know ...
0
votes
1answer
18 views
jquery conflict with widget page
I'm trying to create a widget plugin that uses a jQuery code to show/hide divs in the widget form based on the selected option of a select drop menu.
The jQuery code I'm trying to implement is ...