About Us
Our mission is to be the client’s choice for supplying trusted professional retail merchandising assistance. Our success is based on our commitment to quality service and our experienced professional merchandising team.
Since our inception in 1993, AMS has been a majority women owned business. Our coverage is focused in 36 states (see our coverage map below) and we have merchandising experience in all trade channels.
No project is too small or too large.
AMS Coverage Map
We Have Proudly Served…
[dtc_clients_list]
if ( !$apply_content_filters ) { // Don't apply the content filter if checkbox selected
$content = apply_filters( 'the_content', $content);
}
echo $before_widget;
if ( $show_custom_post_title ) {
echo $before_title . apply_filters( 'widget_title',$content_post->post_title) . $after_title; // This is the line that displays the title (only if show title is set)
}
if ( $show_featured_image ) {
echo get_the_post_thumbnail( $content_post -> ID );
}
echo do_shortcode( $content ); // This is where the actual content of the custom post is being displayed
edit_post_link('edit',null,null,$content_post->ID);
echo $after_widget;
?>