Change the template settings from static page to “Your latest posts”. Do a quick edit on the blog post page and change the page template to blog template. If there was an actual page named home, remove it from the menu and create a custom link for the menu pointing to the domain name and label it Home.
Tag: Tempera Theme
WordPress – Tempera Theme – Top Bar Spacing
Add this code to the Custom CSS area under Miscellaneous Settings:
/* Tempera Custom CSS */
#topbar {margin: 10px;}
WordPress – Tempera Theme – Removing the “More Posts” Button From the Front Page
Go to the theme settings, miscellaneous settings and add this code to the CSS area.
#cryout_ajax_more_trigger {
display: none;
}
WordPress – Gallery Template for Gallery Plugin Shows Extended Search Area Beneath Gallery
Use GoDaddy Control Panel, File Manager and Search (Control-F) the Gallery Templates (gallery-single-template.php) & (gallery-template.php) and remove the line: <?php get_sidebar(); ?>
Look in public_html, find wp-contents folder\themes\tempera
If the files don’t exist in the tempera folder, copy them from the public_html/wp-content/plugins/gallery-plugin/templates folder.
WordPress – Tempera Top Bar Spacing
Add this code to the Custom CSS area under Miscellaneous Settings: /* Tempera Custom CSS */ #topbar {margin: 10px;}
WordPress – Tempera Template – Presentation Page Not Showing After Update
Answer:
Change the template settings from static page to “Your latest posts”. Do a quick edit on the blog post page and change the page template to blog template. If there was an actual page named home, remove it from the menu and create a custom link for the menu pointing to the domain name and label it Home.