Skip to content

Tag: wordpress

WordPress Ultimate Member Profile pic Scaled Images

We are using the Ultimate Member plugin and on our members directory page we have the profile images. The default profile image is 190×190 and on upload saves a 80×80 version. On the directory pages it is pulling in the 190×190 image rezising it to 80×80. I want to be able to pull in the 8…

Convert number to star rating php shortcode?

I’ve used the following code in order to generate a star rating inside a shortcode on my site. I’m new to PHP and incredibly confused. The issue I have is, how can I make $starNumber a variable number that I can change inside the shortcode? For example, if I wanted to show 3.5 stars with a shortco…