I was working on a site in WordPress. I don\'t know why, suddenly its giving the error Uncaught TypeError: Cannot read property \'id\' of undefined. I tried to do almost every thing. Removed the Plugi
I am trying to display the most popular posts based on comments in my sidebar. I want the post thumbnail to show up nex开发者_StackOverflow中文版t to the title but when I sort my posts using \'orderby
I have a template file (trendingPosts.php) for showing 2 latest posts with the tag \'trending\'. In the while loop for displaying these 2 posts, I take their ID\'s in an array so I can exclude them fr
I\'m using the Wordpress Thesis theme which comes with a standard dropdown menu which I want to turn into a two-tier horizontal menu. What I\'d like to have is that when you click on a parent item, th
iam using wordpress and when i upload a new image it tend to crop in different size (thumbnail(150*150), medium(300*200), large ) and stores it. Fo开发者_开发技巧r a single image it generates around 4
In my wordpress theme\'s functions.php, I\'ve created a custom post type called foobar. Is it possible to re-use the default categories 开发者_如何学编程and tags for foobar posts? Or do I have to crea
I\'m using wp_tag_cloud() to display the categories in my custom taxonomy: $args = array ( \'format\'=> \'list\',
Is there a way to display the image caption where ever avail开发者_开发问答able when displaying the_post_thumbnail() image in WordPress on the posts in the primary loop.
I want to develop WordPressthemes and plugins. What do I need to know to do this? I have knowledge of PHP, HTML, CSS and JavaScript. I have developed a few projects using these. Wha开发者_运维问答t i
What I want is to show only one blog post at a time, both on the front page and \"after that\", too, i.e. I don\'t want a second view of my blog that shows more than one post.