• I’m working on a custom template and I’d like to take off the author name in the widget called “Recent Posts”, where it first states the author name and then the title of the post. I’d like to have it just state the title of the post.

    I’ve seen this done on WooThemes templates.

    How and where can I do that?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Is this widget part of a theme or plugin you are using? The default recent posts widget only shows the title of the post.

    In any case, probably the easiest thing to do is just target the css for the div displaying it with display:none; if its in a separate div from the rest.

    Thread Starter chaseman

    (@chaseman)

    Sorry, I confused recent comments with recent posts, you’re right about that, WordPress will display just the title of recent posts by default.

    Thanks for the tip.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Customize Sidebar Widgets?’ is closed to new replies.