I installed an SSL plugin that crashed my site. Per the instructions, I had to add the following code to the wp-config.php file:
define(
'WP_HOME'
,
'https://example.com'
);
define( 'WP_SITEURL', 'https://example.com');
I got the site back working but now I’m unable to change the site URL in General > Settings. I tried removing the code above once the site was fixed but that crashed the site again. How can I change the setting so that I can edit the WordPress URL in General > Settings?
I have tried adding
update_option(
'siteurl'
,
'https://example.com'
);
update_option( 'home', 'https://example.com');
to the functions.php file but when I try to open it the file opens MAMP Pro because the site is locally hosting while I’m building it. I have no idea where to go from there to add the previous code into the fucntions.php file. Please help. Thank you.
]]>Intro widget should appear only on my default homepage.
But it appears on every page.
Also: how can a do to fix main menu bar on the top of the page?
I added in my css:
position: fixed;
z-index: 9999;
width: 100%;
but it floated on the right side
]]>Dear Sir,
This is pankaj Bhardwaj, My Blog- https://www.Marketbhavishyareport.com
After Changing my Theme, I found one problem With Spacing and line Breaks
not working., My All Old post.. Showing Same due to this problem
In Preview,Spacing is visible, but after publishing Spacing and Line breaks
Gone Automatically, I am stuck with this problem from last 3 days,
not able to Solve , will you please help me
please help me out
Dear sir,
Please tell me where the below queries executed on WP site.
140 SELECT post_modified_gmt FROM wp_posts WHERE post_status = ‘publish’ AND post_type IN (‘post’, ‘page’, ‘attachment’, ‘xx’, ‘post types’, ‘all_site’) ORDER BY post_modified_gmt DESC LIMIT 1;
382 SELECT post_date_gmt FROM wp_posts WHERE post_status = ‘publish’ AND post_type IN (‘post’, ‘page’, ‘attachment’, ‘post types’,’guest-author’) ORDER BY post_date_gmt DESC LIMIT 1;
]]>Plugin In
In video gallery plugin wordpress is showing two ids i need to post a spacific video in a post.
when video are less then 1000 i am using shortcode like
[hdvideo id=817]
but now ids are showing like this
101 95
what will be the shortcode?
i have made site with buddypress. name is
https://tam.talk4fun.net/
from this i can not send mail for new user. i have test by another mail for regestration it is also not work. even confirmation mail is not meet.