brainsolid
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: hide meta when emptyMark, it works perfect! Thank you very much!
Forum: Fixing WordPress
In reply to: hide meta when emptyMark, maybe you can help me find out?
I have this code in buffet framework theme:
$postfooter = '<div class="break"></div>'; if ( !is_attachment() ) { $postfooter .= '<ul class="entry-links clearfix">'; $postfooter .= __(' <li><span class="entry-tags">Category: ', 'buffet') . get_the_term_list( $post->ID, 'category', '', ', ', '' ) . '</span></li> '; $postfooter .= __(' <li><span class="entry-tags">Tags:', 'buffet') . get_the_tag_list(' ', ', ', ' ') . '</span></li> '; $postfooter .= ' <li><a href="' . get_comments_link() . '">' . __('Comments', 'buffet') . ' ' . get_comments_number() . '</a></li> '; $postfooter .= __(' <li><span class="entry-tags">Custom Taxonomy: ', 'buffet') . get_the_term_list( $post->ID, 'custom-taxonomy', '', ', ', '' ) . '</span></li> '; if ( function_exists('wp_print') ) $postheader .= ' <li>' . print_link('', '', false) . '</li> '; $postfooter .= ''; } echo apply_filters('bf_postfooter', $postfooter); }
Where I must put “echo” to hide Custom Taxonomy if it empty?
Forum: Plugins
In reply to: [Plugin: TubePress] Tubepress jquery conflict?up!
Forum: Installing WordPress
In reply to: Custom Taxonomies 404 errorProblem solved, need resave permalinks.
Forum: Plugins
In reply to: [Plugin: youtube with style] Calling jquery messes with my other scriptsAnother question — i use smoothgallery in my theme and previous versions of youtube with style don’t confront with it, but now smoothgallery not work.
As i see, you use jquery for add a video via the post media manager — i can suffer this function for my gallery, so can you explain what lines in what file i can cut to fix this confrontation of scripts?
Forum: Plugins
In reply to: [New Plugin] User Messageswhat i need to do if i want to have page with Inbox in-design? For example for default theme?
Forum: Plugins
In reply to: [Plugin: WP Private Messages] Any widgets, notifications on web side?Hi, wpuzmani!
Great plugin, very cool!
How can i build write and read PM forms in page if don’t want to use dashboard?Forum: Plugins
In reply to: [Plugin: Aleph] Searching and filtering usersHm… garubi, can you show code that give ability to use filtered list for users?
Forum: Plugins
In reply to: [Plugin: Aleph] Content profile.phpHm… Can someone tell me, how customise style of Favorites page? If i put this code
<a href="<?php aleph_the_user_favorites_url(); ?>">Favorites</a>
in profile, it lead to the page where some elements of style from original archive page are missed. So i think that i must put divs in some template file, but what file and where in code i must do this?Forum: Requests and Feedback
In reply to: [Plugins] WordPress.com Stats problemI have the same problem and don’t know how fix it.