Title: getken's Replies | WordPress.org

---

# getken

  [  ](https://wordpress.org/support/users/getken/)

 *   [Profile](https://wordpress.org/support/users/getken/)
 *   [Topics Started](https://wordpress.org/support/users/getken/topics/)
 *   [Replies Created](https://wordpress.org/support/users/getken/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/getken/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/getken/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/getken/engagements/)
 *   [Favorites](https://wordpress.org/support/users/getken/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Bearded] Extra Image shows up at top of Page](https://wordpress.org/support/topic/extra-image-shows-up-at-top-of-page/)
 *  Thread Starter [getken](https://wordpress.org/support/users/getken/)
 * (@getken)
 * [12 years ago](https://wordpress.org/support/topic/extra-image-shows-up-at-top-of-page/#post-4966160)
 * Fixed it by going to content-page.php and changed first instance of this…
 *  <?php bearded_post_thumbnail(); ?>
 * to this…
 * <!– <?php bearded_post_thumbnail(); ?>–>
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Bearded] Extra Image shows up at top of Page](https://wordpress.org/support/topic/extra-image-shows-up-at-top-of-page/)
 *  Thread Starter [getken](https://wordpress.org/support/users/getken/)
 * (@getken)
 * [12 years ago](https://wordpress.org/support/topic/extra-image-shows-up-at-top-of-page/#post-4966157)
 * In the page templates folder, there is no page.php.
    In that folder, 2 files 
   called portfolio3.php and portfolio4.php have this in the code. Am I hot or cold??
 * <div class=”portfolio-entry-thumbnail”>
    <?php if(current_theme_supports( ‘get-
   the-image’ )) { get_the_image( array( ‘size’ => ‘large’ ) ); } ?> </div>
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Bearded] Extra Image shows up at top of Page](https://wordpress.org/support/topic/extra-image-shows-up-at-top-of-page/)
 *  Thread Starter [getken](https://wordpress.org/support/users/getken/)
 * (@getken)
 * [12 years ago](https://wordpress.org/support/topic/extra-image-shows-up-at-top-of-page/#post-4966156)
 * I found this but not sure if it is the right place where I can remove the function
   calling the featured image.
 * /home4/getken/public_html/wp-content/themes/bearded/library/classes/widget-pages.
   php
 * If it is the right place, it is not clear to me which function needs to be removed.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Bearded] Extra Image shows up at top of Page](https://wordpress.org/support/topic/extra-image-shows-up-at-top-of-page/)
 *  Thread Starter [getken](https://wordpress.org/support/users/getken/)
 * (@getken)
 * [12 years ago](https://wordpress.org/support/topic/extra-image-shows-up-at-top-of-page/#post-4966019)
 * Thanks BenjC88. Figured I might have to do something like that. I am a novice
   and typically don’t get into php files, but can give it a try. Any recommendations
   on where I can learn more, even as basic as where I access the php files and 
   what I do to access the code. From there I can probably figure out how to remove
   the lines that insert the unwanted image.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Error 404 after establishing 2nd site using multi-site](https://wordpress.org/support/topic/error-404-after-establishing-2nd-site-using-multi-site/)
 *  Thread Starter [getken](https://wordpress.org/support/users/getken/)
 * (@getken)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/error-404-after-establishing-2nd-site-using-multi-site/#post-3584507)
 * Mika
 * Thanks it worked! I removed everything after public_html so the subdomain became
   as you suggested. Thanks for the fix, as well as all your contributions in the
   threads I researched prior to getting to this point.
 * Have a great one!
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Error 404 after establishing 2nd site using multi-site](https://wordpress.org/support/topic/error-404-after-establishing-2nd-site-using-multi-site/)
 *  Thread Starter [getken](https://wordpress.org/support/users/getken/)
 * (@getken)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/error-404-after-establishing-2nd-site-using-multi-site/#post-3584486)
 * In cPanel File manager I noticed only one instance of wp-admin. Does this have
   anything to do with my problem of not accessing the 2nd dashboard?

Viewing 6 replies - 1 through 6 (of 6 total)