Example #1
0
            							'order' => 'ASC',
            							'name' =>'cat',
            							'hide_empty' => 0,
            							'hierarchical' => 1,
            							'depth' => 1,
            							'taxonomy' => APP_TAX_CAT,
            							);
            			
                                           cp_dropdown_categories_prices( $args );*/
            ?>
						<div style="clear:both;"></div>
					</div>
				</div>
                <?php 
            //echo cp_show_form( $category_id, $renew );
            echo cp_show_form('', $renew, 'seller');
            ?>
            
			<p class="btn1">
				<input type="submit" name="step1" id="step1" class="btn_orange" value="<?php 
            _e('Continue &rsaquo;&rsaquo;', APP_TD);
            ?>
" />
			</p>

		</ol>

		<input type="hidden" id="ad_cat_id" name="cat" value="<?php 
            echo esc_attr($category_id);
            ?>
" />
Example #2
0
                            	<label><?php 
    _e('Category', 'appthemes');
    ?>
:</label>
							</div>
                            <strong><?php 
    echo $_POST['catname'];
    ?>
</strong>&nbsp;&nbsp;<small><a href=""><?php 
    _e('(change)', 'appthemes');
    ?>
</a></small>
                        </li>

                        <?php 
    echo cp_show_form($_POST['cat']);
    ?>

                        <p class="btn1">
                            <input type="submit" name="step1" id="step1" class="btn_orange" value="<?php 
    _e('Continue &rsaquo;&rsaquo;', 'appthemes');
    ?>
" />
                        </p>

                    </ol>

                        <input type="hidden" id="cat" name="cat" value="<?php 
    echo $_POST['cat'];
    ?>
" />
Example #3
0
</label></div>
										<div class="ad-static-field"><strong><?php 
echo $category->name;
?>
</strong>&nbsp;&nbsp;<small><a href="<?php 
echo $select_category_url;
?>
"><?php 
_e('(change)', APP_TD);
?>
</a></small></div>
									</li>


									<?php 
cp_show_form($category->term_id, $listing);
?>

								</span>

								<p class="btn1">
									<input type="submit" name="step1" id="step1" class="btn_orange" value="<?php 
_e('Continue &rsaquo;&rsaquo;', APP_TD);
?>
" />
								</p>

							</ol>

							<input type="hidden" name="action" value="<?php 
echo esc_attr($action);
Example #4
0
				<strong><?php 
    echo $_POST['catname'];
    ?>
</strong>&nbsp;&nbsp;<small><a href="<?php 
    echo $change_cat_url;
    ?>
"><?php 
    _e('(change)', APP_TD);
    ?>
</a></small>
			</li>

			<?php 
    $renew_id = isset($_GET['renew']) ? $_GET['renew'] : false;
    $renew = $renew_id ? get_post($renew_id) : false;
    echo cp_show_form($_POST['cat'], $renew);
    ?>

			<p class="btn1">
				<input type="submit" name="step1" id="step1" class="btn_orange" value="<?php 
    _e('Continue &rsaquo;&rsaquo;', APP_TD);
    ?>
" />
			</p>

		</ol>

		<input type="hidden" id="cat" name="cat" value="<?php 
    echo $_POST['cat'];
    ?>
" />
Example #5
0
				<strong><?php 
    echo $category->name;
    ?>
</strong>&nbsp;&nbsp;<small><a href="<?php 
    echo $change_cat_url;
    ?>
"><?php 
    _e('(change)', APP_TD);
    ?>
</a></small>
			</li>

			<?php 
    $renew_id = isset($_GET['renew']) ? $_GET['renew'] : false;
    $renew = $renew_id ? get_post($renew_id) : false;
    echo cp_show_form($category_id, $renew);
    ?>

			<p class="btn1">
				<input type="submit" name="step1" id="step1" class="btn_orange" value="<?php 
    _e('Continue &rsaquo;&rsaquo;', APP_TD);
    ?>
" />
			</p>

		</ol>

		<input type="hidden" id="ad_cat_id" name="cat" value="<?php 
    echo esc_attr($category_id);
    ?>
" />