Search results

  1. Social Sharing Icons/Buttons Without Needing HTTP Requests

    I see what you did there, but I don't really get the evolutional phase from cluts to cutts. You might be getting serious in your years, but thank you for all you shared on wf and buso. I've implemented most of your suggestions on...
  2. Wordpress SEO Plugins vs Manual Approach

    Looking at the code, there's an if else statement in there: <meta name="keywords" content="<?php if(get_post_meta($post->ID, "metakey", true) != '') echo get_post_meta($post->ID, "metakey", true); else echo strtolower(get_bloginfo('name'));?>" /> Someone who knows php might be able to tell us...
  3. Wordpress SEO Plugins vs Manual Approach

    Check my comment here: https://www.buildersociety.com/threads/buso-lightning-the-fastest-wordpress-theme.763/page-3#post-10771 It's manual for each page, but you set manual description for each page, don't you? header.php for busotheme: http://pastebin.com/gACxr3Ab functions.php...
  4. Contracts for digital marketing?

    How big is your client?
  5. BuSo Lightning - Official Support Thread

    Honestly, it's only copy pasting someone else's work and clicking a button here and there. I'm such a savage that nobody can tell me apart from a Neanderthal.
  6. BuSo Lightning - Official Support Thread

    Can't edit the latest post of mine, but adding the bolded to category.php file will let you put your descriptions as content on category pages. No more deindexing them. <div class="main-wrap"> <div class="post-wrap"> <p><?php echo category_description(); ?></p> <?php if ( have_posts() ) : while...
  7. BuSo Lightning - Official Support Thread

    Thanks for the detailed comment. You don't need Yoast for that. Add this to header.php: <meta name="description" content="<?php if(get_post_meta($post->ID, "metadesc", true) !='' ) echo get_post_meta($post->ID, "metadesc", true); else bloginfo('description');?>" /> <meta name="keywords"...
  8. BuSo Lightning - Official Support Thread

    I've been running some speed tests on buso light with w3tc cache plugin. Some of my css and js files were loaded as XY.JS?=version1.2.3. Pingdom and other speed tests cried that this is not fun. Pingdom complaint: Remove query strings from static resources. Resources with a "?" in the URL are...
  9. Best/Good enough name servers

    Hey builders My present project's hosted on digitalocean(yes, stone me). Their name servers on pingdom tests take 0.1 to around 0.3-0.6 second to look-up, which is terrible. Should I just use cloudflare name servers instead? What's your experience with name servers? Which should I use?
  10. BuSo Lightning - Official Support Thread

    Is it possible in the future to have change logs between versions? I've done a few editing here and there based on Ryu's posts, so that a nawb like me can understand what I need to override in case of updates et al. Thank you. Great theme btw. The first time I read I was like, man how much this...
  11. gov.uk - learning from an awesome government website

    http://lmgtfy.com/?q=site%3Aaccountingweb.co.uk+%22gov.uk%22 I think a while ago I became aware of gov.uk changes on accountingweb. A lot of people there were complaining about HMRC materials and guide changes and moves to gov.uk. But I think that complainers were conservative people afraid of...
  12. Any good FREE keyword tracking tool??

    Since serposcope doesn't support logins, add this code to your .htaccess file if your server runs apache: order deny,allow deny from all allow from 1.2.3.4 1.2.3.4 being your ip or try the answers to Q1 here http://serposcope.serphacker.com/en/doc/faq.html
  13. ATTN Speed Freaks: Wordpress now adding Emoji files globally

    Can't you just remove the lines from header.php and delete the files it calls? I'm not a designer and I don't know html and css like you guys do. Wordpress became annoying a couple of weeks ago when my host started to autoemail me every other day that wordpress installs got updated with each...
  14. Solving the FOCUS problem

    I've tried changing my hosts file on windows at C:\Windows\System32\drivers\etc to redirect all time wasting forums to 0.0.0.0, yet I moved my hosts soon afterwards onto the desktop and time wasting sites are still available.
  15. Season #1 - La Fin

    Thanks for the case study guys. There are a lot of takeaways in these threads. The common lesson here is that you can gain a lot more with interacting with people, even with fake personas, than waiting for the SEO game of Unforeseen Consequences. Do you plan on making the private dojo section...
  16. Tax Problems - Help me Keep More Of My Money

    make sure you know what to expect of corporate and director responsibilities, including laws, filing dates, official companies house site and your accounting and bookkeeping responsibilities. If you don't, talk someone who does. If you outsource your company administration, which is recommended...
  17. BuSo Lightning - Official Support Thread

    Thank you for the theme. However, you left in the clicky tracking script before the closing body in footer.php.
  18. CC9 -- Missandei

    this is simply ridicoulous, according to her findings: No emails, no nothing http://amylynnandrews.com/amazon-associate-vilation/ "How they said it in legal jargon (and what we agreed to) Amazon says in the Associates Program Participation Requirements (emphasis mine): 6. You will not engage...
  19. CC9 -- Missandei

    Be careful with amazon operation agreement https://affiliate-program.amazon.com/gp/associates/agreement and linking requirements https://affiliate-program.amazon.com/gp/associates/help/operating/linking . From the latter: "In addition, you must not use a link shortening service in a manner that...
  20. Tax Problems - Help me Keep More Of My Money

    In which of Hungary do you own property?
Back