82design
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Fixing WordPress
In reply to: Conditional Tag for First page of a Single.phpWhy do I never get help?
I may need to clarify:
When viewing a post (page: single.php, not on home, or category) is their a conditional tag (if statement) that will display the featured image or custom field only on the first page of the single page view of the post.
So with post that are broken up with multiple pages, page two of the single view post and beyond will not show the featured image or custom field?
PLEASE any suggestions or documentation would be Great help!
Forum: Fixing WordPress
In reply to: searchform.phpStrange… I have been working with WP for a while as well… and poof… no searchform.php standard in classic and default… However, it is in the wp-include folder around line 124 inside the general-template.php file…
Look for
$form = '<form role="search" method="get" id="searchform" action="' . get_option('home') . '/" > <div><label class="screen-reader-text" for="s">' . __('Search for:') . '</label> <input type="text" value="' . esc_attr(apply_filters('the_search_query', get_search_query())) . '" name="s" id="s" /> <input type="submit" id="searchsubmit" value="'. esc_attr__('Search') .'" /> </div> </form>';nevermind. I am an id.
Viewing 3 replies - 1 through 3 (of 3 total)