iamgarrett: In all cases mentioned above, the problem persisted. No admin bar appeared on any page except the homepage.
I tried this today and it worked perfectly – replacing all http:// calls with https:// in phpFlickr.php, and editing the lines that gflaig noted:
26, 27, 28 for direct references to http://api.flickr.com/..
and
205 for a programmatically created request
and
361 , 363 for http://farm…
as well as
604 for http://www.flickr.
Thanks to all for helping to get this fixed.
(I’m running WP 3.8.2 on Pair Networks)
Thanks esmi. I tried using the_excerpt initially, but I didn’t realize I had to add an excerpt meta box to my pages through my functions file. Appreciate the help.
Thanks redgibson. Worked perfectly.