scm22ri
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: The URL links to my pages aren’t workingHi,
Thanks for reaching out. I did that but it’s still not working…
Any other ideas/solutions?
Forum: Fixing WordPress
In reply to: The URL links to my pages aren’t workingany help?
Forum: Fixing WordPress
In reply to: The URL links to my pages aren’t workingBelow is a screenshot.
- This reply was modified 4 years, 11 months ago by scm22ri.
Forum: Fixing WordPress
In reply to: Lost password feature not working on my website?Hi,
Thanks for your help. I deactivated the wpFORO plugin and the “lostpassword” page is working.
However, therein lies the problem because I’m relying on wpFORO to use as a forum.
How do you suggest I go about fixing this issue?
Thanks
Forum: Fixing WordPress
In reply to: Lost password feature not working on my website?Ok, thanks but that was a typo.
I’m referring to the lost password page. Can anyone provide any clarity? Thanks.
https://cheaphomegrow.com/lostpassword/
- This reply was modified 5 years, 1 month ago by scm22ri.
Forum: Fixing WordPress
In reply to: Get rid of avatar in mobile?Thank you, Joy. I appreciate the help.
Forum: Fixing WordPress
In reply to: How do I create a sub url structure in wordpress?Thanks
Forum: Fixing WordPress
In reply to: A “S” is next to my “About Us” page?Thank you, your edit fixed my issue
- This reply was modified 6 years, 5 months ago by scm22ri.
Forum: Plugins
In reply to: [Yoast SEO] Customize WordPress Title Tags Using Yoast Premium?I solved my own problem.
Forum: Fixing WordPress
In reply to: Plugin that lets you customize category pages?Hello,
It’s an information website.
Do you know how WP “builds” category pages for you in a sense? How would I customize those pages?
I want to take /category/my-url <– and customize the webpage.
Forum: Fixing WordPress
In reply to: Excluding category form home page code not working?I appreciate that Steve but believe it or not the above WP plugin was the first thing I tried and that didn’t work either.
Forum: Fixing WordPress
In reply to: Excluding category form home page code not working?Hi Guys,
I’m adding my code into the functions.php page and it’s still not working.
function twentyfifteen_setup() { function my_home_category( $query ) { if ( $query->is_home() && $query->is_main_query() ) { $query->set( 'cat', '-8' ); } } add_action( 'pre_get_posts', 'my_home_category' ); }
Forum: Fixing WordPress
In reply to: WordPress read settings not honoring “summary” choiceAny help with this?
Forum: Fixing WordPress
In reply to: HTML Form appearing twice?I figured this out. I made an additional function that saves the values from $post variable.
Forum: Fixing WordPress
In reply to: WordPress website exceeding CPU usage?How would I even look at the load on the server? Where can i get that info?