somendra
Forum Replies Created
-
Forum: Plugins
In reply to: [Add Link to Facebook] The error message I am getting, how to solve?@anindyanuri: is your problem resolved or you need any further assistance on this?
Forum: Themes and Templates
In reply to: Triton Lite – Image problemsYes, i don’t know why, i did all what you said to me 🙁
I agree with Andrew Nevins, you should check your header.php file very carefully.
Forum: Plugins
In reply to: [GD Star Rating] [Plugin: GD Star Rating] Comments reorderingForum: Installing WordPress
In reply to: Upgrade to 3.5 disabled my site@esmi: ok sir, it’s by mistake. From Next time i will follow complete forum guidelines.
Forum: Installing WordPress
In reply to: Upgrade to 3.5 disabled my siteHii guys,
I am also not being able to edit my webpages. I also re-installed WordPress 3.5, but this not solved the problem. Can anyone here tell me how to solve this problem. I shall be highly obliged for your kind help.
Forum: Plugins
In reply to: [Add Link to Facebook] The error message I am getting, how to solve?Hii anindyanuri,
I have understood your problem. To sort out your problem to some extent you have to visit http://ww.wp.xz.cn/support/topic/add-link-to-facebook-needs-authorization-problem?replies=36
Forum: Themes and Templates
In reply to: Leaving comments open foreverhii PeterStrempel,
You have to log into your phpMyAdmin control applet. Then Locate and select your WordPress database on the left from the database dropdown list. Then select the SQL tab from the navigation tabs at the top. In the Run SQL Query box add the following code and click go:-
UPDATE posts p SET comment_status = ‘closed’, ping_status = ‘closed’ WHERE comment_status = ‘open’;
When you get an error, check your wp_post prefix from the database list and change the code to match accordingly. If successful, you should have disabled the ability to comment on your posts across your entire blog. To globally enable or re-enable comments, simply use the following code:-
UPDATE posts p SET comment_status = ‘open’, ping_status = ‘open’ WHERE comment_status = ‘closed’;
For more information regarding this issue please visit:
http://www.wprecipes.com/
http://www.wpbeginner.com/Some of the exciting features that I am currently using in Jetpack are my posts are automatically sharing on several social media networks. My blog visitors are getting subscribed and they are coming back to see my new blog posts. My website is showing full-screen photos and now I m using my email to automatically publish my blog posts.
For information on installation of WordPress plugins visit [ non-pertinent self-promoting link removed ]