Views: How to exclude current node from output
In Drupal 6 there is a very easy way to exclude the current node from the views output.
In order to that, we can use views arguments:
- Add an argument in our view. Select the Node: nid option
- In the 'Action to take if argument is not present' select the 'Provide default argument' option
- The 'Default argument type' should be set to 'Node ID from URL'
- Check 'Exclude the argument' option from the bottom.