I have been asked to cut down the size of posts made on a website I designed using wordpress (Atahualpa 3.5.3 theme)
The client now wants post excerpts instead of full size news.
First I set the pages to be excerpts and to only be about 75 words.
They want there to be an image on the left and a consistent size of 180x180, then some text from the news with the rest being a "read more tag"
Now the problems I am having is this: I use tables to keep the alignment consistent.
so a general post for me is this:
<table>
<tr>
<td>
<180x180.image>
</td>
<td> (The full post of the text article here)
</td>
</tr>
</table>
If the text goes over 75 words, then it knocks the page completely to whack. The alignment goes off the page, which I think is due to the </table> tag getting cut off. due to the 75 word limit.
If I increase the word limit to fit the whole news article and try using a <!--more--> tag somewhere in the post. It doesn't work. The full post just continues to be posted.
Any ideas?
webpage is www.inveralmondchs.org
Working on the "news" section at the moment, but once I am happy with the format, this will be transferred to the home page.
The client now wants post excerpts instead of full size news.
First I set the pages to be excerpts and to only be about 75 words.
They want there to be an image on the left and a consistent size of 180x180, then some text from the news with the rest being a "read more tag"
Now the problems I am having is this: I use tables to keep the alignment consistent.
so a general post for me is this:
<table>
<tr>
<td>
<180x180.image>
</td>
<td> (The full post of the text article here)
</td>
</tr>
</table>
If the text goes over 75 words, then it knocks the page completely to whack. The alignment goes off the page, which I think is due to the </table> tag getting cut off. due to the 75 word limit.
If I increase the word limit to fit the whole news article and try using a <!--more--> tag somewhere in the post. It doesn't work. The full post just continues to be posted.
Any ideas?
webpage is www.inveralmondchs.org
Working on the "news" section at the moment, but once I am happy with the format, this will be transferred to the home page.