yuletide
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to show a post teaser on a template with only one postArgh. Tried using the post-teaser plugin: http://ww.wp.xz.cn/extend/plugins/post-teaser/ but it also thinks the front page is a single post page and never displays the teaser. I tried forcing $single = false in my template but that just crashes EVERYTHING:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 14595 bytes) in /digex/wordpress-content/plugins/post-teaser/post-teaser.php on line 415
Tried disabling the plugin, but leaving $single=false, and even that doesn’t work! Tried changing the query to showposts=3…
Ahhhh!
Forum: Themes and Templates
In reply to: How to show a post teaser on a template with only one postBoth, since the first is my only possible explanation for the second…
http://codex.ww.wp.xz.cn/Template_Tags/the_contentI’m trying to display a teaser even though its a template and only displaying one post…
EDIT: I’ve updated the original post to make it a bit clearer, sorry if it was confusing!
Forum: Plugins
In reply to: [Plugin: WP Twitip ID] WP-Twitip-ID JavaScript ErrorSeemed it really was that simple?
Now I get no error. Hopefully I didn’t break anything by fixing it.
Before
echo "addtwitterfield('$afterID',\'$prehtml\',\'$psthtml\','$field_class','$hasnolabel','$swaplabel','$atf_nojava');</script>";After
echo "addtwitterfield('$afterID','$prehtml','$psthtml','$field_class','$hasnolabel','$swaplabel','$atf_nojava');</script>";Yay! No error! O_o
Forum: Fixing WordPress
In reply to: Posts Sorting Backwards (Bluehost, MYSQL 5.0.75)I’m an idiot. :p Post was stickied. (head against desk)