bcjhood
Forum Replies Created
-
Forum: Plugins
In reply to: [Image Zoom] No longer working and site load increasedOk, that’s where it installed when I uninstalled/reinstalled the plugin. Looks like a mix of my old host’s and new host’s html directories.
Image zoom is the only thing in that directory at all. Wonder why it installed there.
So in theory if I just move those files into the right directory it should work?
Forum: Plugins
In reply to: [Image Zoom] No longer working and site load increasedWow thanks for the quick response ??
I tried the tests again and I don’t even see it trying to load those files anymore. The plugin still isn’t working.
URL with some images:
https://tiptopsecurity.com/how-to-securely-wipe-your-hard-drive-with-dban-erase-your-data-for-good/Forum: Fixing WordPress
In reply to: Questions about migration process to another hostThanks. Should I install all the same plugins before moving anything?
Forum: Fixing WordPress
In reply to: Questions about migration process to another hostYes, that doesn’t address any of my problems. And it doesn’t tell you what wordpress files to move. Do I just take the entire html directory?
Forum: Fixing WordPress
In reply to: Need help migrating to a new webhostGot it. Thanks for pointing me in the right direction! I found these videos to help if anyone else is looking.
https://youtu.be/7m6oGZxBAsA – get your temporary URL
https://youtu.be/IU-o0bc1SRk – set up your site with the temp URLForum: Fixing WordPress
In reply to: Displaying meta tag information with PHPhave you tried to ask in the Yoasts plugin’s support section – https://www.ads-software.com/support/plugin/wordpress-seo (?)
No I haven’t. I’ll head there now.
I’m using Add Meta Tags.
Forum: Fixing WordPress
In reply to: Displaying meta tag information with PHPI’m using Manifest. I stripped down the posts page so it only shows a list of titles and nothing else. The only other thing I want to add is a short description below the title. It’s at bobbyhood.com if you want to take a look.
Forum: Fixing WordPress
In reply to: Displaying meta tag information with PHPI do have Yoast’s plugin and a meta tag plugin that lets me define a description. But I want to display the meta description on my actual page as a summary of the post’s content, not just in search engines. Is there a plugin that can do this? I haven’t found one.
Forum: Fixing WordPress
In reply to: Need help using PHP to list all my pagesAh, cool. Thanks for the help!
Forum: Fixing WordPress
In reply to: Need help using PHP to list all my pagesThat looks much simpler than what I ended up using. I learned enough to do the following. I created a variable with value 0 then incremented it by one inside the while loop, using 2 different classes to alternate backgrounds.
<div class = "<?php if ( $num % 2 == 0 ) : ?> titlecolor1 <?php else : ?> titlecolor2 <?php endif; $num++; ?>"> <a href="<?php the_permalink() ?>"><?php the_title(); ?></a> </div>
I don’t know what $num % 2 == 0 does but it works to find the even/odd value of $num.
Forum: Reviews
In reply to: [Find replace] :thumbs up:Same here, though the line is different. It seems to work anyway.