Profiles

  • Member Since: October 14th, 2017
  • Website: theme-junkie.com
  • Find me on:
  • Posted a reply to “read more” has no link. It’s only text., on the site WordPress.org Forums:
    I don't know, check the post and excerpt field.

  • Posted a reply to “read more” has no link. It’s only text., on the site WordPress.org Forums:
    The default function, eg. [rpwe limit="10" thumb="true" excerpt="true" readmore="true" readmore_text="Read More »"] and active link

  • Posted a reply to Only need to use shortcode in static front page, on the site WordPress.org Forums:
    https://wordpress.org/plugins/recent-posts-widget-extended/ and SHORCODE EXPLANATION/Here’s the full default shortcode arguments

  • Posted a reply to Avoid text break, on the site WordPress.org Forums:
    custom css: .rpwe-title { -ms-word-wrap: normal; word-wrap: normal; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none; }

  • Posted a reply to Only need to use shortcode in static front page, on the site WordPress.org Forums:
    all options - https://wordpress.org/plugins/recent-posts-widget-extended/

  • Posted a reply to tag=”” attribute for Shortcode is broken, on the site WordPress.org Forums:
    tag="123" 123 - tag id

  • Posted a reply to Date in non russian format, on the site WordPress.org Forums:
    wp-content/plugins/recent-posts-widget-extended/includes/functions.php and line 173: $date = get_the_date(); replace $date = get_the_date(get_option('date_format'));

  • Posted a reply to WSOD, on the site WordPress.org Forums:
    Conflict? check all plugins, custom codes etc.

  • Posted a reply to Display all categories assigned to a post, on the site WordPress.org Forums:
    https://wordpress.org/support/topic/display-secondary-categories-custom-taxonomy/

  • Posted a reply to TAG after TITLE, on the site WordPress.org Forums:
    1. and line 96: $html .= '<a class="arpw-title" href="' . esc_url( get_permalink() ) . '"…

  • Posted a reply to TAG after TITLE, on the site WordPress.org Forums:
    1. I don't understand... settings->Extras and you can configure excerpt (auto from text or Excerpt…

  • Posted a reply to TAG after TITLE, on the site WordPress.org Forums:
    top and bottom: .arpw-tags p { margin-top: 0; margin-bottom: 0; } thumbnail and position -…

  • Posted a reply to TAG after TITLE, on the site WordPress.org Forums:
    $html .= '<span class="arpw-category">Categories: ' . get_the_category_list(', ') . '</span>'; how to reduce p margin…

  • Posted a reply to TAG after TITLE, on the site WordPress.org Forums:
    and the tag code above line 98: $html .= '<span class="arpw-tags">' . get_the_tag_list('<p>Tags: ',', ','</p>')…

  • Posted a reply to Unload css file?, on the site WordPress.org Forums:
    plugins/advanced-random/posts-widget/arpw.php and remove the code (line 131-138): /** * Enqueue front-end style. * * @since…

  • Posted a reply to Option to exclude certain categories?, on the site WordPress.org Forums:
    - + category id :)

  • Posted a reply to Option to exclude certain categories?, on the site WordPress.org Forums:
    widget settings, Limit to Taxonomy and category=-1 1 - category id

  • Posted a reply to Option to exclude certain categories?, on the site WordPress.org Forums:
    widget settings and Limit to Category

  • Posted a reply to Title URL Hyperlink Color, on the site WordPress.org Forums:
    !important? .rpwe-block h3 a { color: #000 !important; }

  • Posted a reply to Changing Text Color, on the site WordPress.org Forums:
    Appearance->Customize->Additional CSS and extra css...

  • Posted a reply to Changing Text Color, on the site WordPress.org Forums:
    Additional/custom css: .rpwe-block h3 a { color: #000; } .rpwe-summary { color: #000; }

  • Posted a reply to hellip shows when read more is turned on, on the site WordPress.org Forums:
    How to delete manually - wp-content/plugins/recent-posts-widget-extended/includes/functions.php and line 201: $html .= wp_trim_words( apply_filters( 'rpwe_excerpt', get_the_excerpt()…

  • Posted a reply to Code is included in excerpt, on the site WordPress.org Forums:
    I have no idea

  • Posted a reply to Code is included in excerpt, on the site WordPress.org Forums:
    widget, settings and Excerpt Length

  • Posted a reply to Change post title postion, on the site WordPress.org Forums:
    wp-content/plugins/recent-posts-widget-extended/includes/functions.php and the line 170: $html .= '<h3 class="rpwe-title"><a href="' . esc_url( get_permalink() ) .…

  • Posted a reply to Code is included in excerpt, on the site WordPress.org Forums:
    Article without text, only gallery/image. Single post, the Excerpt field and you can add a…

  • Posted a reply to How to show the thrumnails in horizontal line but not vertical line and no title, on the site WordPress.org Forums:
    Appearance->Customize->Additional CSS? I tested it, looks good, 4col layout title: h3.rpwe-title { display: none; }

  • Posted a reply to Define width and height attributes for pictures, on the site WordPress.org Forums:
    wp-content/plugins/advanced-random-posts-widget/includes/posts.php and compare line #62, correct code (+ width="…" and height="…"): $html .= '<img class="arpw-thumbnail…

  • Posted a reply to Can I random my posts by date and specific category?, on the site WordPress.org Forums:
    It's impossible, more options - https://wordpress.org/plugins/recent-posts-widget-extended/

  • Posted a reply to Is it possible to remove the outer HTML, on the site WordPress.org Forums:
    It's impossible, layout - advanced-random-posts-widget/includes/posts.php

  • Posted a reply to Can I insert this plugin (php) in my theme?, on the site WordPress.org Forums:
    Settings->Media and Medium Size

  • Posted a reply to The widgets are not foldable when the plugin is activated, on the site WordPress.org Forums:
    I have no idea... please check all extra plugin.

  • Posted a reply to Displa post in horizontal layout, on the site WordPress.org Forums:
    custom css, 4 col: .rpwe-block li { float: left; max-width: 23%; margin-right: 2%; }

  • Posted a reply to Can I insert this plugin (php) in my theme?, on the site WordPress.org Forums:
    title <?php echo do_shortcode('[arpw thumbnail="true" limit="5" thumbnail_size="medium" thumbnail_align="center"]'); ?> size - Settings->Media and Medium Size…

  • Posted a reply to Can I insert this plugin (php) in my theme?, on the site WordPress.org Forums:
    all options (shortcode arguments) - https://wordpress.org/plugins/advanced-random-posts-widget/

  • Posted a reply to Can I insert this plugin (php) in my theme?, on the site WordPress.org Forums:
    https://developer.wordpress.org/reference/functions/do_shortcode/#comment-1958 <?php echo do_shortcode('[arpw thumbnail="true" limit="5" excerpt="true"]'); ?>

  • Posted a reply to Settings??, on the site WordPress.org Forums:
    https://wordpress.org/plugins/recent-posts-widget-extended/ Shortcode and Screenshots

  • Posted a reply to Taxonomies alignment, on the site WordPress.org Forums:
    .rpwe-summary { display: table; } ?

  • Posted a reply to Shorten post title, on the site WordPress.org Forums:
    I have no idea

  • Posted a reply to How to show the thrumnails in horizontal line but not vertical line?, on the site WordPress.org Forums:
    custom css, e.g. 4col: .arpw-li { float: left; max-width: 24%; margin-right: 1%; }

  • Posted a reply to Shorten post title, on the site WordPress.org Forums:
    plugins/recent-posts-widget-extended/includes/functions.php and line 170: $html .= '<h3 class="rpwe-title"><a href="' . esc_url( get_permalink() ) . '"…

  • Posted a reply to Remove Border, on the site WordPress.org Forums:
    The border line between posts? custom css: .rpwe-block li { border-bottom: none !important; }

  • Posted a reply to Not displaying PNG image thumbnails, on the site WordPress.org Forums:
    JPG, PNG, all formats shortcode? https://wordpress.org/plugins/recent-posts-widget-extended/ and thumb_height/thumb_width?

  • Posted a reply to Adding new Categories to the Widget, on the site WordPress.org Forums:
    It's impossible, only single posts, all options - https://wordpress.org/plugins/recent-posts-widget-extended/

  • Posted a reply to HTML in excerpts, on the site WordPress.org Forums:
    I have no idea... the excerpt - plugins/recent-posts-widget-extended/includes/functions.php: if ( $args['excerpt'] ) : $html .=…

  • Posted a reply to Recent Posts Widget Extended thumbnail not updating after change of featured ima, on the site WordPress.org Forums:
    I have tested the widget and shortcode, looks good. You can delete and add again.

  • Posted a reply to Display secondary categories & custom taxonomy, on the site WordPress.org Forums:
    $html .= '<span class="rpwe-category">' . get_the_term_list( $post->ID, 'portfolio-type','', ', ') . '</span>'; portfolio-type - taxonomy…

  • Posted a reply to Display secondary categories & custom taxonomy, on the site WordPress.org Forums:
    1. I tested it and no effect, I can't help 2. sorry, I don't know…

  • Posted a reply to Remove Last Border, on the site WordPress.org Forums:
    Custom css: .rpwe-block li:last-of-type { border-bottom: none; }

  • Posted a reply to Display secondary categories & custom taxonomy, on the site WordPress.org Forums:
    all categories: $html .= '<span class="rpwe-category">' . get_the_category_list(', ') . '</span>'; PS. yes, please describe…