Mohmoh submitted a question about how to approve comments that are made on a post in a specific category: I had used this code to automatically approve comments of a specific category but after the last update wordpress 4.4 this code not work: add_filter( 'pre_option_comment_moderation', […]
Tag: PHP
How to Feature One Post on Your WordPress Homepage (and show the rest as excerpts)
One of the features in Tweak Me v2 is the ability to ‘feature’ one of your posts. You can set one (or more) of the first posts on your homepage to show the full post, and have the rest all appear as excerpts. Here’s an […]
Code Your Own CommentLuv
When I last redesigned my website I went through this weird phase where I wanted to consolidate all my website features. I wanted to stop using plugins and integrate everything into the one “Nose Graze plugin” I have that’s full of my site’s features. I […]
How to Create a Blog Series.. Technically Speaking
I recently started (but sadly, haven’t finished) a blog series called How to Start a Blog. When I did this, I wanted a new archive system that would display the posts in these series in a slightly different way than normal. Tags show posts in […]
How to Fix Broken Font Awesome Icons in RSS Feeds
I noticed that when using Font Awesome for book ratings, the ratings do not show up on the RSS feed. Is there a way to show the ratings on the RSS feed, either as stars or even numerically? Fahima Hi Fahima! The reason this happens […]
Adding Bootstrap Styles to the Comment Moderation Message in WordPress
Hi Ashley! I love how you’ve styled the “your comment is awaiting moderation” with a Bootstrap alert—it looks great! I was wondering if there is anyway you could share the code that allows you to do that? Thank you! 🙂 Thank you! I love adding […]
How to Create Your Own WordPress Shortcodes
Could you do a (or do you know of any existing) tutorial on shortcodes? I know that my theme supports some, and I know of some plugins that let you create them, but I’m not totally sure how they work. Specifically, I have a page […]
Add a Comment Number/Link on Your WordPress Archives
I’m using the “Story” theme on my blog, and I love it except for one thing: there isn’t a link to my comments on my posts! I’ve had a look but I can’t figure it out myself, how can I add a comment link back […]
Add an ‘About the Author’ Box Below Your Posts in WordPress
Hello, Ashley! I have noticed that you have, and a bunch of bloggers, have a mini-bio at the end of the posts. I was wondering if that’s a plug in you’re using or if you have to edit your functions file (?) or css. I’d […]
How to Display WordPress Posts in 2 or 3 Columns
Hello! This is more advanced but I was wondering if you could do a PHP tutorial on how to split posts into two or three columns on the home page? Kind of like: http://www.happyindulgencebooks.com/ Thank you! I’m going to do my best to answer this […]