Need your help,,,Please....

Discussion in 'WordPress' started by snipercool, Feb 9, 2012.

  1. #1
    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
     
    snipercool, Feb 9, 2012 IP
  2. inzaji

    inzaji Member

    Messages:
    170
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    28
    #2
    But where is ur URL ??? give your URL so we can check what is it looks likes !
     
    inzaji, Feb 9, 2012 IP
  3. polad

    polad Member

    Messages:
    43
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    You should use the plugin.
     
    polad, Feb 9, 2012 IP
  4. snipercool

    snipercool Peon

    Messages:
    191
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    this is my site: http://eindomarket.com/
     
    snipercool, Feb 9, 2012 IP
  5. waziuz

    waziuz Active Member

    Messages:
    783
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    80
    #5
    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.

     
    waziuz, Feb 9, 2012 IP