• wordpress upload picture does not automatically generate thumbnail solution

    After using wordpress for a period of time, I found that the use of server space rose a little fast, found that the problem of uploading pictures, every upload a picture will generate a lot of thumbnails, no wonder it rose so fast, the following solutions... The 13-12-25
  • Without wordpress plugin display article browsing statistics function code modification (principle analysis)

    There are many articles on the Internet in this regard, but if you do not understand the principle, it is inevitable that there is some unease, for fear that the code has any loopholes, affecting the normal access to the website. Here is an explanation of its... The 13-12-25
  • wordpress gets article comments and filters out author code sharing

    wordpress has its own method to get the number of comments, including the article author's own comments, giving people the feeling is obviously not good, can only write a method to get. This method passed the wordpress 3.4.1 test... The 13-12-25
  • Make your own wordpress comment plugin to modify the comment style (two steps to beautify the comment content)

    wordpress comes with the recent comment widget will not display the specific comment content, but also will display the administrator's comments, feel not very good, can only deal with it, this code is copied from the system comes with the comment widget, mainly to modify the comments. The 13-12-25
  • Modified the method of uploading the temporary directory of wordpress to solve the problem that the plugin package cannot be installed

    Problem installing the plugin: The package could not be installed. PCLZIP_ERR_MISSING_FILE (-4) : Missing archive file 'C:\WINDOWS\TEMP/frontier.tmp', here is the solution... The 13-12-13
  • WordPress pseudo-static and Chinese tags support configuration methods

    WORDPRESS blog station has been running for almost a year, has been very tangled in pseudo-static, space default does not support pseudo-static, need space business support, here to share the rules... The 13-12-12
  • Disable wordpress gravatar Use of local avatars to improve web page opening speed

    The default WordPress avatar is to read gravatar.com pictures, for domestic users will make the page open slowly, the following for everyone to share a method for wordpress speed up the use of local avatars, need friends do not miss... The 13-11-26
  • Powerful call post function query posts usage in wordpress

    query posts is a very useful call article function, you can do the same page to display a variety of specific range of articles, the following is a detailed introduction to wordpress powerful query posts usage, like friends can refer to the next... The 13-11-26
  • How the wordpress global variable $wpdb is initialized and declared as a global variable

    wordpress operates the database with a global variable $wpdb to carry out various operations, when using the function to declare global $wpdb, and then call its database operation method. So where is it initialized and declared as a global variable... The 13-11-15
  • WordPress method of customizing multiple sidebars

    In the wordpress background, in the appearance > widgets inside, you can customize the sidebar to display the content, the general theme supports at least one custom sidebar, so how is it achieved? The 13-11-13
  • WordPress navigation menu function wp_nav_menu() detailed explanation

    The main content of this article is the description of the detailed use of the WordPress navigation menu function wp_nav_menu(), you can see the reference, in the development of WordPress templates will use this function to customize the menu... The 13-11-13
  • How to use the wordpress dynamic_sidebar() function

    This article briefly introduces the method used by the wordpress dynamic_sidebar() function, which is often used in wordpress development. The 13-11-13
  • An easy way to add content to the end of a wordpress post

    How to add content at the end of the wordpress article, add text, links and other content at the end of each article in wordpress, such as you want to add a "original article such as reprint, please indicate the link to this article:", in fact, it is very simple, there are a variety of methods, the following is introduced to the big... The 13-11-13
  • The use of the wordpress get_posts function prohibits the output of posts of a specified category

    This article introduces wordpress using the get_posts function to prohibit the output of specified categories of articles, you can refer to... The 13-11-13
  • WordPress adds a way to sort articles

    Many website article list page can view the sorting method, but in the wp system is not this function, let's take a look at the WordPress system to increase the selection of article sorting solution... The 13-11-10
  • wordpress method of making custom menus

    This article introduces wordpress custom menu production detailed tutorial... The 13-11-10
  • How WordPress prevents malicious comments

    This article describes in detail how WordPress prevents malicious comment code handling... The 13-11-10
  • wordpress cannot log in to the background solution

    wordpress3.4.1 Can not log in to the background solution, only need simple 4 steps... The 13-11-10
  • Plugin-free way to insert tables in wordpress

    To insert a table in WordPress is not difficult, as long as the wp-table plug-in can be easily done, the focus of this article is to introduce the plugin-free method of inserting a table in WordPress, there is a good example interested friends can refer to... The 13-11-08
  • Steps for making a website with wordpress

    wordpress construction website: From buying domain name space to installing WP, encountered some problems, here are a few steps to provide you with a reference... The 13-11-06