How to change text (date) in post base on the day

Here’s summed up what you need to do: Get a meta box library. Add custom fields with dates Attach a filter callback action to the_content filter Get the current date, check your custom fields, append date in content. So here’s the filter callback, that lets you append your “next date”: function wpse66615_date_to_content( $content ) { … Read more

Setting default category for display

I’m not sure you are understanding what a ‘category page’ is doing; for example your news page: http://papermepress.com/?cat=1 this is pulling out all post with the categoy ‘news’ which has cat id equal to 1. depending on your needs there are two possible things you can do. 1 – if you simply want all posts … Read more

limit posts per page

I changed the first line of my code to this and it worked to limit the posts $allcats = get_categories(array(‘child_of’ => get_query_var(‘cat’), ‘number’ => 3,’order’=> ‘asc’)); Now on to the next problem…Pagination

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