| bio | website | |
|---|---|---|
| location | Newcastle upon Tyne, United Kingdom | |
| age | ||
| visits | member for | 9 months |
| seen | Nov 22 '12 at 2:43 | |
| stats | profile views | 1 |
|
Nov 22 |
comment |
How to Create a Frontend Html-list Editable in the Backend? Sorry, perhaps I didn't explain fully. This is my question, I posted the original question asking how to create the list. The above comment, though belated, is an extension of that question. I just thought, as you kindly offered the answer you could maybe help with the little issue I'm having. If not then I will post a new question. Ben |
|
Nov 22 |
comment |
How to Create a Frontend Html-list Editable in the Backend? Hi, I took up your advice, installed this plugin and it works great thank you for the suggestion. I have one tiny question, however. In my index template file lets say I have something simple like: <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php the_title(); ?> <?php endwhile; ?> <?php endif; ?> I then browse to www.mysite.com/?post_type=staff and it will list titles of the posts I have added to the staff content type. How/where can I add the '?post_type=staff' bit into my template file so that it shows 'staff' without having to use that url. Thanks again, Ben |
|
Aug 1 |
comment |
How to Create a Frontend Html-list Editable in the Backend? Thanks for the help. I'll give this a go. I'll be back (no doubt, to tell you I've messed up :p) to close question when I have it working. Thanks, again. |