WordPress WPtouch iPhone Theme not showing up in list of Themes
Don't be fooled by the name, the WPtouch iPhone Theme is a WordPress plugin, not a theme. So make sure you've added it here: wp-content/plugins/wptouch/. I made this same mistake and am more then happy to pass along the tidbit at my own expense.
Side note: the plugin does not change your default theme. It simply uses the iPhone theme for mobile users, something i was concerned with when I first considered using it.
How to forward a WordPress Page to an external URL.
Since there is no option to do this in the page itself you have to use a page template.
1. Create a file called redirect_twitter.php with the text below and save it to your theme folder (/public_html/wp-content/themes/yancytheme/redirect_twitter.php).
<?php
/*
Template Name: Redirect Twitter
*/
header('Location: http://twitter.com/yancylent');
die();
?>
If you plan on making more redirects the file name starting in redirect will ensure they all stay together.
2. Create the page, and choose the 'Template Name' Twitter Redirect.
3. Save, done, test, done.
*Note that if you change your theme you'll have to move the redirect page templates. I tried adding the templates to higher level folders but they aren't picked up, so this manual process is needed.
**Also, no messing with the .htaccess.
Why Lotus Journal?
My last project came out of true personal need, a better way to organize, read and keep track of all the Lotus blogs I was consuming. The result was a ton of reading. As the number of blogs in the community increased so did the reading. So, how to cull if you can’t read everything?
Hit counts, over time there has been much talk about this, for one, the use of catchy titles to drive up the numbers. This is a huge help in guiding my reading habit and has become a cornerstone of Planet Lotus. But the hit counts only capture trends and buzz… and aren’t going anywhere; if that’s what’s on your mind. To differentiate the buzz from the quality content I implemented the use of thumbs, yes the little Lotus thumbs up icon to allow members of PL to give a “nice post” to an author and give validation or light to those posts that are great in content but lack in the catchy title department. This never got off the ground. It’s still a part of myPL so feel free to resurrect it. The quest continues.
The more thought I put into it the bigger the idea got. In addition to shedding light on quality Lotus content I wanted to also deliver it beyond the Lotus Bubble. This was months ago when there was a lot of talk about the Yellow Bubble… and then the light bulb went off, of all places from my inbox. A spinoff of UrbanDaddy.com, maybe you’ve heard of it. I was going to create a ‘email only’ magazine (like UrbanDaddy) for the Lotus community. Draw from the amazing talent of bloggers and reach out of the bubble via daily email updates. The updates would contain articles; the best imaginable, as determined by and editorial staff of esteemed member of the community.
In theory it sounded great, but over time I was wrestling with the idea of an ‘email only’ magazine in a very social, very search friendly world, not to mention the Herculean development effort to make it happen. So maybe an hybrid approach, a very open, very prestigious, top notch professional journal for Lotus professionals with a twist, authorship is open all however only articles approved by esteemed Lotus community members will be published; and with that please welcome Lotus Journal to the community.
Lotus Journal will focus on authors, their content, editors and getting as many readers as possible with ties to social media, SEO and email subscriptions to extend the site hopefully beyond the bubble.
For more information take a look at the every changing about page currently at LotusJournal.com.
UPDATE: One last thing. This idea needs your help, please consider getting the word out, and if you have a moment I would truly appreciate to hear your take on the site, like Ben did this morning. I come up with, and create these ideas in a vacuum so they stay true to their purpose. Now, what better way to make it idea grow, then with your added ideas.
Enjoy!
New on PlanetLotus: Blogs!
Location, Location, Location.
Blogs have arrived on Planet Lotus. The blogs are based on WordPress MU (multi user) and to start things off I've added 100+ blog themes to choose from.
Start yours here: planetlotus.org/blogs/
The FAQ and rules:
- Be Good.
- New blogs will not show on the front of Planet Lotus. You will need to submit your blog in order to have it appear.
- Beta? - Yes, until the wrinkles are wordpress'd out.
- Widget support - Yes
- Themes to choose from - 100+
- Example blog url... planetlotus.org/blogs/yourblog/
- Size limit - I'm not sure what it should be so the default of 10mb will stay and we'll see how that rides out. If you need more ask.
Enjoy!