Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

Is there anyway to customize the default WordPress widgets or do i need to create my own? For example, I want my recent post widgets to display date aswell.

Thanks in advance!

/Richard

share|improve this question

migrated from stackoverflow.com Jun 30 '11 at 12:20

1 Answer

up vote 2 down vote accepted

You'll have to create your own but you can copy the code and customize from /wp-includes/default-widgets.php

If you edit the defaults they'll screw up when you update WP.

share|improve this answer
That's what i thought. Thank you! – Richard Jun 30 '11 at 10:36

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.