Linux 软件免费装
Banner图

[DEPRECATED] Pronamic Framework

开发者 pronamic
remcotolsma
更新时间 2017年9月5日 15:53
捐献地址: 去捐款
PHP版本: 3.0 及以上
WordPress版本: 4.0

标签

deprecated framework pronamic

下载

1.1 1.1.1 1.2 1.3 1.3.2 1.3.3 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7

详情介绍:

Pronamic wil no longer support and maintain this plugin.
短码 [pronamic_login_form] [pronamic_login_form redirect_to="/"] * Lost password form [pronamic_lostpassword_form] * Current user posts [pronamic_current_user_posts] [pronamic_current_user_posts query="post_type=company"] * Edit post form [pronamic_edit_post_form] * Terms index [pronamic_terms_index taxonomy="category"] [pronamic_terms_index taxonomy="category" parent=""] Template Functions pronamic_has_user_image( $user_id = null ) * Get user image ID pronamic_get_user_image_id( $user_id = null ) * The user image pronamic_the_user_image( $size = 'post-thumbnail', $attr = '') * Get user image pronamic_get_the_user_image( $user_id = null, $size = 'post-thumbnail', $attr = '' ) * How to use? $author = (get_query_var('author_name')) ? get_user_by('slug', get_query_var('author_name')) : get_userdata(get_query_var('author')); if(function_exists('pronamic_get_the_user_image')) { echo pronamic_get_the_user_image( $author->ID, array(93, 140) ); } else { echo get_avatar(get_the_author_meta('user_email', $author->ID), apply_filters('horses_author_bio_avatar_size', 90)); } Query to display block query(array( 'post_type' => 'pronamic_block' , 'name' => 'contact' )); while($query->have_posts()) { $query->the_post(); the_content(); } ?> Template Hierarchy Pronamic Block Widget
  1. pronamic-block-widget-{sidebar_id}.php
  2. pronamic-block-widget-{widget_id}.php
  3. pronamic-block-widget-{block_slug}.php
  4. pronamic-block-widget-{block_id}.php
  5. pronamic-block-widget.php

安装:

Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.

更新日志:

1.4.7 1.4.6 1.4.5 1.4.4 1.4.3 1.4.2 1.4.1 1.4 1.3.3 1.3.2 1.3.1 1.3 1.2 1.1.2 1.1.1 1.1 1.0