styzzz
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Comments Importer] Comment Avatars not importingfixed my own problem. To get the Avatars to show, you have to make sure the settings in WordPress-> SETTINGS-> DISCUSSION are set to:
SHOW AVATARS (CHECKMARK)
Default Avatar – set to BLANKbump – i care about this issue
yeah – thats gonna take some custom coding to change the homepage to FULL TEXT and the category pages to EXCEPT.
Off the top of my head, it would be in the MainIndex.php (or index.php) and the categories.php files respectively.
Replace:
the_excerpt()
..with…
the_content()Forum: Themes and Templates
In reply to: [Twenty Sixteen] Move entry_footer to bottom of entryThat worked for me too, but how exactly do you make it look like it does on small screens?
On small screens, its all on one line, and they have the “/” between the words
BUMP – i would like to know this also. It looks great on mobile and small screens – but on a large screen the post goes on the left which looks wack