Coding a table or columns
-
Hi,
I’m testing the free version of ultimate recipe. Is there a possibility to code columns or tables into your own template? I would like to have the ingredients on the right and the instructions on the left side.So far I have just this:
<div class="wpurp-container"> <?php $ingredient_list = new WPURP_Template_Recipe_Ingredients(); echo $ingredient_list->output( $recipe ); ?> <?php $servings_changer = new WPURP_Template_Recipe_Servings_Changer(); echo $servings_changer->output( $recipe );?> </div> <h3>Anleitung</h3> <?php $recipe_instructions = new WPURP_Template_Recipe_Instructions(); echo $recipe_instructions->output( $recipe ); ?> </div>Another question is if the 5 star rating is available in the free version.
Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Coding a table or columns’ is closed to new replies.