• Hi all

    I’m using the theme ligneous 1.0.5 by Ying Zhang. I have a few things I would really be happy if you guys could help me with.

    First thing is, that I am using it as a site, instead of a blog, therefore I would like to disable the comments area. I don’t want it to say “Add Comment No Comments” as it does now. Can I remove it?

    Also the top time stamp and which category it was posted in, and by whom, I would like to have removed. So that the welcoming text can just be on a plain white site.

    The third thing is that at the bottom, in a footer kind of area, it says “Skin beauty products” and I would like that removed too.

    I’ve got it up at www. kirbent. dk just draw the link together without spaces to get there 🙂

    I would really be thankful for any help in this

Viewing 1 replies (of 1 total)
  • 1. You’ll need to edit the theme’s template files and remove all references to <?php comments_popup_link( [...] );?>. Also remove <?php comments_template();?> from single.php and possibly page.php as well.

    2. Again, you’ll need to edit the theme’s template files but this time you’ll be removing references to <?php the_date();?> and/or <?php the_time();?> as well as <?php the_category();?> and <?php the_author();?>.

    3. Edit the theme’s footer.php file and try to remove the text manually.

Viewing 1 replies (of 1 total)
  • The topic ‘Theme ligneous changes in comments, footer’ is closed to new replies.