Search results

  1. M

    Other What are the best forum site for SEO?

    Digitalpoint, v7n, warriorforum are few top forums link..
  2. M

    German Custom CMS Coder

    Can you please PM me your project details?
  3. M

    Any Good Wordpress Developer Here ?

    I am a WordPress developer and have a experience of 5 years working on multiple and different structural websites, do PM me if you still need a developer. Thanks.
  4. M

    Required : Word Press Developer for video web site.

    Do you still need a WordPress Developer to built your website? if yes, PM me.
  5. M

    Adding Direct Download Link in Lightbox

    Yes it's possible, we call the URL of the image in a variable, need some coding work. PM me i'll explain.
  6. M

    How to show featured image custom post type?

    <?php $loop = new WP_Query( array( 'post_type' => array('freeGallery')&'post_status=publish')); if ( $loop->have_posts() ) : $loop->the_post(); ?> <div><?php echo the_post_thumbnail(); ?></div> <?php endif; ?> Try this
  7. M

    Wordpress help

    I have replied you on the PM, add me on skype and lets discuss. Thanks.
  8. M

    Which country you belong ?

    Hello from Pakistan! :)
  9. M

    Directory Wordpress Theme

    https://wordpress.org/themes/business-directory/ or just Google "free wordpress directory theme".
  10. M

    Leverage browser caching. Whats the best solution in Wordpress?

    Use WP Cache plugin that would do the trick.
  11. M

    How you Optimize Wordpress blog ? share what you do

    There are lot of factors involved to optimize the WordPress site, always try to upload the optimized picture which somehow reduce the load time of the page. Use minify version of your stylesheet and scripts. Using multiple plugins would not harm the load time, there are plugins which are...
  12. M

    How to Hide Specific Links in Posts

    You can define the role from admin menu, or add a new member role, then just restrict that member from viewing the links or post for certain categories. That can be possible.
  13. M

    How to reduce spam comment from wordpress?

    Use akismet, best option or to add a captcha code manually which involved some coding. Or use the disqus?
  14. M

    Request Script Ads Overlay Video

    Can you please explain it more?
  15. M

    [paid] little job on wp

    I hope the problem has been solved already, but it doesn't. You can add the custom media file size in your functions.php file it will then crop the image to the given size, you just need to call the file. For eg: <?php the_post_thumbnail('your-custom-size');?> Or upgrade the WP version to the...
  16. M

    what template using this site?

    They probably used some free theme and rename it with their website name.
  17. M

    Featured image question

    Share the website with me thorugh inbox, i'll let you know
  18. M

    plz i need help necessary

    Can you pls tell us exactly what type of plugin you're asking for? You want to force the visitors to see the ADS?
  19. M

    Moving from old to new domain question

    Cant you just simple put the redirection from cPanel/WHM from your old domain to the new one?
  20. M

    Wordpress help

    I have an experience working in Wordpress for about 5 years, please let me know your site and problem?
Back
Top