• Resolved salsichad2

    (@salsichad2)


    After upgrade to 0.4 the .widgettitle tag desapear from Widget Tittle. Can I add this in the new options of WordPress Popular Post Administration Page??

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hmm, I’m not sure if I understand your question. The outmost list item-element <li> of the most popular tags plugin has a class of widget most_popular_tags and as I far as I know it’s always had the same class. If your widget title has a class, this is provided by your theme (I use the theme’s own elements for the widget title to ensure that the plugin works as it should for most sites).

    If you send me a link to your site, I can take a look at the code and see if I can help you further.

    Regards,

    Max Pagels

    Thread Starter salsichad2

    (@salsichad2)

    Thread Starter salsichad2

    (@salsichad2)

    hi

    the code in functions.php

    register_sidebars( 1,
    array(
    ‘name’ => ‘blog-sidebar’,
    ‘before_widget’ => ‘<div id=”%1$s” class=”widget %2$s”>’,
    ‘after_widget’ => ‘</div>’,
    ‘before_title’ => ‘<h2 class=”widgettitle”>’,
    ‘after_title’ => ‘</h2>’
    )
    );

    Thread Starter salsichad2

    (@salsichad2)

    ok

    i found the answer in my own functions.php file.

    ‘before_title’ => ‘<h2 class=”widgettitle”>’,
    ‘after_title’ => ‘</h2>’

    in the new options of WordPress Popular Post Administration Page.

    thanks

    Ok, nice to see you found a solution. Feel free to email me if you notice any bugs or would like to submit a feature request.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Most Popular Tags] How can I add .widgettitle tag in Widget Tittle?’ is closed to new replies.