SQL order by fields
SELECT * FROM wp_posts WHERE ID IN (5,26,4) ORDER BY FIELD(ID,5,26,4)
Using the <video> tag, you can display the first image of a video but its not clickable and you can’t play the video. <video src="www.sample.com" width="300" height="150" type="video/mp4"></video> Example : Screenshot image Original videoVideo
Re-register the default genesis sidebar into your function.php. See the image above for html output. genesis_register_sidebar( array( ‘id’ => ‘sidebar’, ‘name’ => __( ‘Primary Sidebar’, ‘genesis’ ), ‘before’ => ‘<div id="%1$s" class="widget %2$s">’, ‘after’ => ‘</div></div>’, ‘before_title’ => ‘<h4 class="widget-title widgettitle">’, ‘after_title’ => ‘</h4><div class="widget-inner">’ ) );
How to make video iframe responive? Copy the CSS below and make sure that there is a ” iframe-wrap ” before the iframe element. CSS .iframe-wrap { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .iframe-wrap iframe, .iframe-wrap object, .iframe-wrap embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;…
function xselect( $table, $form = 0, $to = 9999 ){ return "SELECT {$table}.ID, {$table}.price,{$table}.model,{$table}.make, concat(make, ‘ ‘, model) AS makemodel FROM {$table} INNER JOIN wp_posts ON {$table}.ID = wp_posts.ID ORDER BY makemodel ASC LIMIT {$form}, {$to}"; } function xget_results( $table, $form, $to ){ global $wpdb; return $wpdb->get_results( xselect( $table, $form, $to ) ); }
Customize rtmedia gallery ( media-gallery-item.php ) with additional display like image, audio, video, etc. Are you having a problem adding custom information on the media gallery item? You don’t have to worry now, the codes below is the solution. In my example, I want to add an audio player and the same time this is…
Warning: rmdir( … ), No such file or directory Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /home/username/public_html/wp-includes/meta.php on line 1078 You might interested to check this error master Gravity Forms Media Upload Field for BuddyPress Complete Tutorial Also offering hosting and domain registration, chep but trusted –…