fullenchilada
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Still messing with the post thumbnail/read more issuecould someone please move this into the plugin board. i dont wanna be stuck with that issue forever 🙂
Forum: Themes and Templates
In reply to: Still messing with the post thumbnail/read more issuei ve been looking for certain parameters that might trigger the thing with [caption ...] in front of the text but couldnt find anything.
could someone maybe move this post to the plugin forum.
Forum: Themes and Templates
In reply to: Still messing with the post thumbnail/read more issueDoes anybody have an idea?
Forum: Themes and Templates
In reply to: Still messing with the post thumbnail/read more issueAfter playing with the code for a while, I came up with the solution to the problem.
I replaced the following line of code
<?php if (is_search()) the_excerpt(); else the_content(__(‘Read the rest of this entry »’, ‘kubrick’)); ?>
with that code snippet from the post thumb plugin
<?php if (function_exists(“the_thumb”)) the_thumb(“altappend=loop_&keepratio=0&width=75&height=75&subfolder=loop&align=left&nodef&lb_effect=1”); ?>
<?php echo get_pt_excerpt(“WORDS=40&SHOWDOTS=1&MORETEXT=[Read more]&MORETAG=&LINK=1”); ?>This gives me exactly the kind of post layout that I wanted. However, now the plugin always adds
[caption id="attachment_790" align="alignleft" width="180" caption="Access Hollywood"][/caption]
in front of the text. Is there a certain line of code which triggers this as I definitely wanna get rid of it 🙂
Forum: Themes and Templates
In reply to: wootheme flash news theme problemi have been struggling with this thing all night long now. would be awesome if someone could give some feedback. this theme is driving me insane