Gndx
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Great!
Thank you, good one 🙂Forum: Fixing WordPress
In reply to: How do I get comments to show up on PAGES as well as posts?This need to be changed in current active theme file.
Find it in /wp-content/themes/YOUR_ACTIVE_THEME_FOLDER/page.phpOpen and find this:
<?php endwhile; .......Add this code before:
<?php comments_template( '', true ); ?>The final code should be:
<?php comments_template( '', true ); ?> <?php endwhile; .......Forum: Fixing WordPress
In reply to: Issue with setting Permalink Base in WordPressTry to add
/%cacategory%/%postname%/
😉
or
/%%cacategory%/%postname%/Forum: Fixing WordPress
In reply to: How to change Gravatar to custom avatar?Ok, I’m going to use BuddyPress.
But I doubt if this will change all avatars to new profile page. Anybody know about this?Forum: Fixing WordPress
In reply to: Yoast plugin doesn't worksI also use Yoast, you should go to Dashboard > SEO > General(tab) and check some checkboxes e.g.: Use meta keyword and save Changes. Also if you have any cache plugin you should clean all caches.
Viewing 5 replies - 1 through 5 (of 5 total)