| bio | website | gplus.to/maxyudin |
|---|---|---|
| location | Riga, Latvia | |
| age | ||
| visits | member for | 1 year, 4 months |
| seen | May 8 at 11:48 | |
| stats | profile views | 69 |
|
Mar 15 |
comment |
Hooking in to an archive page? Yes, that's right. It have to be the regular WP template. |
|
Mar 15 |
answered | Hooking in to an archive page? |
|
Mar 7 |
comment |
Caching-Plugins and Ajax-Page-Parts You can not cache a part of dynamically generated page. The meaning of caching is to save static version of the page and to serve it to the user. And yes, AJAX is the solution as it's generated on the user side. |
|
Mar 5 |
comment |
WooCommerce - Want to show multiple currency for a single product How far you are already with your function? |
|
Mar 5 |
revised |
WooCommerce - Want to show multiple currency for a single product edited tags |
|
Mar 2 |
comment |
Link post images to post @toscho have a nice array('night' => 'Europe', 'day' => 'USA or near'). I'm falling asleep. |
|
Mar 2 |
comment |
Link post images to post Yes, @toscho. I agree, but how can we avoid XY? Nobody is reading FAQ, which is not full and is under construction for months. |
|
Mar 2 |
comment |
Remove rel=“attachment wp-att-XX” Take care of attributes, they are in different order sometimes. |
|
Mar 2 |
comment |
Remove rel=“attachment wp-att-XX” Here you are: $pattern = '{(<a\s[^>]+>).?(<img\s[^>]+>).?(</a>)+}Ui';
$output = preg_replace($pattern, '$2', $image_inside_link);
|
|
Mar 2 |
comment |
Link post images to post @toscho I disagree. Original Poster already got the answer here:. This is not a place to fight. But I don't see regexes as part of WordPress. It's PERL legacy and so on. |
|
Mar 2 |
revised |
Writing a plugin that notify my friends of new post that mentions(@) them may be better English |
|
Mar 2 |
comment |
How To Download WordPress Audio Attachments Please supply your question with more information about clicking as it will be useful for other users and will be searchable also. What do you have already tried? We need some code to think on. |
|
Mar 2 |
comment |
Writing a plugin that notify my friends of new post that mentions(@) them @brasofilo,thanks a lot for all suggestions. Unfortunately I was unable to get WP_User_Query to work in this case. I know, built-in is better than regular. |
|
Mar 2 |
revised |
Writing a plugin that notify my friends of new post that mentions(@) them Replacement for unsecure version |
|
Mar 2 |
comment |
Link post images to post It's not about WordPress, it's about regexes. |
|
Mar 2 |
comment |
Remove rel=“attachment wp-att-XX” You need different pattern for preg_replace(). But I'm not a guru in regular expressions. Also it's off-topic here. |
|
Mar 2 |
revised |
Writing a plugin that notify my friends of new post that mentions(@) them Alternative edition added |
|
Mar 2 |
answered | Enqueue AWS Script |
|
Mar 2 |
comment |
Remove rel=“attachment wp-att-XX” See birgire's answer for better add_filter(). |
|
Mar 2 |
answered | Writing a plugin that notify my friends of new post that mentions(@) them |