"Join other subscribers" message in widget
-
Hi,
I would like to css style that message but the HTML output is a P tag without ID
Infact it is rendered like:
echo wpautop( sprintf( _n( ‘Join %s other subscriber’, ‘Join %s other subscribers’, $subscribers_total[‘value’], ‘jetpack’ ), number_format_i18n( $subscribers_total[‘value’] ) ) );
Can you in the future render the P as HTML in PHP like the others P in the form? I mean with an ID.
Thank you so much!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘"Join other subscribers" message in widget’ is closed to new replies.