WordPress all actions and filters
print all wp_actions: print all wp_filters: All WordPress actions:
print all wp_actions: print all wp_filters: All WordPress actions:
query_posts() is overly simplistic and problematic way to modify main query of a page by replacing it with new instance of the query. It is inefficient (re-runs SQL queries) and will outright fail in some circumstances (especially often when dealing with posts pagination). Any modern WP code should use more reliable methods, like making use ... Read more
Works in Chrome and Safari. WebKit supports styling of the scrollbars in overflow sections, listboxes, dropdown menus and textareas. These are the pseudo elements - the actual parts of the scrollbars: The different states of scrollbars: :horizontal – The horizontal pseudo-class applies to any scrollbar pieces that have a horizontal orientation. :vertical – The vertical ... Read more
Download activetab theme activetab theme preview GitHub activetab theme description: responsive and clean two columns, right sidebar, fixed or static multi-level drop down menu widget-ready sidebar and footer areas 2 extra page templates: 'full width (no sidebar)', 'redirect to first subpage' support for: custom background, custom header, custom menu, editor style, post thumbnails, microformats, rtl ... Read more
Уроки написания утилитки на $1,000,000 Осенью 2008 года мы с приятелем потратили две-три недели свободного от основной работы времени, чтобы написать маленькую утилитку для бэкапа баз данных (MS SQL Server и потом MySQL). Сегодня она приносит нам около $230,000 в год и можно с уверенностью говорить, что суммарно мы заработаем на ней больше $1,000,000. Под ... Read more
Register WordPress custom post type with custom category, custom tag, default post category and tags: Usage in templates: Show list of all not empty custom taxonomies (custom post type categories): List of custom post types (archive) can be viewed by such link: http://site.com/quote/ WordPress by default uses the archive template of your theme to display ... Read more
Just because a file ends in .PHP doesn't mean it responds with XHTML -- respond however you'd like! Atom CSS Javascript JPEG Image PNG Image JSON PDF RSS Text (Plain) XML
The periodic cicadas spend most of their lives as underground nymphs, emerging only after 13 or 17 years. The unusual duration and timing of their emergence may reduce the number of cicadas lost to predation, both by making them a less reliably available prey (so that any predator who evolved to depend on cicadas for ... Read more
The first two Fibonacci numbers are 0 and 1, and each remaining number is the sum of the previous two. The Fibonacci sequence is the sequence of integers: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, ... The higher the Fibonacci sequence gets, the ... Read more
The golden ratio (which is also called divine proportion, divine section, golden cut and mean of Phidias) is an irrational mathematical constant with a value of approximately Phi=1.618. If the ratio of the sum of the quantities to the larger quantity is equal to the ratio of the larger quantity to the smaller one, then ... Read more