PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/footcrew.com/ads/wp-content/themes/classipress/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/footcrew.com/ads/wp-content/themes/classipress/form-listing-submit-free.php

<?php
/**
 * Free Listing Received Template.
 *
 * @package ClassiPress\Templates
 * @author  AppThemes
 * @since   ClassiPress 3.4
 */
?>


<div class="content-wrap">

	<div class="content-inner">

		<?php cp_display_form_progress(); ?>

		<div id="step3">

			<h2><?php _e( 'Ad Listing Received', APP_TD ); ?></h2>

			<?php do_action( 'appthemes_notices' ); ?>

			<div class="thankyou">
			<?php
				if ( 'publish' == get_post_status( $listing->ID ) ) {

					echo html( 'h3', __( 'Thank you! Your ad listing has been submitted and is now live.', APP_TD ) );
					echo html( 'p', __( 'Visit your dashboard to make any changes to your ad listing or profile.', APP_TD ) );
					echo html( 'a', array( 'href' => esc_url( get_permalink( $listing->ID ) ), 'class' => 'button primary' ), __( 'View your new ad listing', APP_TD ) );

				} else {

					echo html( 'h3', __( 'Thank you! Your ad listing has been submitted for review.', APP_TD ) );
					echo html( 'p', __( 'You can check the status by viewing your dashboard.', APP_TD ) );
					echo html( 'a', array( 'href' => esc_url( get_permalink( $listing->ID ) ), 'class' => 'button primary' ), __( 'View your new ad listing', APP_TD ) );

				}
			?>

			<?php do_action( 'cp_listing_form_end_free', $listing ); ?>
			</div>

		</div>

	</div> <!-- .content-inner -->

</div> <!-- .content-wrap -->