LapisandVetiver
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
That removes the ability to post using Facebook, and the Facebook commenting is gone.
Thanks for the quick response, but that’s not working for me. Maybe you could check it out here: http://www.culturecrux.com/speakeasy-evening-at-art-vivant/
I can see momentarily before the facebook iframe loads on my phone, that the default wordpress comments are 100% width, but facebook comments are still getting cut off. I’ve been fiddling with trying to fix them in Firebug, but so far no luck.
Thanks
Forum: Fixing WordPress
In reply to: Dispalying content excerpt inline with preceding paragraphActually code was taken from this page here: https://codex.wordpress.org/Excerpt
function excerpt_read_more_link($output) { global $post; return $output . '<a href="'. get_permalink($post->ID) . '"> Read More...</a>'; } add_filter('the_excerpt', 'excerpt_read_more_link');I suppose I can add a class to this code as in the code above to style it somewhat, but still need help with the closing <P> tag.
Viewing 3 replies - 1 through 3 (of 3 total)