m0r6h3us
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Themes and Templates
In reply to: [Expound] Home Page SliderHi, are u working on remote or local server?
Forum: Themes and Templates
In reply to: [Expound] Replace website name with logoLike I saw, u can change title with a logo (or u can chose to keep togheter). For advertisement, I think U have to define all the section, there is just one sidebar position and no template file.
Forum: Themes and Templates
In reply to: [Expound] Define number of articles on home pagelink ?
Forum: Themes and Templates
In reply to: [Expound] Home Page SliderI think your should check your expound/index.php file just before
get_template_part( 'featured-content' );If u would like to add some features, I think this is the right position for the top home/page position just below the menu.
<?php if ( is_home() && ! is_paged() ) { // condition should be same as in pre_get_posts get_template_part( 'featured-content' ); }?>Forum: Themes and Templates
In reply to: [Expound] Adding new/ custom page templates, like other themesI would it too… I will make something and post here 😉
Forum: Installing WordPress
In reply to: Memory exhausted error in admin panel after upgrade to 2.8I solved my problem by these steps:
1. in wp_config.php adding: define(‘WP_MEMORY_LIMIT’, ’64M’);
2. in wp_include/cache.php adding: ini_set(‘memory_limit’,’64M’);
3. creating php.ini local file adding: memory_limit = 64M
Viewing 6 replies - 1 through 6 (of 6 total)