[OFFER ALERT!] This Halloween, Get Any Premium Theme for Just $19 [GET IT NOW]
Jump to content

jezthomp

Member
  • Posts

    3
  • Joined

  • Last visited

Everything posted by jezthomp

  1. Is it possible to remove aspects of the meta box within the admin area as i want it controlled via the site wide options only; specifically the.... Custom Location Custom Colors Something like. add_filter( 'wp_review_render_meta_box_item', 'remove_meta' ); function remove_meta( $fields ) { if ( isset( $fields['location'] ) ) unset( $fields['location'] ); return $fields; }
  2. Thank you Is this only with WP Review Pro or the default version?
  3. Hello. I'm just wondering how flexible it is when displaying the content on the front end of the site? For example, i would like to change the structure of the reviews, so the ratings list appears separately to the overall average score and then bespoke style them to the particular theme. How achievable is this, with hooks or child theme files perhaps?
×
×
  • Create New...