Sudhir Khanger
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: "Administration Over SSL" clarification.Setting WordPress URI
For some plugins to work, and for other reasons, you may wish to set your WordPress URI in options to reflect the https protocol by making this setting https://mysite.com. Your blog address should not change.This is from the same page https://codex.www.ads-software.com/Administration_Over_SSL#Setting_WordPress_URI
Forum: Fixing WordPress
In reply to: "Administration Over SSL" clarification.I have added both of those options at the end of
wp-config.php
. It stayshttp
and doesn’t switch tohttps
when I open the dashboard or go to login page.The defines in your wp-config.php file (and that doesn’t need you to restart Apache) tell WordPress to do the administration via SSL.
Where do I tell WordPress to do administration via SSL? There doesn’t seem to be any such settings.
Forum: Fixing WordPress
In reply to: "Administration Over SSL" clarification.You don’t, and shouldn’t, change those two URLs to make the Admin run over SSL.
Why do you think Site and Address URL should not be changed?
Forum: Fixing WordPress
In reply to: "Administration Over SSL" clarification.Samuel,
I changed back site and address url back to http and added following sections at the end of wp-config.php file.
define( ‘FORCE_SSL_LOGIN’, true );
define( ‘FORCE_SSL_ADMIN’, true );Then restarted apache server. This doesn’t do anything. I am able to log-in without ssl.
Forum: Themes and Templates
In reply to: How do I remove footer from twenty thirteen theme home page?Looks like I don’t need to do that. Thanks.
Thanks Matt.
I am thinking about deploying WordPress 4.1 Beta 1 now that it’s close to the release. I had no custom types. I could also simply export and import my post/comments too. That is another option.
Forum: Themes and Templates
In reply to: [Story] Widgets show even if you have removed themThanks Andrew,
That is what I wanted.
WordPress is the nicest community around.
Thanks again for your help.
Forum: Themes and Templates
In reply to: [Story] Widgets show even if you have removed themsudhirkhanger.com
I simply want the singly column with blog posts.
Forum: Themes and Templates
In reply to: [Story] Widgets show even if you have removed themThanks Andrew, I don’t know how to theme but looks like it would be better to use your latter option as using display:none certainly hides the widgets but the widget background persists.
sudhirkhanger.com
It would be nice if it works with most themes and with reStructuredText markup which I plan to using more over markdown.
Thanks.
That’s that is how I want the inline code to look but it creates problem with block code.
If I block code by indenting 4 space or ~~~ or
` then there will be a big box and then all lines will be treated as code. See this picture https://i.imgur.com/k34fr94.png
Thanks for your help.
Forum: Themes and Templates
In reply to: [The Box] How to have full posts instead of truncated?Why doesn’t it honor WordPress Reading Settings to set Full text or Summary?
Edit CSS is part of Jetpack. Also theme is Gravit and here is the style.css. Although that will keep changing so editing through Edit CSS would be prefered.
Thanks Stephen,
In the Appearance section there is Edit CSS section.
Do I just need to paste the above code in there?
How would this be get applied to specifically the inline or code blocks?
I tried WP Code Highlight but it only highlights block of code and not inline. The other also seem like mostly for highlighting block of code and not inline or make current inline/block code stand out.