3Jul/0711
CognitiveCombine WM
CognitiveCombine WM (White Minimalism) is a white and minimalistic theme.
By default only the recent posts and the categories are shown in the sidebar. If you would like to display the monthly archives or your blogroll then you need to install the runPHP plugin so that you can then insert the relevant php tag into a page.
- For example if you wanted to display your monthly archives, then you could create a page called Archives and paste this into the page: < ?php wp_get_archives('type=monthly&limit=12&show_post_count=1'); ?>
- Or if you wanted to display your blogroll, you could create a page called Blogroll or Links and paste the following into it: < ?php wp_list_bookmarks(); ?>
I will definitely implement a dynamic sidebar in the future, like the one in the Hemingway theme for example, once I figure out how this is done
Update 11 June 2008:
Apologies, but I do not currently have the time to offer support. Commenting on this post is temporarily closed. Please try to obtain support at the Wordpress forums.
October 19th, 2007 - 01:02
hey, I wanted to leave a comment and a question, in that order, about this theme.
First of all, I am very much greatful for your work on this theme. It’s a very nice, minimalistic, streamlined theme. However, I am a little stumped on it:
(question) how does one remove the recent five and cetegories thing at the bottom, the green thing. I looked through all the code but came up with no more than that I went in with.
I would be super greatful if you could give me a hint with this. The rest of the site is completed, but I cannot ‘finish’ it with this last little detail.
thanks much for your time,
-Tim
October 19th, 2007 - 13:09
Hi,
The code for the ‘Recent Five’ and the Categories is in sidebar.php
January 19th, 2008 - 10:26
I can’t seem to find a clear way to adjust the post title text weight, any hints on where it is in the CSS?
Thanks.
February 4th, 2008 - 11:25
Hi
nice theme. is there a way to place the sidebar to the right instead of at the bottom? thanks
March 5th, 2008 - 03:37
Awesome theme, and easily modifiable to a tinkerer like me. Thanks a lot!
March 5th, 2008 - 10:03
@Ryan,
Glad you like it, thanks for the compliments.
March 18th, 2008 - 02:04
Hi!
Tnks for your work, it’s exactly what I need for a small and light intro page.
But I’ve a question: the widget sidebar seems active in the admin control panel, but when I add a widget it doesn’t appear in the sidebar, do I need to activate some option or modify sidebar.php?
Thanks for all
Andrea
March 18th, 2008 - 09:29
Hello Andrea,
I’m sorry to inform you that WM currently does not support widgets.
May 11th, 2008 - 20:33
Howdy!
I love your theme, but have one small problem. The default banner at the top “leaks” out on either side. I have done all I could within the blog manager, but I don’t know xhtml/css well enough to diagnose the problem through the code. Can you help?
Cheers,
David
May 13th, 2008 - 09:33
Hello David,
This is a known issue with the theme, I just haven’t had the time to clean it up im afraid.
June 8th, 2008 - 19:11
Hey great theme! Is there any way to add an “Older Posts” button to view the next 5 older posts??