moved to @muniftanjim
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to: 301 redirect /post/%post_id% to /?tegory%/%postname%editing .htaccess wasn’t working for me. However, this worked perfectly:
Add this code to function.php
function custom_rewrite_function() { add_rewrite_rule('^post/([0-9]+)/?', 'index.php?page_id=$matches[1]', 'top'); } add_action('init', 'custom_rewrite_function');
Go to, Settings > Permalink. Hit Save Changes without modifying any options.
This redirects all the /post/%post_id% links to my current permalink ( /%category%/%postname% ).
Forum: Fixing WordPress
In reply to: How to: 301 redirect /post/%post_id% to /?tegory%/%postname%I’ve tried this. This doesn’t recognize permalink tags, like %post_id%, %category%, %postname% etc.
I have faced the same problem with version 1.2.7
Won’t there be any official solution for this on next updated version?
I have set this values,
Frontpage settings
Image URL: https://lh5.googleusercontent.com/-4rodJiXhe4Y/T9IB3opsD5I/AAAAAAAAAWA/43Maw6IHHAk/s200/fb-og.jpg
Description: The Supreme Point of Complexity and ConsciousnessDefault settings
Image URL: https://lh5.googleusercontent.com/-4rodJiXhe4Y/T9IB3opsD5I/AAAAAAAAAWA/43Maw6IHHAk/s200/fb-og.jpgThe Frontpage settings Result : https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Ftanjimshaikat.com
It’s working greatly. The Image is showing.But,
The Default Settings Result : https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Ftanjimshaikat.com%2Fhimu%2Fhimur-babar-upodesh%2Fnirliptota%2F
Here, The image is not showing.Problem solved. I added the scripts before </body> on footer.php
Thanks
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Facebook OpenGraph Image ProblemHow to join translate.yoast.com ?
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Double og:imageThe use for 2 og:images is, When you will post that link on facebook status, you will get option to select an image from that 2. So, that’s an useful feature.
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Facebook OpenGraph Image ProblemNow, it’s running exactly fine. Thanks for the Great Plugin.
Soon, I will translate the plugin into my language, Bengali.
Problem solved. Topic Closed.
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Facebook OpenGraph Image ProblemI have set a static page as homepage.
And set this image as default image : https://lh5.googleusercontent.com/-ggAXKjMSCXc/T6o7lND-JLI/AAAAAAAAAVE/nhX5tjDn2gs/s200/seha-fb-og.png
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Facebook OpenGraph Image ProblemThe same setting I have used with version 1.1.6. It was working fine.
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Facebook OpenGraph Image ProblemI have set both of them.
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Facebook OpenGraph Image ProblemNothing changed. Same problem.
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Facebook OpenGraph Image Problemok.
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Facebook OpenGraph Image ProblemWould you please let me know which files you have revised? It will be easier for me to replace those few files. Thanks.