bqrney
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: SidePosts Widget] How do I format the title of the post?Is there a solution to this? I have tried a few things based on some things I have read on this site but nothing is working so far. http://www.wattscookinblog.com
Thanks.
Forum: Fixing WordPress
In reply to: Widgets disappearingSamsarin PHP Widget does not work either.
Forum: Fixing WordPress
In reply to: Widgets disappearingSamsarin PHP Widget seems to be the same as PHP Code.. I will try it and let you know if it works.
Forum: Fixing WordPress
In reply to: Widgets disappearingNot sure letting you all know I am having the same issue will help but here I am letting you all know I have the same issue.
Is there another plugin like this or another one similiar to widget logic I could try?
Forum: Fixing WordPress
In reply to: Getting widget-logic to actually workIt is working now.. and I would love to share what the problem was but I changed so many things I am not sure what it is I actually did to make it work.
Forum: Fixing WordPress
In reply to: Producing Unique Widget IDs for CSSHi Nekrozon,
I lost you at step 2…
Here is my fuctions.php
<?php
if ( function_exists(‘register_sidebar’) )
register_sidebar(array(‘name’=>’sidebar-left’,
‘before_widget’ => ‘<div class=”block”>’,
‘after_widget’ => ‘</div>’,
‘before_title’ => ‘<h4>’,
‘after_title’ => ‘</h4>’,
));
register_sidebar(array(‘name’=>’sidebar-right’,
‘before_widget’ => ‘<div class=”block”>’,
‘after_widget’ => ‘</div>’,
‘before_title’ => ‘<h4>’,
‘after_title’ => ‘</h4>’,
));
?>How to I get widget ID’s for this function page?