Advertisement
Guest User

Untitled

a guest
Feb 21st, 2024
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. add_action("ava_after_main_title", function() {
  2. $post_id = get_the_ID();
  3.  
  4. if(get_post_type( $post_id ) == "post" || is_archive() || is_category())
  5. {
  6. $thumbnail = get_the_post_thumbnail_url ( $post_id );
  7.  
  8. echo do_shortcode("[av_slideshow_full size='no scaling' min_height='0px' stretch='' control_layout='av-control-default' slider_navigation='av-navigate-arrows av-navigate-dots' nav_visibility_desktop='' nav_arrow_color='' nav_arrow_bg_color='' nav_dots_color='' nav_dot_active_color='' src='' attachment='' attachment_size='' position='top left' repeat='no-repeat' attach='scroll' animation='slide' transition_speed='' autoplay='false' interval='5' img_scale='' img_scale_end='10' img_scale_direction='' img_scale_duration='3' img_scale_opacity='1' conditional_play='' img_scrset='' lazy_loading='disabled' alb_description='' id='' custom_class='bg-area-slide' template_class='' av_uid='av-92zjsp' sc_version='1.0']
  9. [av_slide_full id='3362' av_uid='av-7ihihl'][/av_slide_full]
  10. [/av_slideshow_full]
  11.  
  12. [av_section min_height_pc='25' min_height_px='40px' padding='small' av-small-custom_margin_sync='true' color='main_color' background='bg_color' custom_bg='#a5dbe5' av_uid='av-6lto8p' sc_version='1.0']
  13. [av_textblock ][av_breadcrumbs][/av_textblock]
  14. [/av_section]
  15.  
  16. ");
  17. }
  18. }, 10, 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement