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: http://lh5.googleusercontent.com/-4rodJiXhe4Y/T9IB3opsD5I/AAAAAAAAAWA/43Maw6IHHAk/s200/fb-og.jpg
Description: The Supreme Point of Complexity and ConsciousnessDefault settings
Image URL: http://lh5.googleusercontent.com/-4rodJiXhe4Y/T9IB3opsD5I/AAAAAAAAAWA/43Maw6IHHAk/s200/fb-og.jpgThe Frontpage settings Result : http://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 : http://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
How to join translate.yoast.com ?
The 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.
Now, it’s running exactly fine. Thanks for the Great Plugin.
Soon, I will translate the plugin into my language, Bengali.
Problem solved. Topic Closed.
I have set a static page as homepage.
And set this image as default image : http://lh5.googleusercontent.com/-ggAXKjMSCXc/T6o7lND-JLI/AAAAAAAAAVE/nhX5tjDn2gs/s200/seha-fb-og.png
The same setting I have used with version 1.1.6. It was working fine.
I have set both of them.
Nothing changed. Same problem.
ok.
Would you please let me know which files you have revised? It will be easier for me to replace those few files. Thanks.