| bio | website | visualise.ca |
|---|---|---|
| location | Montreal, Canada | |
| age | ||
| visits | member for | 1 year, 9 months |
| seen | Mar 11 at 22:34 | |
| stats | profile views | 14 |
|
Mar 11 |
answered | Adding 'active' class to custom taxonomies using walker in functions.php |
|
Mar 11 |
revised |
Adding 'active' class to custom taxonomies using walker in functions.php edited title |
|
Mar 11 |
asked | Adding 'active' class to custom taxonomies using walker in functions.php |
|
Mar 9 |
awarded | Popular Question |
|
Feb 23 |
comment |
My archive-posttype.php template is not loading Thanks again Matthew. ;-) |
|
Feb 23 |
accepted | My archive-posttype.php template is not loading |
|
Feb 23 |
comment |
My archive-posttype.php template is not loading Thank you very much. Can you answer the question below so I make it the solution? |
|
Feb 23 |
comment |
My archive-posttype.php template is not loading Nope! It does render archive-photos.php. So maybe I'm simply mixed up with the urls. OK if you go to gablabelle.com/?post_type=photos&genre=boudoir it works but when I go to gablabelle.com/photos/boudoir it doesn't, it loads archive.php. |
|
Feb 23 |
revised |
My archive-posttype.php template is not loading added info |
|
Feb 23 |
comment |
My archive-posttype.php template is not loading No, I simply want the archive-photos.php to be used when viewing the archive page for that specific custom post type. Now it seems that archive.php is used. |
|
Feb 23 |
asked | My archive-posttype.php template is not loading |
|
Jan 23 |
comment |
Apply post formats to a specific post type only? Sorry I didn't know I had to put it inside the function create_post_type. Thanks a lot! |
|
Jan 23 |
accepted | Apply post formats to a specific post type only? |
|
Jan 22 |
comment |
Apply post formats to a specific post type only? Doesn't seem to work... the format box is still there is the Posts' "Add New Post" window. |
|
Jan 22 |
asked | Apply post formats to a specific post type only? |
|
Dec 24 |
comment |
I would like single.php to act just like index.php Thank you very much! |
|
Dec 24 |
accepted | I would like single.php to act just like index.php |
|
Dec 24 |
revised |
I would like single.php to act just like index.php added 157 characters in body |
|
Dec 24 |
comment |
I would like single.php to act just like index.php @s_ha_dum I'm using a single page design and I to use the <?php echo($post->post_name) ?> on page load in order to load some AJAX and have some deeplinking. |
|
Dec 24 |
comment |
I would like single.php to act just like index.php OK but what I need is single.php to show all the posts if possible. Because I need the data of single.php but still want to show all the posts. |