Theme Options: If There is No Input, Don’t Display?
I have built a custom options panel which allows site owners to enter their social profiles. I then use the second code to … Read more
I have built a custom options panel which allows site owners to enter their social profiles. I then use the second code to … Read more
I really need your help with a feature I have never worked with so far. I have a custom-post-type named wr_event. And I … Read more
How do I display trackbacks (the link and the date) outside of the twentyeleven comment loop? The function below is from the twentyeleven … Read more
Is it possible to delete post/page revisions from the database when a post/page is published? 11/05/12 Answer: See the plugin below by bueltge … Read more
I’m wondering… how can I get the new post URL in my theme? Is there a built-in function for this? So, it should … Read more
In twenty fourteen theme, we’d like to know how to change the features content tag. Currently it’s set as featured. Now, we would … Read more
I’d like to only show the excerpt for the first post in my main query. I was wondering the best way to approach … Read more
I wanted to move jquery to the site’s footer, but that doesn’t work. I’ve tried it with the following code. As you can … Read more
Here’s what I try to do : calling a function in my theme functions.php from the front of my theme. So, on the … Read more
I’m trying to get a shortcode function (newStuff) to display inside of another function (oldStuff), but I’m running into trouble. Both shortCode functions … Read more