wordpress-theming
Uncaught TypeError: Cannot read property 'id' of undefined
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[详细]
2023-03-12 20:32 分类:问答When using "orderby=comment_count" post thumbnails disappear (WordPress)
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[详细]
2023-03-12 15:44 分类:问答Get a variable from one wordpress template file to another
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[详细]
2023-03-12 13:53 分类:问答Styling the Thesis dropdown menu with CSS
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[详细]
2023-03-12 08:56 分类:问答how to restrict unwanted image storage in wordpress media upload
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[详细]
2023-03-11 21:44 分类:问答Re-use default categories/tags taxonomies for custom post type?
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[详细]
2023-03-11 08:07 分类:问答Wordpress: force wp_tag_cloud to display empty categories?
I\'m using wp_tag_cloud() to display the categories in my custom taxonomy: $args = array ( \'format\'=> \'list\',[详细]
2023-03-11 06:18 分类:问答Image Caption with the_post_thumbnail in WordPress
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.[详细]
2023-03-11 03:19 分类:问答WordPress themes and plugins development
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[详细]
2023-03-10 23:48 分类:问答How to make wordpress use only one post per page
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.[详细]
2023-03-10 19:58 分类:问答