Title: daniel-j's Replies | WordPress.org

---

# daniel-j

  [  ](https://wordpress.org/support/users/daniel-j/)

 *   [Profile](https://wordpress.org/support/users/daniel-j/)
 *   [Topics Started](https://wordpress.org/support/users/daniel-j/topics/)
 *   [Replies Created](https://wordpress.org/support/users/daniel-j/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/daniel-j/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/daniel-j/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/daniel-j/engagements/)
 *   [Favorites](https://wordpress.org/support/users/daniel-j/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add Login Security to specific pages](https://wordpress.org/support/topic/add-login-security-to-specific-pages/)
 *  [daniel-j](https://wordpress.org/support/users/daniel-j/)
 * (@daniel-j)
 * [16 years ago](https://wordpress.org/support/topic/add-login-security-to-specific-pages/#post-1507677)
 * There are a lot of [WordPress Plugins](http://wordpress.org/extend/plugins/) 
   for stats. It’s a matter of reviewing each one and seeing which would work best
   for you. You can try searching the plugins with keywords like ‘[visitor tracking](http://wordpress.org/extend/plugins/search.php?q=visitor+tracking&sort=)‘,‘
   [visitor stats](http://wordpress.org/extend/plugins/search.php?q=visitor+stats&sort=)‘,‘
   [login tracking](http://wordpress.org/extend/plugins/search.php?q=login+tracking&sort=)‘,
   etc… for good results.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Code comments not working in Theme Editor](https://wordpress.org/support/topic/code-comments-not-working-in-theme-editor/)
 *  [daniel-j](https://wordpress.org/support/users/daniel-j/)
 * (@daniel-j)
 * [16 years ago](https://wordpress.org/support/topic/code-comments-not-working-in-theme-editor/#post-1507667)
 * I’m glad it worked!
 * Files with a _.php_ extension can contain a combination of XHTML and PHP (as 
   well as other languages). If you are commenting inside XHTML code the arrows 
   will do the trick. You will want to use the corresponding comment code depending
   on the coding language as it appears in your web page. Unfortunately there isn’t
   a universal comment-type for all languages.
 *     ```
       <?php get_search_form(); ?> /* The '<?php', and '?>' tags denote php */
       <form><h2>Search this site:</h2></form> <!-- The '<form>', and '</form>' tags denote XHTML -->
       ```
   
 * The example above shows how you can combine the two languages and use different
   comment types in the same document.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Code comments not working in Theme Editor](https://wordpress.org/support/topic/code-comments-not-working-in-theme-editor/)
 *  [daniel-j](https://wordpress.org/support/users/daniel-j/)
 * (@daniel-j)
 * [16 years ago](https://wordpress.org/support/topic/code-comments-not-working-in-theme-editor/#post-1507553)
 * Hi captal,
 * The comment characters you listed are for PHP and CSS. If you are adding comments
   to XHTML files, you need to use the arrow sequence:
 *     ```
       <!-- THIS ARROW STARTS A COMMENT
       THIS ARROW ENDS A COMMENT -->
       ```
   
 * If you are editing at the code level, anything between the two arrows will not
   appear on your published page / post.
 * Cheers
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add Login Security to specific pages](https://wordpress.org/support/topic/add-login-security-to-specific-pages/)
 *  [daniel-j](https://wordpress.org/support/users/daniel-j/)
 * (@daniel-j)
 * [16 years ago](https://wordpress.org/support/topic/add-login-security-to-specific-pages/#post-1507543)
 * Hi abought1,
 * Once you have created the page, look to the ‘publishing’ tab on the right. Click
   on the ‘edit’ link next to visibility. Select **Private** to hide it completely.
   It will only be available to those who you have provided the exact link. If you
   select **Password protected** it is visible but people will have to enter a password
   to see the page content. You will have to provide them with that password ahead
   of time. Click on the **OK** and **Update** / **Publish** buttons and you are
   done.
 * Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)