Make WordPress Themes


Ignore:
Timestamp:
03/15/2021 07:00:53 PM (5 years ago)
Author:
themedropbox
Message:

New version of Fluida - 1.8.6

Location:
fluida/1.8.6
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • fluida/1.8.6/image.php

    r135857 r144713  
    88get_header(); ?>
    99
    10 <div id="container" class="single-attachment <?php echo fluida_get_layout_class(); ?>">
    11     <main id="main" role="main" class="main">
     10<div id="container" class="single-attachment <?php fluida_get_layout_class(); ?>">
     11    <main id="main" class="main">
    1212
    1313        <?php while ( have_posts() ) : the_post(); ?>
     
    3838                                        <i class="icon-edit-alt icon-metas" title="<?php esc_attr_e( 'Published in', 'fluida' ); ?>"></i>
    3939                                        <a href="<?php echo esc_url( get_permalink( $post->post_parent ) ) ?>">
    40                                             <?php echo esc_html( get_the_title( $post->post_parent ) );?>
     40                                            <?php echo esc_html( get_the_title( $post->post_parent ) )?>
    4141                                        </a>
    4242                                    </span>
Note: See TracChangeset for help on using the changeset viewer.