skins31 0 Report post Posted July 31, 2011 Hi, How can I disable single post page, and show all content on posts page? cheers patrick Share this post Link to post Share on other sites
Kate 3 Report post Posted August 1, 2011 Hi Patrick, You would have to modify your template.postloop.php file to remove the link that surrounds the post title. (You would want to copy it into your base theme and modify it from there.) Then, in Settings->Blog and Posts, be sure to select to show the full post on the blog page. Share this post Link to post Share on other sites
skins31 0 Report post Posted August 2, 2011 Have copied the template.postloop.php file to the base theme, but am having trouble finding the link surrounding the page title - could you point it out to me? thanks S Share this post Link to post Share on other sites
kastelic 6 Report post Posted August 2, 2011 Do a search for "permalink" in that file. THat is the template tag wordpress uses to make a link to the post. Delete the entire surrounding anchor tag. Share this post Link to post Share on other sites
skins31 0 Report post Posted August 3, 2011 Thanks - but new to this. I've found permalink but unsure about the anchor tag - I've highlighted where I think I need to delete. Could you confirm? Thanks <?php if(!is_page()):?> <?php if(pagelines_show_thumb( get_the_ID() )): // Thumbnails ?> !!!HERE!!! <?php the_post_thumbnail('thumbnail');?> <?php endif; ?> Share this post Link to post Share on other sites
skins31 0 Report post Posted August 6, 2011 anyone? Share this post Link to post Share on other sites
Simon 248 Report post Posted August 6, 2011 Your trying to remove the link and leave the image right? Share this post Link to post Share on other sites
skins31 0 Report post Posted August 7, 2011 yes - I don't need single post pages as all the posts are via twitter and so small enough to read in posts page Share this post Link to post Share on other sites
skins31 0 Report post Posted August 7, 2011 sorry think i may have misunderstood - all i want to do is to remove the link from each post summary on the posts page - I have full posts on home page, but there is still a link to each individual posts - these are not needed. Share this post Link to post Share on other sites
catrina 103 Report post Posted August 7, 2011 Is it a "Continued Reading" or a post title link? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites