figure2
Forum Replies Created
-
Thanks Tom, Sorry for the delay in getting back to this thread. I’ve had a crazy week.
I removed the entry-meta footer but the duplicate category and tags slug is still there.
Here is what is currently on my content-single.php file:
<?php /** * @package Generate */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?> itemprop="blogPost" itemtype="http://schema.org/BlogPosting" itemscope="itemscope"> <div class="inside-article"> <header class="entry-header"> <h1 class="entry-title" itemprop="headline"><?php the_title(); ?></h1> <div class="entry-meta"> <?php generate_posted_on(); ?> </div> <section class="page-header-image-single"> <?php if ( has_post_thumbnail() ) { the_post_thumbnail( 'medium' ); } ?> </section> <!-- .entry-meta --> </header><!-- .entry-header --> <?php do_action( 'generate_after_entry_header'); ?> <div class="entry-content" itemprop="text"> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'generate' ), 'after' => '</div>', ) ); ?> </div><!-- .entry-content --> <?php do_action( 'generate_after_entry_content'); ?> <?php do_action( 'generate_after_content'); ?> </div><!-- .inside-article --> </article><!-- #post-## -->In order to not lose the modifications I made to content-single.php, what part of template-tags.php would I need to put into function.php?
Forum: Fixing WordPress
In reply to: Category and tags slug appearing twice at the bottom of postHere is a link to the screenshot: https://www.markhannondesign.com/clientJobs/cat-tags-duplicated.jpg
My sincere apologies. I had meant to update this post. The problem was resolved. After an exhaustive google search, I landed on a page that mentioned the “Inventory” tab for each of the products. Specifically it said to look at the checkbox at the bottom of the Inventory section: “Enable this to only allow one of this item to be bought in a single order”
This checkbox was on by default and I hadn’t noticed it. Once unchecked, everything worked.
Forum: Requests and Feedback
In reply to: Modernizing the built-in WP galleryNoted.
Forum: Requests and Feedback
In reply to: Modernizing the built-in WP gallerySorry Jan, I didn’t know. Does this negate my point?
Forum: Plugins
In reply to: [External Media] Plugin isn’t working for Google DriveResolved
Forum: Plugins
In reply to: [External Media] Plugin isn’t working for Google DriveThanks minnur. I see that you are not the author of these instructions I was following but you may want to reach out and ask the author to include Google’s added requirements. Otherwise you are likely to have a lot of frustrated people contacting you.
Alternatively, you could add your own set of detailed instructions on your installation page.
Forum: Plugins
In reply to: [External Media] Plugin isn’t working for Google DriveHello minnur,
Thanks. I have emailed you a temporary login to our website and the google account.
Forum: Plugins
In reply to: [External Media] Plugin isn’t working for Google DriveUnderstood James.
Forum: Fixing WordPress
In reply to: Can’t make changes to moved WordPress websiteDamn! That fixed it. Thanks for being a sounding board Steve.
Forum: Fixing WordPress
In reply to: Can’t make changes to moved WordPress websiteIs it possible that any of the WP core files could have corrupted when copied to the Godaddy server?
Should I consider re-installing WordPress and replace the wp-content folder and wp-config.php file?
Does the “Re-Install Now” button under the line “If you need to re-install version 4.7.5, you can do so here” in the “Updates” section do the same thing as replacing all the WP files & folders manually?
Forum: Fixing WordPress
In reply to: Can’t make changes to moved WordPress websiteHi Steve, yes, I have tested it both ways; in the visual editor and the html editor. Same result either way.
Forum: Fixing WordPress
In reply to: Can’t make changes to moved WordPress websiteGodaddy’s phpMyAdmin doesn’t have “Check & Repair” as a single step. So I am assuming I will need to “Check Table” and “Repair Table” as two separate steps.
One other question: could the .htaccess file cause these problems? Should I consider deleting the 3 files at the top, “.ftpquota,” “.htaccess” and the folder “.htpasswds”?


