nick1996
Forum Replies Created
-
Forum: Reviews
In reply to: [LiteSpeed Cache] AUTOMATIC INSTALLATION ON MY WEBSITESIVE GOT A CACHE PLUGIN, NOBODY NEEDS 2
I AGREE. absolutely ridiculous.
Forum: Fixing WordPress
In reply to: Remove Spacing below Single Post – Twenty Twenty OneThank you, the Custom CSS has helped with the spacing below the post.
Thanks for your help so far it is really appreciated man. However the spacing above the comments section is still a bit much, do you have any thoughts?
Here is the link to an example: https://yorkievideos.com/yorkie-gives-birth-to-3-cute-puppies/
Thanks for the help once again.
Forum: Fixing WordPress
In reply to: Remove Spacing below Single Post – Twenty Twenty OneHere is a link where you can see it: Screenshot
Thanks for reading
Forum: Reviews
In reply to: [Facebook Comments] You don't hate yourself enough to use this pluginI loved your review.
Forum: Fixing WordPress
In reply to: Unable to access WP-Admin dashboard, Oops page not found!I fixed it by accessing the functions.php of my active theme via Cpanel file manage and adding:
update_option( ‘siteurl’, ‘http://example.com’ );
update_option( ‘home’, ‘http://example.com’ );right after the initial <?php>
Then removing it once the path had saved.
Thanks though.Forum: Fixing WordPress
In reply to: Changed Permalinks and can't login to wp-loginI fixed it by accessing the functions.php of my active theme via Cpanel file manage and adding:
update_option( ‘siteurl’, ‘http://example.com’ );
update_option( ‘home’, ‘http://example.com’ );right after the initial <?php>
Then removing it once the path had saved.
Thanks though.