Peter Berger
@peterpolow on WordPress.org
- Member Since: May 12th, 2008
- Location: Rotterdam, The Netherlands
Contribution History
Peter Berger’s badges:- Translation Contributor
-
Created a topic, “do_short” not equal to “echo do_shortcode”, on the site WordPress.org Forums:
Just to let you know... I used do_short('[preview_t… -
Posted a reply to List of all tags possible?, on the site WordPress.org Forums:
You can use a shortcode like: [for each=post_tag] Tag: [each link]<br /> [/for] Take a… -
Posted a reply to How to see if plugin is in use on a site?, on the site WordPress.org Forums:
Just take a look at Dashboard > Content and scroll to the “Registered shortcodes” section. -
Created a topic, Is the plugin Loops & Logic the next level CCS?, on the site WordPress.org Forums:
Hi, It seems Loops & Logic is a similar plugin to … -
Posted a reply to Paragraph tags stripped, on the site WordPress.org Forums:
Hi Kim, Did you try html=true of format=true? Peter -
Posted a reply to Caching, on the site WordPress.org Forums:
I use Transients Manager to empty cache of multiple cached CCS queries. The transient names… -
Posted a reply to Troubles with “for each”, on the site WordPress.org Forums:
The [for each] shortcode is only for taxonomy terms, not for field values. If you… -
Posted a reply to Sort Swedish characters?, on the site WordPress.org Forums:
Is it possible to change the database settings to get the right order? Take a… -
Posted a reply to woocommerce price with currency symbol, on the site WordPress.org Forums:
I use € [format currency=EUR][field _price][/format]. -
Posted a reply to Pick Random Users, on the site WordPress.org Forums:
What happens when you use order=rand instead of orderby=rand? -
Posted a reply to Problem with post type archive url, on the site WordPress.org Forums:
Would you try it with single quotes? -
Posted a reply to IF/ELSE Compare, Is Calculated Field Greater than Zero…, on the site WordPress.org Forums:
What is the output of {DIF} outside the if statement? [pass field=dif]{DIF}[/pass] -
Posted a reply to IF/ELSE Compare, Is Calculated Field Greater than Zero…, on the site WordPress.org Forums:
Use [pass vars] instead of [pass field=dif] and {DIF} instead of {dif}. Does that change… -
Posted a reply to Pass Taxonomy as Variable?, on the site WordPress.org Forums:
What happens if you use [pass taxonomy_loop=state_taxonomy] instead of [pass taxonomy=state_taxonomy]? -
Posted a reply to Quick question – does this work with Pages or just Posts, on the site WordPress.org Forums:
I’m not familiar with Avada, but is there a setting like “allow third part shortcodes”… -
Posted a reply to any update coming soon?, on the site WordPress.org Forums:
What is the need for an update if the plugin works fine? -
Posted a reply to Currency Formatting, on the site WordPress.org Forums:
You can find it under “Advanced” > “Extras”. -
Posted a reply to “Greater than” value comparison?, on the site WordPress.org Forums:
Try [if field=number value=5 compare=>] or compare=more. -
Posted a reply to Multiple items in a single loop (different items in a single TR), on the site WordPress.org Forums:
Hi, I think you need the following if statements: [if first]First post[/if] [if last]Last post[/if]… -
Posted a reply to Show category term if checked, on the site WordPress.org Forums:
And this? [if category=book-review] Show what you like or [taxonomy category field=link] to show links… -
Posted a reply to Show category term if checked, on the site WordPress.org Forums:
What if you remove the [-if each-value]-part? [for each=category] [if each=book-review] [each link] [/if] [/for] -
Posted a reply to Custom field on different page, on the site WordPress.org Forums:
It should be possible with the [loop-count] shortcode (take a look at the Loop reference… -
Posted a reply to Custom field on different page, on the site WordPress.org Forums:
Yes, you can. Take a look at the [content] shortcode. For example: [content type=product id=123… -
Posted a reply to custom post type and is author, on the site WordPress.org Forums:
Did you take a look at the reference of the [pass] shortcode (Settings > Custom… -
Posted a reply to custom post type and is author, on the site WordPress.org Forums:
Use the [pass] shortcode to pass the id of the current user to the the… -
Posted a reply to Display posts from a specific year, on the site WordPress.org Forums:
Why are you using the [for] shortcode? This should work: [loop type=tidningar year=2019 orderby=date][link] [field… -
Posted a reply to Use CCS inside Gravity Forms HTML field, on the site WordPress.org Forums:
May be the snipped on this page will help you out: https://wpstreak.com/shortcodes-gravity-forms-fields/ -
Posted a reply to Using a ‘value’ with spaces?, on the site WordPress.org Forums:
No problem! -
Posted a reply to Using a ‘value’ with spaces?, on the site WordPress.org Forums:
Hi Klaas, check this topic: https://wordpress.org/support/topic/loop-value-has-space-so-not-displaying/ Peter -
Posted a reply to Return total posts as numeric count, on the site WordPress.org Forums:
Try [loop-count]. Total number of posts: [loop-count type=post] -
Posted a reply to Loop Value has space, so not displaying?, on the site WordPress.org Forums:
Hi, Try it with single quotes around it: 'blue white' Peter -
Posted a reply to Limited to fields from ACF and WCK?, on the site WordPress.org Forums:
Hi Achim, It’s not limited to the fields you mentioned. Take a look at Dashboard… -
Posted a reply to Using Field Image otherwise default image?, on the site WordPress.org Forums:
What do you mean with “the default image”? There’s no such option in WordPress core.… -
Posted a reply to Using Field Image otherwise default image?, on the site WordPress.org Forums:
Try this: [if field=image] [field image] [else] code to default image [/if] Peter -
Posted a reply to ACF WYSIWYG editor field formatting issue, on the site WordPress.org Forums:
What if you add format=true or format=false to the field? For example [field customtext format=true].… -
Posted a reply to ‘Read more’ link shortcode, on the site WordPress.org Forums:
You can use [field link text='Read more...'] or with html <a href="[field url]" title="Read more">Read… -
Posted a reply to PHP Errors with IF-CLAUSE, on the site WordPress.org Forums:
What happens when you add and between these conditions? Peter -
Posted a reply to Get the RSS link for taxonomies, posts & pages, on the site WordPress.org Forums:
You can build it, I think... Take a look at https://wordpress.org/support/article/wordpress-feeds/#categories-and-tags -
Posted a reply to URL parameters, on the site WordPress.org Forums:
Take a look at the if shortcode. -
Posted a reply to URL parameters, on the site WordPress.org Forums:
Yes, take a look at the reference for the pass shortcode. -
Posted a reply to Add class to the first looped post, on the site WordPress.org Forums:
Try This: [if first] class=”active-item”[/if] -
Posted a reply to BP Displayed User ID Posts, on the site WordPress.org Forums:
You need to pass the ID to the loop with the pass shortcode. Take a… -
Posted a reply to Loop-count multiple fields, on the site WordPress.org Forums:
This is what the loop reference says: Did you try field_2 etc.? Peter -
Posted a reply to Events page – past and future – how to?, on the site WordPress.org Forums:
And after=yesterday or field=date value=future? -
Posted a reply to Events page – past and future – how to?, on the site WordPress.org Forums:
Did you try before=today or field=date value=past? Peter -
Posted a reply to Randomize taxonomy terms order, on the site WordPress.org Forums:
Did you try rand (not random)? -
Posted a reply to Get Taxonomy ACF Fields, on the site WordPress.org Forums:
Why not use the name of custom field? [for each=code_promo_marque parents=true]<br/> [each name]<br/> [each url]<br/>… -
Posted a reply to How to use “start” parameter?, on the site WordPress.org Forums:
I think you have to put it inside the [loop] shortcode. [loop type=post field=title start=A]… -
Posted a reply to Limit the size of an image from ACF, on the site WordPress.org Forums:
Did you try to add the size attribute to the image shortcode? You can pick… -
Posted a reply to Filter based on user, on the site WordPress.org Forums:
Hi, I'm not sure I'm following you... Do you want to display the posts of…
Plugins
-
Admin Columns
-
Advanced Custom Fields (ACF®)
-
Advanced Editor Tools
-
Black Studio TinyMCE Widget
-
Child Theme Configurator
-
Co-Authors Plus
-
Code Snippets
-
Custom Post Type Permalinks
-
Dashboard Widget Sidebar
-
Date and Time Picker Field
-
Display All Image Sizes
-
Duplicator - Backups & Migration Plugin - Cloud Backups, Scheduled Backups, & More
-
Dynamic Widgets
-
Easy SwipeBox
-
Easy WP SMTP – WordPress SMTP and Email Logs: Gmail, Office 365, Outlook, Custom SMTP, and more
-
Email Template Designer - WP HTML Mail
-
Gravity Forms: Notification Attachments
-
Intuitive Custom Post Order
-
Members - Membership & User Role Editor Plugin
-
MonsterInsights - Google Analytics Dashboard for WordPress (Website Stats Made Easy)
-
Optimize Database after Deleting Revisions
-
Pinpoint Booking System - #1 WordPress Booking Plugin
-
Pods - Custom Content Types and Fields
-
Query Monitor - The developer tools panel for WordPress
-
Redirection
-
Responsive Lightbox & Gallery
-
Revision Control
-
Smush Image Optimization – Optimize Images | Compress & Lazy Load Images | Convert WebP & AVIF | Image CDN
-
Solid Security – Password, Two Factor Authentication, and Brute Force Protection
-
Sunshine Photo Cart: Free Client Photo Galleries for Photographers
-
User Switching
-
WP Booking Calendar
-
WPS Hide Login
-
Yoast SEO