Tagged Questions
0
votes
2answers
879 views
Add a <!--more--> tag to a custom post type
I'm building a portfolio site for a friend and he's got three seperate photo packages and may want to add more in the future, so I've created a custom post type called Packages so that he can add as ...
0
votes
2answers
308 views
<!--more--> help
I have a custom post type called "Blog", in my templates I looping over the blog type and doing the following,
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
...
0
votes
3answers
431 views
More quicktag driving me nuts
I'm a bit confused.
I have my own custom post type - products.
I'm listing all the products on page-products.php.
Every product has also it's own page - single-products.php.
And the big and ...
1
vote
2answers
1k views
“More” span making trouble
I've created my own custom post type using this tutorial: http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/
Everything works fine, but I'm having major problem with "Read ...