Parse Error: unexpected ‘}’ while creating Shortcode with Loop

I think either I am quite stupid today or just work-blind by this project but I’ve been trying to fix a little error a new shortcode is causing. This is the code <?php function reviewslide_function() { $output .= ' <!– Review Injection –> <div id="reviews" class="p-full"> <div class="section_head"> <span class="eyebrow">You about us</span> <h2>Customer Reviews</h2> </div> … Read more

Probleme shortcode with list author

I have created a list of my contributors for my website it works well. I’m trying to do this with a shortcode in my functions.php. The list appears well. But when I want to place it in my theme in any page, it appears before the content whereas I want it to be at the bottom of the page of its appropriate page template. I can’t seem to find my mistake

WP Query by 4 different taxonomies

I need to make a shortcode that uses the values of four different taxonomies. I am trying to modify code that I have used to query attachments (in media) based off of multiple taxonomy terms, but what I need is to wp_query based off of 4 (four) taxonomies values. I realize that I am way off, but perhaps somebody can help put me on the right track.