Search:

Search: Search took 1.00 seconds.

  1. Replies
    3
    Views
    441

    knew it!!! OMG.. Thank you Samcy...

    knew it!!! OMG.. Thank you Samcy...
  2. Hi. Ever considered adding a background on this?...

    Hi. Ever considered adding a background on this? Would be better looking to have it added. Currently it looks pretty basic to me. http://imagicon.info/cat/5-5/icon_e_smile.gif
  3. Your site looks clean, but i suggest you upgrade...

    Your site looks clean, but i suggest you upgrade to the latest version 3.1.7.
  4. Replies
    1
    Views
    632

    One way to rename it is by editing a theme file...

    One way to rename it is by editing a theme file specifically the \includes\theme-header.php line 153.

    Take note that this involves modification of the core theme files of which will be overwritten...
  5. Replies
    79
    Views
    12,152

    [TUTORIAL] Deleting the image is not a good idea. The theme...

    Deleting the image is not a good idea. The theme is now looking for the image and cannot find it. This results in longer loading time. You need to remove the reference to the file in your custom.css...
  6. You may remove the code below in the header.php;...

    You may remove the code below in the header.php;


    <li class="mega"><a href="#"><?php _e('Categories','appthemes'); ?></a>
    <div class="adv_categories" id="adv_categories">

    ...
  7. Try replacing the code below in the loop.php; ...

    Try replacing the code below in the loop.php;


    <?php the_content('<p>'.__('Continue reading &raquo;', 'appthemes').'</p>'); ?>

    with;


    <?php the_excerpt(); ?>
  8. Replies
    18
    Views
    3,311

    [CLASSIPRESS] How about installing wordpress as multisite and...

    How about installing wordpress as multisite and creating a separate blog for each region?
    This way you could configure classipress for each region separately.
    You could then crosslinking the sites...
Results 1 to 8 of 8