Hi my friends in dp. I need your help. I am new in wp. actually I create an article directory site by using this theme: http://articlesss.com/ I wanna change my most recent articles in my site: http://eindomarket.com/ like this site: articlesss.com but I can't. I have tried many times but still error here my index page code <?php get_header(); ?> <p><?php printf(__('Welcome to article directory <strong>%s</strong>. Here you can find interesting and useful information on most popular themes.', 'article-directory'), get_bloginfo('name')); ?></p> <p><?php global $numposts, $users; printf(__('There are <strong>%1$s</strong> published articles and <strong>%2$s</strong> registered authors in our article directory.', 'article-directory'), $numposts, $users); ?></p> <h3><?php _e('Most Recent Articles', 'article-directory'); ?></h3> <ul id="recent"> <?php wp_get_archives('type=postbypost&limit=10'); ?> </ul> <?php get_sidebar(); ?> <?php get_footer(); ?> PHP: Please help me how to create most recent articles like in this site: http://articlesss.com/ thanks
I used to use that plugin in the past but sold all of my article directory sites around a year or so ago due to the submission spam and strain on server resources in the long run. It seems the theme has also changed a lot since those days. What do you mean by changing the recent articles similar to his site. It looks similar to his site to be honest though it was like a list in the past when I used to use. If you are saying about the look then I believe he is using a custom css unique to his website nowadays. So, I doubt you can make your site exactly like his site unless you completely modify the theme and css. If you are saying about listing the "Catalog" or categories as he is doing on the front page then I believe there was an option inside the Article Directory Plugin settings inside wordpress to activate that. One advice though. Do not make open and automated submission or it will turn into a spam bank in the long run.