In my wordpress home page, i am displaying the archives using the function
wp_get_archives('type=weekly&format=html')
and it outputs like
* July 19, 2010–July 25, 2010
* July 12, 2010–July 18, 2010
ie starting from monday to next monday.How can i change this from saturday to next saturday
This depends on the
start_of_weekoption, which you can set under Settings > General > Week Starts On. If you don’t want to change this, you could intercept the call toget_optionto return something different.