Rohit Uniyal
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I deleted my Los Angeles: Header (header.php) FileWhat is the code that you have?
Send that codeForum: Fixing WordPress
In reply to: I deleted my Los Angeles: Header (header.php) Fileif you have the code and you know in which line it has to be put in then you can edit your header.
go to header.php
and put your code as it is at the place where it was earlier.
Forum: Fixing WordPress
In reply to: Search Engine Visibility Encourage search engines to index this siteand you do not have to do anything related to ping there. it has to be done in your wordpress
Forum: Fixing WordPress
In reply to: Search Engine Visibility Encourage search engines to index this siteadd your site to Google webmaster tool and Bing webmaster tool.
it will help search engine to crawl your site quickly.just do this and update content regularly and you will get good results soon.
Forum: Fixing WordPress
In reply to: Changed domain- now locked out of my site!do as songdogtech has said. see if it works.
Forum: Fixing WordPress
In reply to: Search Engine Visibility Encourage search engines to index this sitelet me know if you need detailed steps and don’t know how to ping and where to ping.
Forum: Fixing WordPress
In reply to: Changed domain- now locked out of my site!try this
go to your cpanel.
open your file manager
and upload a fresh copy of functions.phpsee, if it works. i guess this will work.
Forum: Fixing WordPress
In reply to: Search Engine Visibility Encourage search engines to index this siteadd it to google webmasters and bing webmasters tools.
add manual pings to your site. it will help you in indexing your site quickly as whenever you update content, it will automatically notify the ping service you have added and will increase indexing.
Forum: Fixing WordPress
In reply to: How to change the color of the themeThanks
Forum: Fixing WordPress
In reply to: I deleted my Los Angeles: Header (header.php) Fileso you have a copy of the code you removed?
and you don’t know from which line you removed it right?this can be easily done through 2 ways. need a little more details on what exactly you mean
Forum: Fixing WordPress
In reply to: Featured Image not workingfirst install custom css plugin from wordpress
then add this custom css
.single .hentry .post-thumb { display: inline; }
i hope this solves your problem.
you want the featured image(which you have set) to be appeared on your single post content right?
Forum: Fixing WordPress
In reply to: Featured Image not workingtry to add this custom css
.single .hentry .post-thumb { display: inline; }
Forum: Fixing WordPress
In reply to: Unable to log in or view my websiteyou need to login to your cpanel then upload a fresh copy of functions.php there.
detailed steps:
1. Login to cpanel
2. go to file manager
3. open public_html
4. upload a fresh copy of functions.phpthen you will be able to log in to your wordpress dashboard. everything will be fine. no information will be lost. your plugin has caused some problems to your php file in line 1329 and it cannot be solved untill you install a fresh copy of your site.