页面装载中...

LoseMyMind

LoseMyMind, A Simplified WordPress Theme.
(For more themes, please visit my portfolio...)

LoseMyMind Now Supports WordPress 2.3 Tags!

New!

WordPress 2.3 has an excellent native tag system, well, LoseMyMind now supports this amazing new feature!

FOR PRESENT USERS:
Please open "index.php", "single.php" and "archive.php" of LoseMyMind in any kind of text editor, then replace the lines:

<p class="entry-tags">Tags: <?php if (function_exists(UTW_ShowTagsForCurrentPost)) UTW_ShowTagsForCurrentPost("commalist"); ?></p>
<!-- need UTW -->

with this:

<p class="entry-tags"><?php the_tags('<strong>Tags:</strong> ', ',', '<br />'); ?></p>

Then, the final step, save the changes and upload these files to overwrite the olds. Hooray! If you HAVE imported tags generated by any tag plugin (such as UTW) to the native tag system of WordPress 2.3, the tags bar of LoseMyMind now works under WordPress 2.3!

FOR NEW USERS:

Ready! Just download!

LoseMyMind 1.0

SCREENSHOT
LoseMyMind 1.0

On July 5th, I released this simplified WordPress theme. Its name is LoseMyMind which validates Strict XHTML 1.0 and CSS 2.1, and without any sidebars. One of the differences between it and other common WordPress themes is that there is an Open / Close link to expand or collapse the “bottom” part animatedly where some stuff hide themselves. You can set interval of this action and decide whether it will be shown at the top of the page or real bottom.

Today (July 12th), only one week after the release, I am very glad to announce that LoseMyMind has been downloaded over 1,300 times. Thank you very much!

Download: LoseMyMind 1.0  LoseMyMind 1.0 (31.1 KB, 4,469 hits)

-------------------------------

LoseMyMind 1.0 with Sidebar

SCREENSHOT
LoseMyMind 1.0 with Sidebar

If you are not satisfied with the single-column LoseMyMind, you have another choice now. I has brought you another edition of LoseMyMind which has a tranditional sidebar and supports WordPress Widgets.

Download: LoseMyMind 1.0 with Sidebar  LoseMyMind 1.0 with Sidebar (72.9 KB, 10,040 hits)

Instructions:
The folder "ajaxcomment" in the zipped archive is NOT a part of this theme BUT a WordPress plugin that could make the comments template ajaxified.

To enable this exciting feature (which is not necessary), just follow the three steps below:

  1. Upload the whole folder "ajaxcomment" to /wp-content/plugins/.
  2. Copy the "comments.php" in folder "ajaxcomment" and replace the default comments template of LoseMyMind with it.
  3. Activate the Ajax Comments-Reply plugin. Enjoy!

FAQ:

Q: The template does not allow images or videos to be published onto the main page, but only in the post page. Is there any way of allowing images to be shown on the main page?
A: Just hack the code below in the index.php:

<div class="entry">
        <?php if (is_single()) { ?>
                <?php the_content('Read the rest of this entry ?'); ?>
        <?php } else { ?>
                <?php the_excerpt(); ?>
        <?php } ?>
</div> <!-- .entry -->

Change them to:

<div class="entry">
        <?php the_content('Read the rest of this entry ?'); ?>
</div> <!-- .entry -->

Q: How can I integrate my own Google Custom Search Engine instead of yours? Hacking the "cse.php" is no use.
- You may create your own Google Custom Search Engine first here: http://google.com/coop/cse/.
Once it is created, just go to its control panel and you will see all the code you need is on the Code page. Then, replace the code in cse.php. Enjoy!

Q: I would like to change the title "catch the digital flow", what should I do?
A: Just edit the text of image "header.psd" in "/losemymind-10-sb/images/" using Photoshop CS2 then save it as "header.png".

If you have any questions else, please feel free to tell me. Both comments and email are OK. My email is root at this domain.

Make a Donation

Isn't LoseMyMind worth at least $1?
Any donation is appericated and your support allows me to continue to create excellent free software. Thank you!

