Roland Yegorov
Forum Replies Created
-
Forum: Plugins
In reply to: [Socialphotos] Screenshots not showing upOK, solved myself. If anyone finds this post, know that fixing this is merely making sure your repository is clean.
name assets as – screenshot-1.png – and so on. Make sure there are no duplicates. ??
Forum: Plugins
In reply to: [Socialphotos] Screenshots not showing upup
Forum: Plugins
In reply to: [Socialphotos] Screenshots not showing upHello?
Forum: Plugins
In reply to: WordPress plugin screenshots?Hello?
Forum: Themes and Templates
In reply to: Posts with imagesThank you a lot once again! Now I feel more confident in WordPress and the website is building well. Have a nice day/evening! ??
Forum: Themes and Templates
In reply to: Posts with imagesWoohoo thanks a lot! Now it’s time to proceed. ??
Can I ask one more question?
How would you suggest to code my navbar if it’s hardcoded with simple a tags? Should I implement php snippets or just put a link to the pages?Here is the code for the menu: https://pastebin.com/GMZ1uFsh
Forum: Themes and Templates
In reply to: Posts with imagesI’m referring to this part of the code: https://pastebin.com/F1wN5k7x
Which displays recent posts.
Forum: Themes and Templates
In reply to: Posts with imagesOK, one problem solved. The featured image metabox appeared in the admin panel. But can the featured image be displayed on the recent posts tab?
Here is my index.php if I did not make a lot of sense. I reckon there should be an additional php snippet to display the featured image?
Forum: Themes and Templates
In reply to: Single.php not workingHere is the index.php: https://pastebin.com/fqgPMMxZ
Ohh…thank you! I managed to find the cause. My permalinks were set to manual instead of default.
Forum: Themes and Templates
In reply to: Single.php not workingClicking on a post I get redirected via the permalink which leads to the index.php page (i.e. the same page) The permalink is also one for all posts. I reckon posts should have a unique id in the link.
Forum: Themes and Templates
In reply to: Posts with imagesMy functions.php does not recognize the code:
if ( function_exists( ‘add_theme_support’ ) ) {
add_theme_support( ‘post-thumbnails’ );
set_post_thumbnail_size( 150, 150, true ); // default Post Thumbnail dimensions (cropped)// additional image sizes
// delete the next line if you do not need additional image sizes
add_image_size( ‘category-thumb’, 300, 9999 ); //300 pixels wide (and unlimited height)
}or simply
add_theme_support( ‘post-thumbnails’ );
The code just appears as text in the admin panel. :/
Forum: Themes and Templates
In reply to: Posts with imagesThank you both for contributing. I’ll make sure to try when I’m at my computer. After 2-3h.
Forum: Themes and Templates
In reply to: Posts with imagesThanks, I’ll try it and respond in an hour.
How can I target images to be those thumbnails?Forum: Themes and Templates
In reply to: Posts with imagesI made a custom theme. Using 4.0.1 WordPress