Kamal Prasad Sah
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Lost access to /wp-admin/– try resetting password by clicking on “Forget Password”
OR
if you have access to database (hosting. .) go to user table (wp_users)
– edit your user
– on “user_pass” column change the “value” with new pass and select “function” to “md5”after setting your new pass click on update on bottom
Now try login with username/pass by refreshing your site
let me know if you have confusion, I can help you with screenshots. .
Forum: Fixing WordPress
In reply to: How do I change the Author Name on my Posts?My Pleasure @harjk
I Happy for you.
Please update the status to “RESOLVED” on right sidebar of the topic
Forum: Fixing WordPress
In reply to: How do I change the Author Name on my Posts?Have tried changing the “Display name publicly as” on you profile page (dashboard>user>profile) ?
- This reply was modified 2 years, 3 months ago by Kamal Prasad Sah.
Forum: Developing with WordPress
In reply to: Disable sticky posts functionfunction k_exclude_sticky( $wp_query ) { set_query_var( 'ignore_sticky_posts', 1 ); } add_action( 'pre_get_posts', 'k_exclude_sticky' );
// add above line of code on your function.php file
- This reply was modified 2 years, 3 months ago by Kamal Prasad Sah.
Forum: Fixing WordPress
In reply to: WP admin page errorsQ: where is your site hosted ?
try this
https://hoffmanautolp.com/wp-login.php
https://www.moonperformance.com/wp-login.phpyou should be able to login but may be after the login you will face same issue. reply my above question so that i can guide you more on this
execution time is fine. it get executed in every 5 minute automatically.
Since the execution is not blocked is it necessaary to check the error log for it? i don’t think so? let me know if i need.yes i did that too.
yes there is a scheduled name “newsletter” listed.https://kystmagasinet.no/wp-cron.php
i have echo the key and time and set the upcoming GMT to database to check the cron and its working fine so what should i do now any ideas pls.yes i did.
thats working fine. i even tested the cron job its working well.
i manually click to send now button on feed by email page even that works fine, the email started to send to the subscriber. . . .
i marked to send email on every wednesday but this never worked since last monthin my case it was working fine till few month earlier but now its not working.
even the status 0/2 (in my case 0/2881)is not showing. any help or idea i should begain my debug??Forum: Fixing WordPress
In reply to: Changing db pass and FTPpioneer is right there is nothing to change in admin setting after yur pass of ftp is changed