Title: hellodollys's Replies | WordPress.org

---

# hellodollys

  [  ](https://wordpress.org/support/users/hellodollys/)

 *   [Profile](https://wordpress.org/support/users/hellodollys/)
 *   [Topics Started](https://wordpress.org/support/users/hellodollys/topics/)
 *   [Replies Created](https://wordpress.org/support/users/hellodollys/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/hellodollys/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/hellodollys/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/hellodollys/engagements/)
 *   [Favorites](https://wordpress.org/support/users/hellodollys/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] og:image post parent](https://wordpress.org/support/topic/ogimage-post-parent/)
 *  Thread Starter [hellodollys](https://wordpress.org/support/users/hellodollys/)
 * (@hellodollys)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/ogimage-post-parent/#post-12240211)
 * Is there any code for me to add images without going through the default featured
   image? I am having problem with image size with the above code. If I leave the
   code as below full size it will take the image size of the default featured image.
 *     ```
       add_filter( 'rank_math/opengraph/image_sizes', function( $sizes ) {
       	if ( is_singular( 'list' ) ) {
       		$sizes = [ 'full' ];
       		return $sizes;
       	} else {
       		return $sizes;
       	}
       });
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] og:image post parent](https://wordpress.org/support/topic/ogimage-post-parent/)
 *  Thread Starter [hellodollys](https://wordpress.org/support/users/hellodollys/)
 * (@hellodollys)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/ogimage-post-parent/#post-12197383)
 * Hello, I have currently selected the default featured image for all pages that
   do not have featured images. I then used this code instead. Do you have any other
   solutions?
 *     ```
       add_filter( "rank_math/opengraph/facebook/image", function( $attachment_url ) {
       global $post;
       $img = wp_get_attachment_image_src( get_post_thumbnail_id( $post->post_parent ), 'thumbnail' );
       $img = $img[0];
       	if ( is_singular( 'list' ) ) {
       		$attachment_url = $img;
       	}
       	return $attachment_url;
       });
   
       add_filter( "rank_math/opengraph/twitter/image", function( $attachment_url ) {
       global $post;
       $img = wp_get_attachment_image_src( get_post_thumbnail_id( $post->post_parent ), 'thumbnail' );
       $img = $img[0];
       	if ( is_singular( 'list' ) ) {
       		$attachment_url = $img;
       	}
       	return $attachment_url;
       });
   
       add_filter( 'rank_math/opengraph/image_sizes', function( $sizes ) {
       	if ( is_singular( 'list' ) ) {
       		$sizes = [ 'thumbnail' ];
       		return $sizes;
       	} else {
       		return $sizes;
       	}
       });
       ```
   
 * I want to ask one more question, Is there any way to turn all previous articles
   into videos? As the image shows below, manual replacement is time consuming because
   of too many posts.
 * [https://imgur.com/fNP20ny](https://imgur.com/fNP20ny)
    -  This reply was modified 6 years, 6 months ago by [hellodollys](https://wordpress.org/support/users/hellodollys/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autoptimize] Optimize HTML Code? Error loadmore ajax](https://wordpress.org/support/topic/optimize-html-code-error-loadmore-ajax/)
 *  Thread Starter [hellodollys](https://wordpress.org/support/users/hellodollys/)
 * (@hellodollys)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/optimize-html-code-error-loadmore-ajax/#post-12160208)
 * I just use: Autoptimize and Classic Editor
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autoptimize] Optimize HTML Code? Error loadmore ajax](https://wordpress.org/support/topic/optimize-html-code-error-loadmore-ajax/)
 *  Thread Starter [hellodollys](https://wordpress.org/support/users/hellodollys/)
 * (@hellodollys)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/optimize-html-code-error-loadmore-ajax/#post-12160062)
 * I am testing it on xampp. But I found the cause.
    If I add title=”” then everything
   works fine.
 *     ```
       <div class="poster">
       <a href="http://domain.com" title="demo">
       <img src="http://domain.com/a.jpg">
       </a>
       </div>
       ```
   
 * Do you have any other solutions to this problem?
    -  This reply was modified 6 years, 6 months ago by [hellodollys](https://wordpress.org/support/users/hellodollys/).
    -  This reply was modified 6 years, 6 months ago by [hellodollys](https://wordpress.org/support/users/hellodollys/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autoptimize] Optimize HTML Code? Error loadmore ajax](https://wordpress.org/support/topic/optimize-html-code-error-loadmore-ajax/)
 *  Thread Starter [hellodollys](https://wordpress.org/support/users/hellodollys/)
 * (@hellodollys)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/optimize-html-code-error-loadmore-ajax/#post-12158870)
 * Thanks for the quick response.
    I am using this theme. [http://demo.keremiya.com/en/v5/](http://demo.keremiya.com/en/v5/)

Viewing 5 replies - 1 through 5 (of 5 total)