changes after I save a post

I would handle this with a shortcode myself. Something like this in your functions.php: function wpa_85620_calculator_shortcode( $atts ) { extract( shortcode_atts( array( ‘key’ => ‘wr4nht4qbp’, ‘width’ => 800, ‘height’ => 800 ), $atts ) ); return sprintf( ‘<object data=”https://www.desmos.com/calculator/%s” width=”%d” height=”%d”></object>’, $key, $width, $height ); } add_shortcode( ‘calculator’, ‘wpa_85620_calculator_shortcode’ ); In your post/page: [calculator] or … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)