An1MuS
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Switching primary with subdomain maintaining URLsSo for those wondering, it worked, you just need to move the files like I thought, and as it’s said in the link above.
Forum: Fixing WordPress
In reply to: Switching primary with subdomain maintaining URLsThank you for your reply.
All the permalinks will stay the same as all URLs should stay the same. There should be no changes on the front-end. zzz.com will stay zzz.com and yyy.com will stay yyy.com. The only difference is that instead of zzz.com being the primary, now it’s yyy.com (and therefore, the redirect that the server does behind the scenes is different).
From that page it reads:
“Keeping Your Domain Name and URLs
Moving your domain without changing the Home and Site URLs of your WordPress site is very simple, and in most cases can be done by moving the files.If database and URL remain the same, you can move by just copying your files and database”
How do I know if the database remains the same?
Forum: Themes and Templates
In reply to: [Expound] Featured Image not shown inside postIn your single.php (in your child-theme preferably) put this just above <?php the_content(); ?>:
<?php if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it. the_post_thumbnail(); } ?>Then you just need to format it with CSS
Forum: Themes and Templates
In reply to: [Expound] Featured Image not shown inside postBut it must be possible to change that, no?
Forum: Themes and Templates
In reply to: [Expound] Featured Image not shown inside postI came here to ask exactly the same question.
Regards,
An1MuSForum: Plugins
In reply to: [Comments - wpDiscuz] Avatar image misplacedOk i think i managed to solve it. Solution
You’re welcome. Quality speaks for itself 🙂