John
Forum Replies Created
-
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Links & Imageadd this ? [related_posts_by_tax format=”images”]
+
// Adds the ‘Post Images’ format to the widget
// after the plugin’s defaults are set (priority 11).
add_action( ‘wp_loaded’, ‘rpbt_add_post_images_format_widget’, 11 );function rpbt_add_post_images_format_widget() {
if ( !class_exists( ‘Related_Posts_By_Taxonomy_Defaults’ ) ) {
return;
}$defaults = Related_Posts_By_Taxonomy_Defaults::get_instance();
// Add the new format.
$defaults->formats[‘images’] = __( ‘Post Images’ );
}Forum: Plugins
In reply to: [Related Posts by Taxonomy] Links & ImageI am using default code provided by you – Adding Related Posts After the Post Content + shortcode [related_posts_by_tax posts_per_page=”4 taxonomies=”post_tag”]
What code/filter need to added in your default script to have the image fallback?
If i add code format=”thumbnails”
The post that without images won’t show
I am just testing on on localhost not done online sorry
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Links & Imagelinks and post with excerpt all title have underline on links how to fix it? where is the code/function
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Links & ImageHow to change the default links without underline?
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Links & Imageadd_filter( 'the_content', 'add_related_posts_after_post_content' ); function add_related_posts_after_post_content( $content ) { //check if it's a single post page. if ( is_single() ) { // check if we're inside the main loop if ( in_the_loop() && is_main_query() ) { // add your own attributes here (between the brackets [ ... ]) $shortcode = '[related_posts_by_tax posts_per_page="4"]'; // add the shortcode after the content $content = $content . $shortcode; } } return $content;
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Links & ImageIf using fallback image for non thumbnail post – will it show like links with below short content details/excerpt
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Links & ImageAdding Related Posts After the Post Content –
‘[related_posts_by_tax posts_per_page=”4 taxonomies=”post_tag”]’
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Links & ImageIf posts have mix of with and without image
how to show all together links and thumbnail/image
I have just added the default show post in each post + taxonomies = post_tags – it work fine
It won’t work if i want to show links + image post together just either 1
Forum: Plugins
In reply to: [Shiny Updates] Plugin – ThemeCheck/Unchecked button via updates for theme/plugin missing? Before available after update on 2/3 version latest it no longer appear
Forum: Plugins
In reply to: [QueryWall: Plug'n Play Firewall] Import & Export Custom Rules/SettingsClear log days and weeks is not working for 1 entry and big bang will clear the screen logs
Forum: Plugins
In reply to: [QueryWall: Plug'n Play Firewall] Import & Export Custom Rules/SettingsLet say if custom rules similar with your updated rules perhaps can either auto delete the custom rules or any notification, etc
Forum: Plugins
In reply to: [Contact Form 7] align the recaptcha to centerTry this
<center> </center>
Forum: Plugins
In reply to: [IP Geo Block] Whitelist LogAlso the ip database when i click download now – some site work fine but some site u need to wait for a very long time still never finish
Forum: Plugins
In reply to: [IP Geo Block] Whitelist Logthe bot seem don’t follow the robot txt file
Forum: Plugins
In reply to: [IP Geo Block] Whitelist LogOne more thing why bing bot and google bot hit plugin and theme directory – is this a spoof or real bot?