I would like to customize the following red areas to Japanese. 1. Search 2. Archives 3. Delete "Posted on" and change sequence from "month date, year" to "year + 年 month date+日" 4. Delete "by admin" 5. Delete "no comment is ..." 6. Categories
Hi, To delete: "Posted on", "by admin", "no comment is ..." use the below code and paste it in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard Code: .blog .post_meta span { display: none; } .blog ul.post_meta li.posted_in span { display: none; } .blog ul.post_meta li.posted_in a { display: none; } ul.post_meta li.post_date { display: none !important; } ul.post_meta li.postc_comment { display: none !important; } To change the language to Japanese refer following images:- For search: For Category and Archieves To change the date sequence: Regards, Sameer