Automatically create a new page daily with last three posts

You can create date.php (you can copy the content for this from archive.php or index.php) in your theme folder which will handle all the “day” pages… <?php get_header(); ?> <div id=”container”> <div id=”content” role=”main”> <?php $day = get_query_var(‘day’); $monthnum = get_query_var(‘monthnum’); $year = get_query_var(‘year’); if ( is_day() ) : ?> <a href=”https://wordpress.stackexchange.com/questions/15424/<?php echo get_day_link($year, $monthnum, … Read more

Increase 10 post limit per page

It seems your theme (or one of your plugins) has reduced the query to 10 posts per page.Otherwise, changing the option in the Settings page has to change the number of posts per page. Check code of your theme and remove posts_per_page parameter of queries (If queries have been modified, and this parameter was set). … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)