让 Archives.php 包含自定义帖子类型
Archives.php 只显示类型为“post”的内容,但您可以更改它以包含自定义帖子类型。将此过滤器添加到您的 functions.php 文件中
function namespace_add_custom_types( $query ) {
if( is_category() || is_tag() && empty( $query->query_vars['suppress_filters'] ) ) {
$query->set(
…获取图像的原生宽度
如果您使用 jQuery 选择图像,然后使用 .width()
,您将获得图像的当前宽度,即使它已被缩放(例如 max-width: 100%;)。您可以访问图像的原生宽度(即使它没有任何属性……
提交到画廊
填写我的 在线表格。
var k7w2z9;(function(d, t) { var s = d.createElement(t), options = { 'userName':'chriscoyier', 'formHash':'k7w2z9', 'autoResize':true, 'height':'400', 'async':true, 'header':'hide', 'ssl':true}; s.src = ('https:' == d.location.protocol ? 'https://' : 'http://') + 'wufoo.com/scripts/embed/form.js'; s.onload = s.onreadystatechange = function() …