WooTumblog loop conflict
-
When installing WooTumblog on a blog using Twenty-Ten, you only have to make a few edits:
loop.php
Lines 126 : Replace this line with this code:
‘<?php woo_tumblog_the_title(“entry-title”); ?>’Lines 134 and 139 : Add this line of code above ‘<?php the_excerpt(); ?>’ and above ‘<?php the_content(); ?>’:
‘<?php woo_tumblog_content(); ?>’single.php
Lines 23: Replace this line with this code:
‘<?php woo_tumblog_the_title(“entry-title”); ?>’Line 30: Add this line of code above ‘<?php the_content(); ?>’:
‘<?php woo_tumblog_content(); ?>’Problem is:
loop.php
Line 26 is blank, but I can go with adding a line in that blank space.
Line 134 actually says ‘<?php twentyten_posted_on(); ?>’ not ‘<?php the_excerpt(); ?>’
Line 139 actually says ‘<?php the_excerpt(); ?>’ not ‘<?php the_content(); ?>:’And similar issues in single.php
What gives? What am I missing? Their documentation is also very old, at least a version or two behind plus their forums require a purchase before you can use them. Hope you guys can help!
Thanks so much.
- The topic ‘WooTumblog loop conflict’ is closed to new replies.