#22 Add a space to series thumbnail captions
Merged 3 years ago by pfrields. Opened 5 years ago by pfrields.
pfrields/fedoramagazine-theme fix-series-entry-space  into  master

@@ -37,7 +37,7 @@ 

          		        }

                          	$image = get_the_post_thumbnail( $tax_post["ID"], 'post-image-thumb' );

                              $postoutput .= '<a class="related-post" href="' . get_permalink($tax_post["ID"]) . '">

-                                 '.$image.'<h3 class="title">'.$series_count.'.'.$tax_post["post_title"].'</h3>

+                                 '.$image.'<h3 class="title">'.$series_count.'. '.$tax_post["post_title"].'</h3>

                                        </a>';

          		}

          		?>

no initial comment

This seems so trivial I feel OK merging it. :grimacing:

rebased onto bed5478

3 years ago

Pull-Request has been merged by pfrields

3 years ago
Metadata