mmarios
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Facebook thumbnail is not visibleThanks anyway for your help.
I was thinking if I had a mistake when I was setting the media size. From the admin panel I had the media size specified as width to zero and height to zero, as I use the thumbnail sizes from function.php
I hadn’t any Thumbnail default size in it.
Do you believe that I have to add any more lines on the code? I use these:add_theme_support(‘menus’);
add_theme_support(‘post-thumbnails’);
add_image_size(‘large’, 700, ”, true); // Large Thumbnail
add_image_size(‘medium’, 300, ”, true); // Medium Thumbnail
add_image_size(‘small’, 120, ”, true); // Small Thumbnail
add_image_size(‘custom-size’, 700, 200, true); // Custom Thumbnail Size call usingForum: Fixing WordPress
In reply to: Facebook thumbnail is not visibleI had that problem from the first share … one month before.
I just make a facebook developer account but I don’t think that this is the solution as the platform, it is seem to me made for applications like games etc.
I debug three sites that I know … all missing of the ‘app_id’, but works perfectly … there is any other solution that I can do?
Forum: Fixing WordPress
In reply to: Facebook thumbnail is not visibleyes, I saw this. I also debug a previous site that I made … I missed also there the’app_id” but the thumpnail works great. Do you believe that this will solve the problem?
I will fix it now, but I still wondering if that will fix the problem.
Forum: Fixing WordPress
In reply to: Facebook thumbnail is not visibleThumbnail was built into my theme based on html5blank. I have used of these blunk theme previous and never had any problem with thumpnails.
A friend also tell me to use the yoast plugin to solve the problem but it still exist
I have a menu with my recent posts in my index.php like that:
menu
post 1
post 2
post 3
post 4
post …I want, when someone click for example post 3, probably the single-post (single.php) will display the:
post 3
post 4
post …
paginationit works really as an archive page, including the post and the older ones but the url, as in this example page, looks to be on the single.php
Hope to understand me …. It a bit confusing but very practical for very short posts like news.
Any help?