| bio | website | blog.outerthoughts.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 10 months |
| seen | Oct 19 '11 at 20:28 | |
| stats | profile views | 21 |
|
Oct 2 |
awarded | Nice Answer |
|
Aug 20 |
awarded | Yearling |
|
Jan 21 |
awarded | Commentator |
|
Jan 21 |
comment |
Sub-Theme (based on Taxonomies) Yes, it needs to be in a header of the page. But single.php is a full page. Worst case, make it a copy of default.php (which has full functionality) and just add your extra include in the appropriate area. |
|
Jan 8 |
comment |
Sub-Theme (based on Taxonomies) Why don't you just have a CSS file with name that incorporates the tag name? Then just get the tag name in the single.php template and use it to form the CSS file reference. It is probably easier to try it than to think it through. You can even do it with default 20/20 theme. |
|
Jan 7 |
answered | Sub-Theme (based on Taxonomies) |
|
Jan 5 |
awarded | Critic |
|
Jan 5 |
comment |
How to search and replace text in all posts of a wordpress.com blog (NOT wordpress.org one)? @nam-gi-vu, I think if you export and import WordPress-specific XML format you can preserve the dates. It's been a while since I tested though. And of course, option 3 is more fun. |
|
Jan 4 |
comment |
How to search and replace text in all posts of a wordpress.com blog (NOT wordpress.org one)? Thanks. I flipped them in my mind obviously. |
|
Jan 4 |
answered | How to search and replace text in all posts of a wordpress.com blog (NOT wordpress.org one)? |
|
Dec 16 |
comment |
Creating a Static Website based on a WordPress Website? Just an update that the original answer strategy did work. Couple of additional hints is not to link to WordPress RSS feed from template as that confuses wget. Download it as a separate command. Also, Wordpress bakes in full URLs for missing resources, so it is useful to do a search/replace after downloading to remove the host part: /bin/find scraped-en/ -type f -exec sed -i 's|hostname[^/]*||g' {} \; |
|
Aug 25 |
comment |
how could I have a user signing up for a blog, be assigned to that blog only Are you using old WPMU or new WordPress 3.0+ Network? In new WordPress, I don't think you would have any problems. The user gets a default role as per that sub-blog's settings. What do you see on user's admin screen. Do they actually show membership where they do not belong? |
|
Aug 24 |
comment |
Creating a Static Website based on a WordPress Website? Glad you found it useful. I will update this post when I have some more info. |
|
Aug 24 |
comment |
Setting up partial Right-to-Left admin interface Textboxes only. Dropdowns will be in English and I will convert them in the theme lookups. |
|
Aug 24 |
comment |
Setting up partial Right-to-Left admin interface This is not quite it, as I don't want the whole admin interface switch direction, just edit fields. But it is helpful as a start. |
|
Aug 24 |
answered | Creating a Static Website based on a WordPress Website? |
|
Aug 23 |
awarded | Student |
|
Aug 23 |
comment |
What Features would you Most Like to See Added to WordPress? A meta-meta work? Sounds good. Somebody needs to do it and I am sure it would be appreciated. |
|
Aug 23 |
asked | Setting up partial Right-to-Left admin interface |
|
Aug 23 |
answered | What Features would you Most Like to See Added to WordPress? |