Tagged Questions
0
votes
1answer
122 views
Change behavior depending on content length
I have a large amount of posts and some only have one sentence. This means for some posts all the content can be read in an archive without needing to go to the posts single page.
For these posts I ...
0
votes
1answer
903 views
Archive limit the text of the_content
here's the code for my archive page..
<?php
/*
Template Name: Archive Page
*/
?>
<?php get_header(); ?>
<div id ="maincontent"class = "group">
<?php ...
0
votes
1answer
221 views
Force WordPress to NOT display the manual excerpt
I'm forced to use manual excerpts on a number of my posts to integrate them with a shortcode plugin. However, this is interfering with how they're being displayed on an archive page (using a page ...