smoothyjones
Forum Replies Created
-
Forum: Plugins
In reply to: [Eazy Enable Blogroll] how to display blogroll using shortcodegot it! used:
<?php wp_list_bookmarks('title_li=&category_before=&category_after='); ?>thanks for the awesome plugin!
Forum: Themes and Templates
In reply to: how to change a comment's html structuregot it. the comment’s HTML structure in my theme is located in this file:
wp-includes/class-walker-comment.phpthis is where i can edit the specific HTML structure of the time and date and have them seperated.
Forum: Fixing WordPress
In reply to: displaying latest modified commentshmmm… none of the get_comments() parameters refer to what i need (date last edited). is it even possible to add my own custom parameter to a comment (be it “date last edited”, or for example, “number of cats mentioned”)? and if so, in which php file should i do it?
Forum: Plugins
In reply to: [Smash Balloon Social Photo Feed – Easy Social Feeds Plugin] Footer widgetmy base template doesn’t support adding a text widget to the footer (it’s only available in the PRO version). is there any way i can call the plugin directly from the footer php?
i want the instagram feed to appear on all pages of my website in the footer so i want it set directly in the template…
thanks!