damtox
Forum Replies Created
-
@champsupertramp – thank you ??
I solved my problem like this:$args = array( 'role' => 'subscriber', 'orderby' => 'ID', 'order' => 'DESC', ); $blogusers = get_users( $args ); foreach (array_slice($blogusers, 0, 10) as $user) { $userid = $user->ID ; if ($user->account_status == 'approved' ) { echo 'xxx'; } else { echo 'yyy'; } }
Forum: Reviews
In reply to: [Security & Malware scan by CleanTalk] Good!@amagsumov I sent you a link on support.
Forum: Plugins
In reply to: [Orphans] Nie dzia?a the_excerpt – opis z produktu WooCommerceA ok. Rozwi?za?em i dzia?a…
Doda?em w “W?asne typy tre?ci” – produkt.Forum: Plugins
In reply to: [Yoast SEO] Remove link with ld+json ??@priscillamc @maybellyne
And if I buy the premium version of woocommerce – are you going to help me with it?Forum: Plugins
In reply to: [Yoast SEO] Remove link with ld+json ??I only want to remove the indicated piece of code.
@cryptex_vinci Thank you! Huge help! ??
- This reply was modified 4 years, 5 months ago by damtox.
Forum: Plugins
In reply to: [WP Recipe Maker] single-post.php ??Thanks. So I did…
Forum: Plugins
In reply to: [WP Recipe Maker] single-post.php ??I need to put tags under the picture (which are links).
- This reply was modified 4 years, 5 months ago by damtox.
Forum: Plugins
In reply to: [WP Recipe Maker] single-post.php ??In which folder do I need to add the .php file for the .html file to work ??
Ok, I’ll leave your CSS, but I need to add some functions in the PHP file. How is this best returned as a child?
Forum: Plugins
In reply to: [WP Recipe Maker] single-post.php ??Hi,
I created the file:
/wprm-templates/recipe/xxx/xxx.css and xxx.htmlTo add php, I have to create xxx.php ??
xxx – same name?How do you unregister all your css styles?
How do you remove all classes from HTML? (shortcode – cleared)
How to add a class to the tag: [wprm-recipe-name tag=”h1″] ??Forum: Plugins
In reply to: [WP Recipe Maker] single-post.php ??I’m not doing anything yet … I want to know the possibilities of creating my own recipes. I would prefer to create a layout in HTML + PHP myself.
Forum: Plugins
In reply to: [Redirection for Contact Form 7] How to handle Polish characters in URL?@yuvalsabar Hahaha….
I sent some e-mails – a zero response !!
I didn’t receive the invoice either !!
They don’t want to return the money either!
What in that case?Forum: Plugins
In reply to: [Redirection for Contact Form 7] How to handle Polish characters in URL?@yuvalsabar
I use the PRO version.
I have set: nazwa=[imie]
[imie] = Ma?gorzata
Instead of “?” moves me “??”
How to fix it?It should convert Polish characters like this tool:
online-toolz.com/tools/text-unicode-entities-convertor.phpI changed the version of PHP 7.0.14 on 5.6.39 and the problem solved.
I changed the version of PHP 7.0.14 on 5.6.39 and the problem solved.