Title: beakman's Replies | WordPress.org

---

# beakman

  [  ](https://wordpress.org/support/users/beakman/)

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Imaguard] nginx](https://wordpress.org/support/topic/nginx-4/)
 *  [beakman](https://wordpress.org/support/users/beakman/)
 * (@beakman)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/nginx-4/#post-3464984)
 * Hello there!
    I don’t know if I’m doing it correctly. I’m using **NGINX** too.
   So I edited my vhost config file located in **‘/etc/nginx/sites-enabled/wordpress’**
   this way:
 *     ```
       location / {
               try_files $uri $uri/ /index.php?$args;
               # Imaguard:
               if ($http_referer !~* "^http://(.+.)?my-domain.com"){
                 set $rule_0 1$rule_0;
               }
               if ($rule_0 = "1"){
                 rewrite ^/(.*).(jpg|png|jpeg|gif)$ /show-image/?img=/$1$
               }
           }
       ```
   
 * but I’m not seeing any watermarking in the Google Images search results. When
   I point my browser to **‘[http://www.my-domain.com/wp-content/uploads/2013/05/images.jpg?test&#8217](http://www.my-domain.com/wp-content/uploads/2013/05/images.jpg?test&#8217);**
   I get an 404 error, what is supposed, right? Also, when I click on a result in
   the Google Images search, it redirects me to the post where the image appears.
   So I think that everything is working properly but the watermarking. Any clue
   of what I’m missing?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Filter 'custom post type' posts by tag](https://wordpress.org/support/topic/filter-custom-post-type-posts-by-tag/)
 *  Thread Starter [beakman](https://wordpress.org/support/users/beakman/)
 * (@beakman)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/filter-custom-post-type-posts-by-tag/#post-2028728)
 * Thanks coopersita and Curtiss! But, if I use this code `$args = array( 'post_type'
   => 'pictures', 'posts_per_page' => 12, 'tag' => 'your-tag-slug' );` , It just
   will be shown posts of an specific tag, don’t be?

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