New Posts
Live Radio
Welcome guest, is this your first visit?
  • Login:
Pokerview.com Affiliate Program
+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    May 2009
    Location
    United States
    Posts
    225
    Feedback Score
    4 (100%)

    Default Wordpress Tutorials, How-To's

    I'd like to get a thread going of ideas for tutorials or how-to's from the PAL community. We have a few wordpress gurus floating around and we should take advantage of that!

    So go ahead and post away!


    Sent from my iPhone using Tapatalk

  2. #2
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Sweden
    Posts
    448
    Feedback Score
    6 (100%)

    Default

    Even tho i have a headache im gonna be nice and post a little something something.

    Add a description(keyword works the same way ofcourse)
    add it in your head and then use custum field: ID description and value your description
    HTML Code:
    <meta name="description" content="<?php echo(get_post_meta($post->ID, "description", true)); ?>" />
    If you using <?php wp_head(); ?> you can disable things you dont wanna use that are incuded in <?php wp_head(); ?>
    Just add something like this in your functions.php

    It needs to be inside <?php ?>

    Remove Wp version in your head AND from your feeds
    HTML Code:
    function remove_version_info() {
         return '';
    }
    add_filter('the_generator', 'remove_version_info');
    If you use <!--more--> and dont want it to "jump" to the spot where the more is add this in functions.php
    HTML Code:
    function remove_more_jump_link($link) { 
    $offset = strpos($link, '#more-');
    if ($offset) {
    $end = strpos($link, '"',$offset);
    }
    if ($end) {
    $link = substr_replace($link, '', $offset, $end-$offset);
    }
    return $link;
    }
    add_filter('the_content_more_link', 'remove_more_jump_link');

    To remove url shorter in your head
    HTML Code:
    remove_action('wp_head', 'shortlink_wp_head');
    remove rel="EditURI" and rel="wlwmanifest" links, i dont remember what they do.
    HTML Code:
    add_action('init', 'remheadlink');
    function remheadlink() {
    remove_action('wp_head', 'rsd_link');
    remove_action('wp_head', 'wlwmanifest_link');
    }
    Might post more later
    Gambling Revolutions

    Are you in need of nice looking poker chips? or maybe something else
    Gambling Products Recreation

    Swedish poker site with poker bonus and reviews.

  3. #3
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    May 2009
    Location
    United States
    Posts
    225
    Feedback Score
    4 (100%)

    Default

    Excellent sirtiner!!!

    My thoughts on this would be that people that need help could request help and/or tutorials for doing certain things and that we (and other Wordpress folks) could fulfill those requests in a new post so they would stand out.

    Your wp_head filter code reminded me of a security session from Wordcamp Boston last weekend, great slide deck that all WP admins should read:

    WordPress Security - WordCamp Boston 2010

  4. #4
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Sweden
    Posts
    448
    Feedback Score
    6 (100%)

    Default

    woops sorry, questions and then answers
    Gambling Revolutions

    Are you in need of nice looking poker chips? or maybe something else
    Gambling Products Recreation

    Swedish poker site with poker bonus and reviews.


 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Cool photoshop tutorials
    By superiorword in forum Wordpress - Web Design - Coding - Technical
    Replies: 5
    Last Post: 08-11-2009, 02:07 AM
  2. Photpshop Video Tutorials
    By Ridge in forum Wordpress - Web Design - Coding - Technical
    Replies: 13
    Last Post: 05-17-2009, 08:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Powered by vBulletin® Version 4.1.5
Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.
SEO by vBSEO 3.6.0
Affiliate Program Consultant