|
|
|
|
|
Monday, 31 January 2011 06:12 |
// Pagination for multiple loops page
Recent Articles
$temp = $wp_query;
$wp_query= null;
$wp_query = new WP_Query();
$wp_query->query('showposts=5'.'&paged='.$paged);
?>
have_posts()) : $wp_query->the_post(); ?>
 Read more: |
|
|
Written by
|
|
Wednesday, 04 March 2009 17:12 |
|
The March issue of the Hungarian PC World Magazine is out now. Its Joomla! related speciality is the first part of a series of articles introducing how to build dynamic websites using Joomla.
The author of the articles is József Tamás Herczeg, JUAH Board Member, which guarantees the expertise. In this issue he tells the readers why is it worth to choose a content management system, then specifies the technical requirements. Then he guides us through the web installation process and shares with us how to set up the test environment on a local computer.
The publication of this article can be considered as a recognition, because web applications have been only rarely introduced in the printed magazine. In the following issues more articles are expected to come.
Finally we would like to thank Zoltán Telek editor in chief and László Bata editor for this great possibility. Read more: |
|
|
|
|
|