On the homepage, I’m noticing that Alt Tags and Title Attributes do not appear.
For example, take a look at this image: https://california.church/wp-admin/upload.php?item=1397
Notice how it has the alt tag of “ranked-1-61”
However, if you view the source (view-source:https://california.church/) on line 691, it shows:
<img width=“459” height=“724” src=“https://california.church/wp-content/uploads/2017/10/ranked-1-61.png” class="" alt=""
Also, see this image: https://california.church/wp-admin/upload.php?item=296
Notice how it has the alt tag and title tag of “e5e5e5-beach”
However, if you view the source (view-source:https://california.church/) on line 695, it shows:
<img class=“x-img ncaag-palmtree x-img-none” src=“https://california.church/wp-content/uploads/2017/07/e5e5e5-beach.png”
Why doesn’t X include these?


