Search:

Search: Search took 1.00 seconds.

  1. Replies
    7
    Views
    450

    This small function will do the job: ...

    This small function will do the job:



    function childtheme_display_user_ip() {
    global $post;

    if ( !current_user_can('manage_options') || !is_singular( APP_POST_TYPE ) )
    return;
  2. in your theme-actions.php add this code /** ...

    in your theme-actions.php add this code

    /**
    * query coupons on homepage in main wp query, fixes pagination
    *
    */
    function clpr_query_coupons_on_homepage( $query ) {
    if(...
  3. Ping.fm: The Free Productivity Booster To build 31 Backlinks From Top Social Sites

    Ping.fm is a free Status Update Aggregator Site where you can post it once and you get it posted to 31 Sites automatically for super productivity leverage.

    http://ping.fm/


    I have been using...
  4. Same here too. Looks like the site is too wide....

    Same here too. Looks like the site is too wide. Nice concept though. http://imagicon.info/cat/5-5/vbulletin-smile.gif
  5. On the theme-login.php page I added this code...

    On the theme-login.php page I added this code which will make it look nicer when adding the facebook button to the register page, appthemes, if you like it you may move the inline css to the proper...
  6. On a wide screen monitor, the site's width...

    On a wide screen monitor, the site's width stretch probably because you are using a fluid css width.
  7. Replies
    3
    Views
    560

    You may check on this plugin...

    You may check on this plugin http://wordpress.org/extend/plugins/custom-post-type-list-widget/. I have just tested it and it seems to work fine.
  8. By default the query_post functions is already...

    By default the query_post functions is already ordered by date and so you may just try adding the paramenter posts_per_page' => 5 to limit the number of ads to show. More on the query_post function...
  9. [PLUGIN RECOMMENDED] See these links: ...

    See these links:

    http://www.google.com/support/webmasters/bin/answer.py?answer=183669

    http://www.bing.com/toolbox/webmaster

    http://help.yandex.ru/webmaster/?id=1007070
    ...
  10. [PLUGIN RECOMMENDED] The plugin uses "Sitemap Index" and not just a...

    The plugin uses "Sitemap Index" and not just a site map. With this, the site will have a much better performance and a top SEO structure.

    Note that the filename is not as important, what really...
  11. [TUTORIAL] Please do not duplicate posts. This does not help...

    Please do not duplicate posts. This does not help at all.

    See the answer here: http://forums.appthemes.com/captcha-comments-only-24509/
  12. Replies
    1
    Views
    863

    [MOD NEEDED] I think this case would be easier to disable the...

    I think this case would be easier to disable the reCaptcha ClassiPress, and use some plugun Captcha to do this
  13. Replies
    3
    Views
    708

    [SOLVED] It will require editing of the pagination...

    It will require editing of the pagination function which can be found at the appthemes-functions.php line 587. Try increasing the "num_pages" parameter which is currently set at 15.

    Take note that...
  14. Replies
    16
    Views
    888

    in tpl-dashboard.php, look for "

    in tpl-dashboard.php, look for "<h1 class="single dotted"><?php printf(__("%s's Dashboard", 'appthemes'), $userdata->display_name); ?></h1>"
    replace "$userdata->user_login" with...
  15. Ok, the tutorial is finally finished, you can...

    Ok, the tutorial is finally finished, you can check it out here:
    http://sethmatics.com/?p=1397
  16. Replies
    9
    Views
    754

    You can use the app on Facebook called RSS...

    You can use the app on Facebook called RSS Graffiti, it just requires the feed link from your site, as mentioned above.
  17. [SOLVED] You can try adding the class=”required” to...

    You can try adding the class=”required” to “step-functions.php” line 205. The file is found in the "includes/forms" folder. Do not remove the fileupload class just use a space to seperate the classes.
  18. Try this one, seems to work fine "Simple Local...

    Try this one, seems to work fine "Simple Local Avatars".

    Mike
  19. [TUTORIAL] Mods to sort categories in simple drag and drop

    Classipress only has the option to order the categories by name and post ID. With this mods, sorting of the ads categories can be done in simple drag and drop.

    As always, make a backup of the...
  20. Replies
    299
    Views
    33,415

    Ok, I thought I would post a mod, in its...

    Ok, I thought I would post a mod, in its entirety. I have gone over this thread extensively and there was not one post that had all the information needed to make this work (for me anyways). There...
Results 1 to 20 of 20