Title: mstdmstd's Replies | WordPress.org

---

# mstdmstd

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [On get_posts I need combination OR AND](https://wordpress.org/support/topic/on-get_posts-i-need-combination-or-and/)
 *  Thread Starter [mstdmstd](https://wordpress.org/support/users/mstdmstd/)
 * (@mstdmstd)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/on-get_posts-i-need-combination-or-and/#post-8200604)
 * I still search for solution… If there is any?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Products filters for get_posts function](https://wordpress.org/support/topic/products-filters-for-get_posts-function/)
 *  Thread Starter [mstdmstd](https://wordpress.org/support/users/mstdmstd/)
 * (@mstdmstd)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/products-filters-for-get_posts-function/#post-6719171)
 * UPDATE:
    Also I made search by sku by adding in argumants : `'meta_value' => '
   _sku',` looks like that this new condition works as AND, but I need this work
   as OR condition. If there is a way to make it?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I need testing products for woocommerce](https://wordpress.org/support/topic/i-need-testing-products-for-woocommerce/)
 *  Thread Starter [mstdmstd](https://wordpress.org/support/users/mstdmstd/)
 * (@mstdmstd)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/i-need-testing-products-for-woocommerce/#post-6711932)
 * Thanks,
    That helped! Also I see that in post_content some “fish” data is used…
   If there are some multilangual version of these data?
 * Also if there are some similar sample data for ordinary posts? If possible multilangual(
   english, french, spain etc…)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Watermark WP Image Protect] wpipp_exclude_from_watermark does not work](https://wordpress.org/support/topic/wpipp_exclude_from_watermark-does-not-work/)
 *  Thread Starter [mstdmstd](https://wordpress.org/support/users/mstdmstd/)
 * (@mstdmstd)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/wpipp_exclude_from_watermark-does-not-work/#post-6566226)
 * Thanks, I found right decision in the end of wp-content/plugins/wp-image-protect/
   php/wpipp-image-manager.php file!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Watermark WP Image Protect] wpipp_exclude_from_watermark does not work](https://wordpress.org/support/topic/wpipp_exclude_from_watermark-does-not-work/)
 *  Thread Starter [mstdmstd](https://wordpress.org/support/users/mstdmstd/)
 * (@mstdmstd)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/wpipp_exclude_from_watermark-does-not-work/#post-6566220)
 * Also in Settings I see in “Advanced Options/Advanced Options” I see value like:
   `(.*)
   wp-content/uploads/((.*)\.(jpe?g|gif|png))$=>$1wp-content/plugins/wp-image-protect/
   php/wpipp-image-manager.php?src=wp-content/uploads/$2,(.*)wp-content/gallery/((.*)\.(
   jpe?g|gif|png))$=>$1wp-content/plugins/wp-image-protect/php/wpipp-image-manager.
   php?src=wp-content/gallery/$2`
 * Looks like that is the rule when source image is rendered with watermark image.
   
   I see function wpipp_add_rules function in wp_image_protect class for setting
   of watermark rendering rule. But how to make for some posts image not to apply
   any rule? And not use any cache, as I se cache used in plugin?
 *  Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Watermark WP Image Protect] wpipp_exclude_from_watermark does not work](https://wordpress.org/support/topic/wpipp_exclude_from_watermark-does-not-work/)
 *  Thread Starter [mstdmstd](https://wordpress.org/support/users/mstdmstd/)
 * (@mstdmstd)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/wpipp_exclude_from_watermark-does-not-work/#post-6566219)
 * Thank you for your response!
    Yes, as I see all images are ‘attached’ and in 
   backend site they are shows as “Featured images”. But as I see that is not point
   of problem. Watching code I saw ‘wpipp_exclude_from_watermark’ option used in
   wpipp_add_exclude_watermark_field and wpipp_add_exclude_watermark_field_save 
   methods. For me seems that these methods for setting properties of images of 
   some posts. Is it so?
 * I would like to find where is an entrance point when watermark is applied to 
   the image.
    To set additive condition in this place.
 * Also I saw “debug” option for your plugin, but setting it I did not find how 
   to use advantages of it and where to trace debug info?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Watermark WP Image Protect] wpipp_exclude_from_watermark does not work](https://wordpress.org/support/topic/wpipp_exclude_from_watermark-does-not-work/)
 *  Thread Starter [mstdmstd](https://wordpress.org/support/users/mstdmstd/)
 * (@mstdmstd)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/wpipp_exclude_from_watermark-does-not-work/#post-6566175)
 * If there is some plugin convinient for setting of watermarks on fly without changing
   of source
    image : like through filter that depending on status to show/hide 
   watermark on differerent parts of site.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Watermark WP Image Protect] wpipp_exclude_from_watermark does not work](https://wordpress.org/support/topic/wpipp_exclude_from_watermark-does-not-work/)
 *  Thread Starter [mstdmstd](https://wordpress.org/support/users/mstdmstd/)
 * (@mstdmstd)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/wpipp_exclude_from_watermark-does-not-work/#post-6566048)
 * I tried to debug code of this plugin, but I did not find where is an entrance
   point when watermark is applied to the image…
    If you worked with this plugin,
   please give me a hint, I would add additive condition on myself…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Correct url for categories](https://wordpress.org/support/topic/correct-url-for-categories/)
 *  Thread Starter [mstdmstd](https://wordpress.org/support/users/mstdmstd/)
 * (@mstdmstd)
 * [11 years ago](https://wordpress.org/support/topic/correct-url-for-categories/#post-6235225)
 * Yes, as any post can be related with several categories, add and check some special
   category for all items. is it your idea?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Correct url for categories](https://wordpress.org/support/topic/correct-url-for-categories/)
 *  Thread Starter [mstdmstd](https://wordpress.org/support/users/mstdmstd/)
 * (@mstdmstd)
 * [11 years ago](https://wordpress.org/support/topic/correct-url-for-categories/#post-6235220)
 * Please, explain how ?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Correct url for categories](https://wordpress.org/support/topic/correct-url-for-categories/)
 *  Thread Starter [mstdmstd](https://wordpress.org/support/users/mstdmstd/)
 * (@mstdmstd)
 * [11 years ago](https://wordpress.org/support/topic/correct-url-for-categories/#post-6235209)
 * Thanks for your hints, I reviewed categories made in menu editor of backend and
   made working url like :
    [http://local-wp-songs.com/artists_songs_tax/artists-songs-songs/](http://local-wp-songs.com/artists_songs_tax/artists-songs-songs/)
   where [http://local-wp-songs.com](http://local-wp-songs.com) – my host artists_songs_tax–
   name of registered taxonomy by function
 *     ```
       register_taxonomy( 'artists_songs_tax', array( 'artists_songs' ), $args );
       ```
   
 * and artists-songs-songs – is slug field of my category in terms table.
    I have
   several categories created withy ‘artists_songs_tax’ taxonomy and they all are
   show with similar urls.
 * But also If there is a way to show all categories of my taxonomy?
 * urls like [http://local-wp-songs.com/artists_songs_tax/](http://local-wp-songs.com/artists_songs_tax/)
   do not work for me….
    I want to show all posts all categories of my taxonomy 
   someway…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Correct url for categories](https://wordpress.org/support/topic/correct-url-for-categories/)
 *  Thread Starter [mstdmstd](https://wordpress.org/support/users/mstdmstd/)
 * (@mstdmstd)
 * [11 years ago](https://wordpress.org/support/topic/correct-url-for-categories/#post-6235027)
 * Sorry, this needs for clarification.
    On this page I set Permalink Settings->
   Common Settings == “Post name” Optional parameters are empty. After this changes
   site with url [http://local-wp-songs.com/artists_songs/a-boy-like-me-a-girl-like-you/](http://local-wp-songs.com/artists_songs/a-boy-like-me-a-girl-like-you/)
 * works ok, where
    artists_songs – 2nd para,eter sent to register_taxonomy above.
   a-boy-like-me-a-girl-like-you – slug of an item
 * But I would like to run page with 1 category(with all it’s posts) of created 
   above category and I do not know how to make it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Correct url for categories](https://wordpress.org/support/topic/correct-url-for-categories/)
 *  Thread Starter [mstdmstd](https://wordpress.org/support/users/mstdmstd/)
 * (@mstdmstd)
 * [11 years ago](https://wordpress.org/support/topic/correct-url-for-categories/#post-6234985)
 * Seems no. Please, give ref how to do it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [In wordpress 4 need pagination plugin working with any tables](https://wordpress.org/support/topic/in-wordpress-4-need-pagination-plugin-working-with-any-tables/)
 *  Thread Starter [mstdmstd](https://wordpress.org/support/users/mstdmstd/)
 * (@mstdmstd)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/in-wordpress-4-need-pagination-plugin-working-with-any-tables/#post-5988375)
 * Let me to ask in other way : I need pluging not to connecting with any table,
   just to draw pagination pages by given parameters like n=base url, number of 
   pages etc… Splitting of data I can make on myself. I made something like this
   in codeogniter 2 projects. If there is something good for this ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Problems of multilanguage updating wordpress 3.0.0 to wordpress 3.3.1](https://wordpress.org/support/topic/problems-of-multilanguage-updating-wordpress-300-to-wordpress-331/)
 *  Thread Starter [mstdmstd](https://wordpress.org/support/users/mstdmstd/)
 * (@mstdmstd)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/problems-of-multilanguage-updating-wordpress-300-to-wordpress-331/#post-2560760)
 * Please, explain how to make in wordpress pre-domains that switching to other 
   language link looks like
    [http://it.site.com/](http://it.site.com/) and is rendered
   by [http://it.site.com/](http://it.site.com/) site and “it” is language parameter?
 * Are these some rules in .htaccess ?

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