getken
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Bearded] Extra Image shows up at top of PageFixed 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
In reply to: [Bearded] Extra Image shows up at top of PageIn 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
In reply to: [Bearded] Extra Image shows up at top of PageI 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
In reply to: [Bearded] Extra Image shows up at top of PageThanks 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
In reply to: Error 404 after establishing 2nd site using multi-siteMika
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
In reply to: Error 404 after establishing 2nd site using multi-siteIn 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?