Sye
Forum Replies Created
-
yeah.
Okay, I was able to fix the problem. I logged into my Openshift WordPress app using SSH, and then modified my wp-config.php.
By default, Openshift forces SSL on wp-admin. So just comment out this line in your wp-config.php:
define('FORCE_SSL_ADMIN', true);
BTW your WP app is located at:
/var/lib/openshift/<app-id>/app-root/repo/php
bump
Forum: Plugins
In reply to: [HC Custom WP-Admin URL] WordPress 3.8 CompatibilityOn my WP 3.8 installation it only changes the wp-login url, but doesn’t change the wp-admin url.
Waiting for support.
Forum: Plugins
In reply to: Request- WP Plugin, Upload Pictures then Sends to facebookI would love a plugin that could do this. Or something like automatically uploading the featured image of wordpress post to a facebook fan page with the link of the post.
Forum: Fixing WordPress
In reply to: Custom Post Types Permalink Structure?@irfan I already tried that, it didn’t work. You can use the previous version while the bug in the current version gets fixed.
Yes, switching back to v1.2.8.5 fixed the problem. So this is a problem with the new v1.2.8.6 – Waiting for the new version with fix.
Version v.1.2.8.5 Download Link
My install isn’t a multisite, it’s single. It just has a lot of authors. %%category%% and %%tag%% are working fine for me. Only %%name%% gives problems.
1. Open wp-content/themes/[your-theme]/header.php in a text-editor
2. Find this:<title><?php *bunch of code* ?></title>
and replace it with
<title><?php wp_title(''); ?></title>
3. Save it.
and you’re done!
Try this, worked for me:
1. Open wp-content/themes/[your-theme]/header.php in a text-editor
2. Find this:
<title><?php *bunch of code* ?></title>
and replace it with
<title><?php wp_title(''); ?></title>
3. Save it.and you’re done!
Forum: Plugins
In reply to: WordPress SEO by Yoast plugin duplicates title tag on certain pagesThanks! Worked for me too.
But this plugin should have built-in support for this. It should automatically change the code to that so there are no duplicates in the Title Tag.
Forum: Fixing WordPress
In reply to: Custom Post Types Permalink Structure?When using this plugin it always gives a 404 error when I use the %postname% tag. Please help!
Okay, found a solution.
1. Make your changes in Settings > Permalinks
2. Save It
3. Save It again, without changing anything.This got it working for me. You have to save it twice for some reason. I think it has something to do with Permalink Flush or something like that (I think I read something about it on some other forum, whatever…)
LOL. Cheers!
UPDATE: For some reason this does not work when you use %postname% structure tag. :/