86排都被占了... 抢座 或 Trackback

  • cbone 2007年07月17日 01:59 

    I am just starting to blog and I like the simplicity of your theme.
    I want to write a few article pages but how do I ad them to the blog?

  • 北极冰仔 2007年07月17日 08:18 

    Hi, cbone. You can write a new page by using the Archives Template. :lol:

  • abcx 2007年07月22日 18:46 

    好像有个问题: 文章的排版信息,在首页中不能正常显示,点进去以后才能正常显示,请问怎么解决!

  • 北极冰仔 2007年07月23日 10:28 

    你是指无侧边栏的版本吗?首页默认是不显示的。

  • abcx 2007年07月24日 00:37 

    是的,我指的是无侧栏的版本。
    那怎样才能把它改成显示信息? (我说的排版信息是指:换行、黑体这些)
    另外,超喜欢这个主题,简明大方,很想一直用下去。 谢谢!!

  • 北极冰仔 2007年07月24日 08:43 

    噢!明白了!恕我愚钝,这样做。打开index.php文件,修改第25到29行,把原来的
    < ?php if (is_single() || is_home()) { ?>
    < ?php the_content('Read the rest of this entry »'); ?>
    < ?php } else { ?>
    < ?php the_excerpt(); ?>
    < ?php } ?>
    中的第25、27、28、29行删掉只留下第26行就可以啦。 :mrgreen:

  • abcx 2007年07月24日 20:48 

    哈哈,好了。 太棒了! 这样一来这个主题就完美了。 谢谢你,你是好人! ^_^

  • 北极冰仔 2007年07月24日 20:52 

    客气了。欢迎常来! :grin:

  • Conrad Slater 2007年07月27日 00:11 

    Thanks - looks like just what I need

  • Abcx 2007年07月29日 11:34 

    您好! 还有一个问题想请教: 您知道怎样把留言里的邮件设为像网址一样可填可不填的吗? 谢谢!

  • 北极冰仔 2007年07月30日 08:47 

    在WP后台的Discussion选项中可以设置。

  • Oğuzhan 2007年08月03日 18:06 

    Here is the Turkish LooseMyMind 1.0 with sidebar :cool:
    Please dont remove my footer link :wink:

    http://www.diwz.com/wp-content/themes/LooseMyMind1.0-T%fcrk%e7e.zip

  • Rayce 2007年09月03日 22:28 

    Is there a way to add a link or button at the bottom of the post that says [Read More] instead of just having to click on the post title to get the full view? Thanks, great template.

  • 北极冰仔 2007年09月04日 08:47 

    Sure. Please read and follow the instruction of the first FAQ. Once this is done, you may use a html tag “more” to say [Read More].

  • rem1x 2007年09月06日 16:58 

    你好,我在网上发现了了你的这款主题,很喜欢它的简约
    我下载并且使用了它。在我试图修改search功能为普通的搜索时,我犯难了。你的主题提供的是Google Custom Search Engine ,不知道你能不能写两个页面:search.php & searchform.php。
    我自己尝试了,但失败了,结果是这样的:能够搜索出正确的内容,但页面布局出现了混乱,sidebar跑到了中下部分,搜索的结果也超出了页面框架,这使得整个页面显得很不美观。
    如果你有时间的话,也许可以更改你主题的search为普通的那种?或者给出一些建议?
    非常感谢。

  • 北极冰仔 2007年09月06日 17:07 

    首先感谢你使用我的主题。 :-D
    我给你的建议是申请自己的 Google Custom Search Engine 然后把 cse.php 文件中的代码替换掉。自己编写的搜索功能远不及 CSE 。 ;-)
    地址:http://google.com/coop/cse/

  • rem1x 2007年09月06日 21:48 

    好吧… :D
    我把这个主题推荐给了我的老师,她正打算搭建自己的博客。
    那我也去申请google的engine,再次感谢你的回复!

  • david 2007年09月16日 11:12 

    You can download the spanish version from here, you just have to kep the link in the footer :-D http://blogdinero.org/super-temas-seo-de-wordpress-traducido-al-castellano-losemymind/

    bajense la version en castellano desde aqui :-D

  • nchenga 2007年09月17日 01:19 

    hi

    i really like LoseMyMind

    a true tumble blog theme

    but i’m getting an error when I search with Google CSE and then click a Google search result to returrn to my site…

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1]
    update wp_Counterize_Referers set count = count + 1 where refererID =

    any ideas? i’m using WP 2.2

  • 北极冰仔 2007年09月17日 09:18 

    Hi, nchenga.

    Did you install any wp plugin which may create wp_Counterize_Referers table in database? I think that plugin has a feature like showing referring message. Find and deactivate it.

    Yours,
    Arctic

  • giorgio 2007年09月18日 21:18 

    What the little “tags” bar for? How to fill it? How to remove it?
    THANKS your theme is great!

  • 北极冰仔 2007年09月18日 21:44 

    The Bar of “Tags” is supported by the plugin “Ultimate Tags Warrior”. If you do not wanna keep it, just search “class=”entry-tags”” and delete these lines in “index.php”, “single.php” and “archive.php”.

  • giorgio 2007年09月19日 00:31 

    thank you I appreciated. But the lines you’re saying begin with or below with ? Sorry, but I’m totally beginner.
    Thank you!!!

  • giorgio 2007年09月19日 00:33 

    Sorry it didnt come out. I meant with “p class=”entry-tags”" or below with …

  • 北极冰仔 2007年09月19日 09:03 

    It begins with p class=”entry-tags”.

  • happyroc 2007年09月22日 09:28 

    我在用losemymind with siderbar 这套模版的时候,启用UTW的后,为什么没添加一个tag的时候就自动生成一个“??”,很奇怪,删也删不掉。有什么办法解决吗?还有为什么不能显示中文啊?

  • 北极冰仔 2007年09月22日 11:04 

    @happyroc 支持中文显示的。你是否设置了 WP 使用的编码?将其改为 UTF-8 试试。

  • happyroc 2007年09月22日 12:53 

    可还是那个问题啊,每添加一个tag的时候,就自动添加一个“??”,只能从tags管理中删除,每写一个都会添加。而且WP的编码都是 UTF-8

  • 北极冰仔 2007年09月22日 12:56 

    这个问号显示在哪里?我去了你的网站没看到 tag,已经禁用了 UTW 吗?

  • Luka 2007年09月23日 23:28 

    I have a problem with this theme … First let me say that this is the best theme ever. But, when I was changing footer, something else change and now theme does not have white midle box (everyting is grey). I even erase theme and istall it again, but same problem. Help …

  • 北极冰仔 2007年09月24日 09:09 

    Hi Luka, just try to reinstall the theme then press CTRL + F5 to force the browser to reload pages, or you have to clear the cache of WordPress.

  • happyroc 2007年09月24日 10:54 

    是啊 我已经禁用了 是出现在 文章下方 tag 栏中的 比如 我添加一个 ideal的tag 在tag栏就会如下显示 ??,ideal ??可以删掉 但是下一次再添加tag的时候 就又会显示出来

  • 北极冰仔 2007年09月24日 13:24 

    不是很清楚这个问题是什么原因,之前从来没有遇到过,并且也没听其他人讲过。

  • Luka 2007年09月24日 17:55 

    Fixed, tnx. But I have another problem: if you press “refresh” button in FireFox, the search bullet is dancing from right to left. If you refresh page by pressing “home” or “link” the bullet remains on the right (as intended). ?

  • 北极冰仔 2007年09月24日 18:06 

    No. It has something to do with cache of firefox. When you press “refresh” button of browser, the pages will be loaded newly. But by clicking the “home” link, browser will just read its cache to accelerate the display procedure. ;-)

  • giorfa 2007年09月26日 05:46 

    Is it possible to use “the bar of tags” with the last version of wordpress 2.3 which supports tags?
    Thank you! Hey, you should put a link on how to donate you some dollars…

  • 北极冰仔 2007年09月26日 13:10 

    Hi giorfa,
    Thanks for your constructive advice and suggestion. LoseMyMind now supports WordPress 2.3 tags!

  • Ed 2007年10月04日 06:52 

    It’s worth noting that syntax highlighting plug-ins also won’t work without the hack on the index.php.

  • uk 2007年10月05日 18:10 

    great theme! only problem I have is that Google returns search results not in English. The same is true for the smart AJAX supported commenting (the actual word ‘comments’ is in (japanese?) … any idea how to change that easily?

  • 北极冰仔 2007年10月05日 18:29 

    uk » 1st: You may create your own Google Custom Search Engine here: http://google.com/coop/cse/ . 2nd: Just modify the comments template “comments.php”.

  • giorfa 2007年10月10日 22:25 

    Hi there, still me.
    I like very much the simple buttons in the header for the wordpress pages. I tried to make them work to link to pages outside wordpress (other url), but I couldnt do it. Any ideas? For example, it would be nice to make the them link to …/admin, or to my plesk panel, or to pages I designed outside worpress.
    Thank you!
    g.

  • 北极冰仔 2007年10月11日 09:17 

    giorfa > Just add a link tagged with LI to #nav UL in header.php.

  • Recent posts 2007年10月11日 16:08 

    Hi,

    This theme is great! Nice and clean, thank you very much for putting it out there.

    Question: is it possible to make the most recent posts show up in the sidebar?

    Thanks a ton.
    -Mike

  • 北极冰仔 2007年10月11日 17:19 

    Mike » Of course it is. Read this for details.

  • Simon Young 2007年11月05日 19:30 

    Hi, This is one of the nicest looking themes I have worked with. Thanks for your hard work!

    I don’t know how to implement the “read more” code you mention in one of your replies to a comment. Can I have that instruction in English please?

    Also, any idea how I can make the header logo link back to the homepage?

    Many thanks

  • Masse 2007年11月08日 05:52 

    Hi, anyone has any tags working? Mine are not visible in the post section. I use WP 2.3 and read earlier in the thread that this should work. How?

  • 北极冰仔 2007年11月08日 09:46 

    Simon » 1) Just use <!--more--> to say “read more”. 2) It is a bit difficult to make the backgrounded header logo link back to home, but you can put another logo (not be set as background) upon it then give it a link.

    Masse » You have to modify a little code to make LoseMyMind to adjust to WordPress 2.3 tag system.

    Before:
    <p class="entry-tags">Tags: <?php if (function_exists(UTW_ShowTagsForCurrentPost)) UTW_ShowTagsForCurrentPost("commalist"); ?></p>

    After:
    <p class="entry-tags"><?php the_tags('<strong>Tags:</strong> ', ',', '<br />'); ?></p>

    If this is done, tags will work fine.

  • Simon Young 2007年11月14日 11:06 

    Many thanks for your help with [read more] … just one more question. Is there a way of making sure every post has “read more” at the end of it?

  • 北极冰仔 2007年11月14日 12:17 

    Simon Young » To add a “read more” link to the end of every post, you may try replacing <?php content(); ?> in index.php with <?php excerpt(); ?> to display a summary of post in the home page.

  • David 2007年11月17日 20:05 

    我用的是没有侧栏的版本,试图将INDEX.PHP的英文如Publish等改成汉字时,但显示乱码,不知如何,请帮助.
    另外,采用雅黑字体很好,如果在没有雅黑字体的浏览器上使用时,能否自动选择相近的字体?
    感谢您的工作和帮助!

  • 北极冰仔 2007年11月17日 20:20 

    David » 汉字变乱码的解决方法:使用 UTF-8 编码另存。关于字体,该主题使用了下面的字体:”Microsoft JhengHei”, “Lucida Grande”, “Microsoft YaHei”, Arial, Helvetica, Sans-Serif; 当系统中缺少“正黑”、“雅黑”时,浏览器会自动调用默认的中文字体来显示。

  • Sue Prince 2007年12月01日 21:47 

    I have deleted the lines that begin with p class=”entry-tags” and got rid of the Tag bar. How now do I get my entire post to display instead of having […] after the first few lines?

    Thanks, Sue

  • Philip Bishop 2008年01月12日 01:05 

    I downloaded and installed LMM w/Sidebar today — Jan 11, 2008 — and love that it’s both beautifully simple yet highly functional. One surprise, though: my pages and posts are all date stamped “2007.” What do I need to do to fix this?

  • 北极冰仔 2008年01月12日 09:00 

    Hi Philip » Thanks for your appreciation and I think you should check the general options of WordPress that if the “Date and Time” fields are set correctly.

    Yours,
    Arctic

  • 北极冰仔 2008年01月12日 13:08 

    Philip » Again my buddy, I’m sorry but it was really my mistake that I writed <?php the_time('M jS, 2007'); ?> instead of the correct <?php the_time('M jS, Y'); ?>. You can just edit all the .php files (especially index.php, single.php, page.php, archive.php etc) to see if there are any <?php the_time('M jS, 2007'); ?> then fix them.

    Thanks very much for your carefulness!

    Yours,
    Arctic

  • Eric Nguyen 2008年01月18日 04:26 

    First and foremost, thank you very much for this theme. Anyways, I have the same question as Sue Prince, how do you display the entire post on the home page? Also, whenver I use the tag, it truncates the post, but does not leave a link to say “read more”. I’m on WP 2.3.1. Also, is there anyway to modify the theme so that it is a variable resolution? I would like it to fill the entire, or almost the entire screen (automatically resizing for given resolutions).

    Thanks,
    Eric

  • Eric Nguyen 2008年01月18日 04:28 

    EDIT for last comment
    Original: “Also, whenver I use the tag, it . . .”
    Edited: “Also, whenver I use the “” or more tag, it

  • 北极冰仔 2008年01月18日 09:08 

    Eric » Hi buddy, your first question is the most asked question. Although I have answered to it many times, I’m afraid that I will be asked again and again.

    Replace all <?php the_except(); ?> with <?php the_content('Read more'); ?> then use the <!--more--> tag to say “Read more”.

    Second, modify the width definition in “style.css” from “px” to “%” to adjust to variable resolutions.

  • Eric Nguyen 2008年01月19日 00:34 

    I’m sorry, I did not realize that you posted that solution earlier. Anyways, thanks for the help, but my first comment has gone unanswered. Now I know how to make my posts say “Read More,” but how do I just have it display the entire post, like Sue Prince asked a few comments above.

    Thanks,
    Eric

  • 北极冰仔 2008年01月19日 09:10 

    Eric » Hi, “Replace all <?php the_except(); ?> with <?php the_content('Read more'); ?>” is the answer to your first question. Do NOT use the more tag to say “Read more”, you will see the entire post there. :lol:
    Yours,
    Arctic

  • toto 2008年02月24日 06:03 

    AJAX???

  • Mohamed 2008年03月03日 22:41 

    Hi Arctic,

    Thanks first of all for your template - its the best one from all the templates!

    I need your help - I am struggling to get the right amount of padding on my images on the posts. Can you advise of a way to get more padding - I went to your stylesheet.css and changed it from 4px to 10px but it didn’t seem to work - any advice would be appreciated and thanks again for the fantastic template!

    Mohamed

  • 662 2008年03月30日 05:08 


  • Erik 2008年04月01日 04:00 

    First of all many thanks for your great theme, using the sidebar version. I have got one question though (as a newbie with WP) : where can I find the code to change the poster´s name to link to his email address instead of to link to main blog page?

  • 北极冰仔 2008年04月01日 08:48 

    @Erik Just change the author’s link to an email address with prefix “mailto:” in index.php, single.php and archive.php etc.

  • Erik 2008年04月01日 14:22 

    Pardon me my ignorance but where would I put in the mailto reference and how?

    I assume in this line :
    Published by <a href=”">

  • 北极冰仔 2008年04月01日 17:10 

    @Erik That’s right. ;-)

  • gerry 2008年04月05日 18:07 

    Hi - i wonder can you assist! I am running WP 2.5 and want have set up a page but can’t see where I can put posts in a seperate page only the main page?
    Also I am running Wprdpress Google Calendar and have use dthe Custom Field show-ypng-calendar and thats all it shows, everything else gets removed, any way I can have text, calendar and psost on same page?

    Thanks

  • gerry 2008年04月05日 18:09 

    Hi - i wonder can you assist! I am running WP 2.5 and want have set up a page but can’t see where I can put posts in a separate page only the main page?
    Also I am running WP Google Calendar and have used the Custom Field show-wpng-calendar and that’s all it shows, everything else gets removed, any way I can have text, calendar and post on same page?

  • 111 2008年04月09日 18:17 


  • 34 2008年04月11日 01:38 


  • 945 2008年04月12日 02:36 


  • 82 2008年04月16日 02:09 


  • 120 2008年04月16日 09:36 


  • 762 2008年04月17日 11:04 


  • 85 2008年04月18日 08:44 


  • diaper 2008年04月21日 00:40 

    adult-diapers , adult-diaper

  • viagra online 2008年04月22日 00:37 

    I have been looking for sites like this for a long time. Thank you! nortriptyline
    casino

  • uemynhorap 2008年04月22日 19:31 

    Wow, cool man, big thanks! http://yrewzmurzsf.com

  • vnbnbnvnfjjjfjr 2008年04月25日 02:24 

    audi so”

    nnvnvnvufyyyfhfnCCvnvnvnvjffFDDDflvlvllvCCVvvmvmvmCCC

  • Chloe 2008年05月02日 20:33 

    hi there! i love the layout, thanks for your work! i just have a really simple answer that i cant seem to figure out! i hope that you can help me :)
    i cant seem to change the colour of the entry title. i looked for the code and its hex code but i cant seem to be able to find it nor change it.

    thanks a bunch

  • Dan 2008年05月09日 01:18 

    Hi,

    When I write a page, I may not want it to appear as a tab at the top of my blog. So, how do I make a new page invisible?

    Thanks!

    Dan

  • 477 2008年05月12日 23:32 

    LV.Gucci.Chanel.Fendi.Chloe.Hermes.Balenciaga.Dior.Prada.Loewe.Kooba.Marc Jacobs

  • 865 2008年05月13日 01:51 


  • 634 2008年05月13日 03:29 


  • meds 2008年05月17日 12:14 

    best medical discount

我要占座!

Connecting to server...

3Pingbacks & Trackbacks