piterat
Forum Replies Created
-
Forum: Plugins
In reply to: [Include Me] php file not foundhow would you write it with ABSPATH?
Forum: Plugins
In reply to: [Include Me] php file not foundis there a video tutorial explaining the procedure from start to finish on wordpress? I would really like to use this plugin and without it I am afraid many people may be experiencing the same issue
Forum: Plugins
In reply to: [Include Me] php file not foundyes it is, which is what is confusing me. my thought is the [includeme] is not telling it to look in this location and I thought of adding ADSPATH but I am not sure how. I am uncertain what I am doing wrong so any help would be appreciated
Forum: Plugins
In reply to: [Theme My Login] Adding drop down menunevermind, I figured it out
Forum: Plugins
In reply to: [Theme My Login] Adding drop down menuHey Jeff, I am having the same issue as above. I have referenced your link which is GREAT for input text form values, but I dont understand how to input the type, name, id, value and size into the dropdown code. An example would really help. Please reference my code for a dropdown following the code you wrote:
<p>
<label for=”last_name<?php $template->the_instance(); ?>”><?php _e( ‘Last name’, ‘theme-my-login’ ) ?></label>
<input type=”text” name=”last_name” id=”last_name<?php $template->the_instance(); ?>” class=”input” value=”<?php $template->the_posted_value( ‘last_name’ ); ?>” size=”20″ tabindex=”20″ />
</p>
<select name=”country” class=”countries” id=”countryId”>
<option value=””>Select Country</option>
</select>I would really appreciate any assistance you could provide!