Contents

Display settings — Plugixa Recipe

The Display tab controls which recipe fields and badges appear on the frontend — on cards, single-recipe pages, and in the info bar.

Go to Recipes → Settings → Display.

Display settings

Options

Key Default Notes
show_ratings true Show average rating stars on cards and single pages.
show_view_count false Show view count next to the title.
show_difficulty_badge true Show easy/medium/hard badge on cards.
show_favorites_button true Heart button on cards and single pages (persists per-user).
show_share_buttons true Facebook, X (Twitter), Pinterest, Email, Copy link — single-recipe page only.
show_nutrition_label true Hide the US-style nutrition label globally.
show_print_button true Link to the print view at /recipe-print/{id}/.
info_bar_position top top, bottom, or hidden.
card_show_excerpt true Short description under the title on cards.
card_show_meta true Time, servings, difficulty row.
card_show_tags false Tag chips on cards.
card_show_author false Author name on cards.

Override precedence

Every display option cascades:

Shortcode attribute  >  View config  >  Display defaults

A shortcode like [plugixa_recipes show_ratings="no"] hides ratings even when the global setting is on.

Quick Links