Thesis Tutorial – Creating Custom Categories - Sugarrae
- Add custom text at the top of category pages.
Thesis Tip #1 – Custom Images and Category Pages — Bill Erickson
- list categories posts on a page.
Thesis custom archive page
- setting up a custom archive page
Thesis Tutorial: Multiple Custom Page Templates — berchman.com
- Shows the basic fuction code needed to customize the homepage.
- Shows the basic function used to create a custom page template for any page using the page name and ID.
A comment with info for the above
10 hacks for the Thesis WordPress theme
“List style” Archive page template
Out of the box, Thesis comes with an “Archive” page template. Althought the template is pretty cool by default, some users, including myself, prefer an “Archive” page which list all posts.
Paste the following code in your custom_functions.php file in order to replace the default archive template by a list of all posts.
8 Thesis theme design tips to make your blog better
Remove “From the category archives” message
WordPress automatically displays “from the category archives” message on top of your blog categories. I removed that with a simple code in custom.css so the category pages look much cleaner now with Thesis theme teasers displaying only:
#archive_info {display:none;}
6 ways I customized my WordPress blog theme and how
thesis_hook_archives_template
Used to customize the appearance of the Archives Template (archives.php). This hook calls the thesis_archives_template function by default.
thesis_hook_archive_info
Above the first post only on archive views (e.g., category listings, date listings, search results).
Conditional Tags « WordPress Codex
How To: Create a Custom Page Template | Greg Rickaby dESIGN
Modifying The Wordpress Thesis Themes Custom Categories Further | Network Marketing Works!
No comments:
Post a Comment
Only comments in English will be considered. Thank you!