nden
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: photoalbumI use Simple PHP gallery to intergrated in WP1.5. See my site: http://unkool.com/photoblogs/ (i should call it “gallery” instead). Anyways, this guy: http://www.shaynesweeney.com/wordpress/?page_id=10 have a whole guide step by step showing you how to install the plugin. Check it ou.
Forum: Your WordPress
In reply to: My awesome bloghow you got that weather thingy there?
Forum: Requests and Feedback
In reply to: Comments postingI did searching, but didn’t know what the “word” for it. Thanks. Now I get it.
Forum: Fixing WordPress
In reply to: Why should I use permalinks?Yes, permalinks is great. You should definately use it.
Forum: Plugins
In reply to: Turning WP into photoblogs?I’m not sure what to do.
1- I created a photos.php in a theme folder and I called it a “photoblogs” Template.
2- I created a blank page (in Write Page WP)So, what do I need to call up a post into my photos.php?
Forum: Plugins
In reply to: Turning WP into photoblogs?Ahh. I get the idea how to do it like you said Debwire. Thanks
Now. I start working on it
Forum: Themes and Templates
In reply to: Hi, New to WP. Need help with themeOff topic.
I have one question about the navigation menu. I plan to put my Navigation menu up to the logo header.
http://unkool.com/new/ or http://unkool.com (notice the nav menu)
Which one looks better?
Forum: Plugins
In reply to: Turning WP into photoblogs?charbyte, that’s exactly what I want. Could you show me how you did it? I’m apreciated.
Forum: Themes and Templates
In reply to: Have a second single.php file for different single post look?OK. I think this is a good idea.
So, tell me steps by steps how Lorelle figured it out. Would you? I am confusing all the sayings. Thanks
Forum: Themes and Templates
In reply to: Hi, New to WP. Need help with themeLorelle, thx. Already complied the theme. I am still new to WP, maybe later on i’ll need more helps eventually.
Forum: Fixing WordPress
In reply to: Loginout not displaying properly<?php wp_loginout(); ?> will displacy “login/logout” status
<?php _e(‘login area’); ?> will display “login area”
With your code: It will show “login login area”.
Am I correct?
So, if you want to change the default “login/logout” letter, you will need to hack (edit) to file called “template-functions-general.php” in your wp-included folder and do following:
1 – search for: function wp_loginout()
2- underneat it, you will see something like:get_settings(‘siteurl’) . ‘/wp-login.php”>’ . __(‘login‘) .
3- change the LETTER “login” to something else you like
4- do the same thing with “logout” as well if you want.
5- check you page and see.
6- good luck !I did this even using an image to display “login/lout” fuction. Check my site http://unkool.com and you will see the TOP right coner.
Forum: Plugins
In reply to: Login/logout HackWow. Finally done this hack. I replaced “Login/Logout” to image buttons instead of text, also with “Admin/Register” to image buttons as well.
Check out my site http://unkool.com and look up the TOP RIGHT corner. you will see yourself.
WHOOOOO…..
Forum: Plugins
In reply to: Login/logout Hackahhh.. Found it. it’s in template-functions-general.php
Forum: Your WordPress
In reply to: Enter to theme competitionThanks. and I still keep all the credit in CSS. 🙂
Forum: Requests and Feedback
In reply to: Archives RootYah. but I want my all archives links in just one page. sorted by month, posts, years.
Something like http://www.tamba2.org.uk/T2/archives/2005/02/ yah, but mine would be just a list, not in details.