| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 3 months |
| seen | Jan 8 at 15:58 | |
| stats | profile views | 34 |
|
Nov 24 |
comment |
.htaccess redirect from www to non-www does not work I actually assumed it was wordpress specific. It's a rule that is otherwise working perfectly. Also, the rule works when I target a non-wordpress file or directory. The blog-url is non-www too |
|
Sep 9 |
comment |
Howto accurately position images with maximum flexibility? Looks good, but I'm looking for a user-friendlier solution, as the one who will be updating the website is not a technical person at all |
|
Apr 7 |
comment |
media-library: how to insert thumbnails with a fixed width, regardless of landscape/portrait orientation Many thanks for you thorough explanation Chris_O :) |
|
Mar 1 |
comment |
outputting posts' taxonomies: cant get 'get_the_taxonomies' working @t31os: sorry, overlooked your question: yes, it seems I am referring to the terms then. |
|
Mar 1 |
comment |
outputting posts' taxonomies: cant get 'get_the_taxonomies' working and, it also outputs the tags. I just want to have the custom taxonomies... |
|
Mar 1 |
comment |
outputting posts' taxonomies: cant get 'get_the_taxonomies' working Tnx! This is certainly more in the right direction. Still: it outputs formatted html. Is there any way to output plaintxt without using strip_tags? |
|
Mar 1 |
comment |
Can anyone clarify difference between archive-{posttype}.php, type-{posttype} and date.php? ok, so this means that post-type specific date based archives only work with custom rewrite rules? |
|
Feb 28 |
comment |
Can anyone clarify difference between archive-{posttype}.php, type-{posttype} and date.php? You're right. Not so sure if this is what I mean, will look into it. Tnx |
|
Feb 28 |
comment |
Can anyone clarify difference between archive-{posttype}.php, type-{posttype} and date.php? tnx, it's a start! /{post-type} archive pages work now, but /{post-type}/{year}/{month} pages still throw 404's. |
|
Feb 25 |
comment |
just can't get date-based archives per post-type to work adding rewrite rules also doesn't work: $newrules['([^/]+)/([^/]+)/([0-9]{4})$'] = 'index.php?post_type=$matches[2]&year=$matches[3]';
$newrules['([^/]+)/([^/]+)/([0-9]{4})/([0-9]{2})$'] = 'index.php?post_type=$matches[2]&year=$matches[3]&month=$matches[4]'; |
|
Feb 25 |
comment |
just can't get date-based archives per post-type to work date.php is in place too btw |
|
Feb 23 |
comment |
outputting posts' taxonomies: cant get 'get_the_taxonomies' working well, I already tried that, but it doesn't output the actual names of the taxonomy, just the general name of it. Let's say I have a taxonomy called product_type with values of 'cd', 'dvd', 'book' etc.. right now it doesn't output if it's a cd or a book or whatever, it outputs 'post_tag' and 'product_type' |
|
Feb 23 |
comment |
Possible to create a paginated blogroll archive? still finding a way to do this. Guess I have to create a custom post-type for it? |
|
Feb 20 |
comment |
Pagination on taxonomy archive pages breaks tnx! just updated my post |
|
Feb 20 |
comment |
Pagination on taxonomy archive pages breaks ah, no. this was just for demonstration purposes.... so products/page/2 works, but products/dvd/page/2 doesn't... |