I have almost succeeded in getting rid of the author name, publication time, and categories, and customising the comments link at the end of posts -- but not quite.
Unfortunately I have noticed that I only get the required behaviour when I view my site from the main URL, e.g, http://mysite.co.uk/
If I view it as a specific post -- e.g., http://mysite.co.uk/year/month/day/post-title.html -- I still get the following lines at the end of the post.
" This entry was posted by username and is filed under .. Edit..."
No feedback yet
Post a comment
I don't want that -- I want my customised version, with no author, no categories, and my own comments link text.
I have modified _item_block.inc.php as follows (sorry -- keep getting errors if I try to put it in a codeblock)
<div class="evo_post_foot">
<?php
// Link to comments, trackbacks, etc.:
$Item->feedback_link( array(
'type' => 'comments',
'link_before' => '',
'link_after' => '',
'link_text_zero' => 'Loads of people are dying to comment',
'link_text_one' => 'Oooh, a comment!',
'link_text_more' => 'Oooh, %d comments!',
'link_title' => '#',
) );
But this only works when I look at the main URL, not the long URL.
Does anyone know how I could apply my modifications to this section so that they apply in all URLs, whether the base one or the specific post URL?
Thanks
Again, you probably need to update another file.
Please read this to understand all the files/includes/widgets that come into play depending on which skin you use:
http://b2evolution.net/man/skin-development-primer