• Hi, I’m terribly new to this and don’t know much about php …… okay, I know nothing about php! Can anyone tell me how to eliminate the comments link from my index.php page? I took out the line mentioned in another place but the “comments” is still showing up as a link and it leads to a page called index.php?p=1#comments. Is there some tutorial I can go to for learning php? And, just to prove how slow-witted I am, is php and extension for XHTML language?
    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Anonymous

    https://php.net is a good place to start learning about PHP. Check out the FAQs.
    In short, no, it is not an extension for XHTML. It is a module for servers like Apache to use, as well as others. It is the brain that handles all of the PHP coding and executes all of the instructions in that code to produce dynamic content.
    HTH.

    So you say you took out this line:
    <?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?>
    from your index.php page?
    That should get rid of your comments link. At least it does for me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Delete Comments links’ is closed to new replies.