Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Comments, trackbacks & pings (http://forum.bytesforall.com/forumdisplay.php?f=19)
-   -   [SOLVED] Post Reply (http://forum.bytesforall.com/showthread.php?t=661)

Cali Mar 5, 2009 10:15 PM

[SOLVED] Post Reply
 
I'm looking to remove the 'Post Reply' area in my individual post pages and ideally replace it with a widget that displays related posts. This seems a little complicated but is anymore aware of a way to do this?

Thanks in advance.

Flynn Mar 6, 2009 12:38 PM

Delete or comment in comments.php

PHP Code:

        <h3 class="reply"><?php comment_form_title(  $noreplytext __('Leave a Reply','atahualpa'), $replytext __('Leave a Reply to %s','atahualpa'), $linktoparent TRUE  ); ?></h3>

Also see http://forum.bytesforall.com/showthr...t=widget+pages on how to add widget areas to pages

Cali Mar 6, 2009 08:10 PM

Sorry, I'm a little confused - what do you mean by or comment? Please forgive this n00b.

Cheers.

Flynn Mar 6, 2009 08:14 PM

Putting it into <!-- and --> so it won't be displayed but still be there, in case you want to get it back later


PHP Code:

 <!-- <h3 class="reply"><?php comment_form_title(  $noreplytext __('Leave a Reply','atahualpa'), $replytext __('Leave a Reply to %s','atahualpa'), $linktoparent TRUE  ); ?></h3> -->


Cali Mar 6, 2009 08:16 PM

Scrap that. All done! Thank you, Flynn.


All times are GMT -6. The time now is 01:25 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.