Deepanker Verma
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problems with logging in and theme has disappearedTry manually writing this line.
After copying it from website. it is:
<?php wp_set_password(‘password’,1); ?> You can see that single quote are not right.Write this manually or copy the written below.
<?php wp_set_password(‘password’,1); ?>It will work
Forum: Fixing WordPress
In reply to: loss of hosting serviceYou can either ask your host to take backup or take backup by your self.
You will have to backup files and database both.You can read this guide to learn how to backup wordpress manually: https://webtips.in/wordpress-backup
Forum: Fixing WordPress
In reply to: Problems with logging in and theme has disappearedFollow this link: It will let you know how to change password via FTP
https://webtips.in/how-reset-wordpassword-through-ftpForum: Fixing WordPress
In reply to: Problems with logging in and theme has disappearedForum: Fixing WordPress
In reply to: Display blog posts on separate static pageYou can try RSS feeds. Display recent blog posts on the static page via RSS and PHP.
See this article. https://webtips.in/parse-and-display-rss-feeds-with-php
I am sure it will help
Forum: Themes and Templates
In reply to: Adding Menus to Expound ThemeI think theme comes with native support for menu. You can create and add menu items in menu from wordpress dashboard. From WordPress dashboard, go to Appearance and then menu.
Forum: Fixing WordPress
In reply to: External LinksWhile adding a link, you should add full URL with https://
SO write https://www.zulqarnaingroup.com/ in place of https://www.zulqarnaingroup.com/
Forum: Fixing WordPress
In reply to: Only one name in titleTry using seo by yoast plugin. It lets you select the title of individual posts and pages ??
Forum: Fixing WordPress
In reply to: I just want to add text on my index pagei don’t think text widget will work for that location. You will have to edit index.php or home.php.
Forum: Fixing WordPress
In reply to: Admin Page is 'Page not Found'It seems your website has been hacked. try to check .htaccess file at the root for redirection. Krishna has given few good links. Try to take help of those links
Forum: Themes and Templates
In reply to: [Customizr] Can't login to WordPress!You need to have access to WordPress files. It is necessary for enabling debug mode and then make changes in theme to resolve problem.
Forum: Themes and Templates
In reply to: [Customizr] Can't login to WordPress!do you access to FTP or cpanel from where you can access the file..
Forum: Themes and Templates
In reply to: [Customizr] Can't login to WordPress!can you post the code of footer.php here..
put is here and i will try to find the issue in the code..
Forum: Themes and Templates
In reply to: [Customizr] Can't login to WordPress!some syntax error has arrived after changes. Use WordPress in debug mode to know what is wrong in code. And then you will be able to resolve it. ??
Forum: Fixing WordPress
In reply to: I just want to add text on my index pagePut the link of your website. It will help us to know better what you exactly want to do.
If you want to put text at side bar or footer, simply text widget can help you.