Coolest Guides on the Planet

coolest guides on the planet

Coolest Guides On The Planet

  • Home
  • macOS
  • WebDev
  • All Posts
  • Contact

Add Javascript and CSS files to the Head and Footer in WordPress

January 27, 2014 2 Comments

javascript-header-wordpress

Getting it right in the head As a hack every now and then I would whack in a javascript or CSS link hardcoded directly into the header.php or footer.php template files of a WordPress theme. This really is a no no! as this can result in script conflicts or duplications or just downright badness,  there …
Read More

Cats: CSS, WebDev, WordPress

Create a Login/Logout Link in WordPress

January 23, 2014 Leave a Comment

To create a login/logout link in WordPress you can use a snippet of php… <?php if (is_user_logged_in()) : ?> <a href=”<?php echo wp_logout_url(get_permalink()); ?>”>Logout</a> <?php else : ?> <a href=”<?php echo wp_login_url(get_permalink()); ?>”>Login</a> <?php endif;?>

Cats: WordPress

Create an extra Widget Areas in WordPress Twenty Twelve

January 20, 2014 11 Comments

function-twenty-twelve

WordPress themes come with a certain number of widgets in parts of the web page, for example the 2012 theme has a sidebar and 2 home page widget areas, you can make many more areas of the layout widgetised by creating  extra widget functions and placing the PHP code for those functions in the theme …
Read More

Cats: Tech, Theming, WordPress

Create a Widgetized Custom Home Page in Genesis Child Theme WordPress

January 18, 2014 11 Comments

genesis-widgetised-home-page

Creating a customised all widgets / widgetized home page of a Genesis Child Theme. Analysing the Layout The layout above does not lend itself to the default layouts in Genesis, it really needs to be set up with widgetised areas in the WordPress dashboard so a non-technical user can update content. The layout is a …
Read More

Cats: CSS, Theming, WordPress Tags: energise

Get PHP and Shortcode to Work in WordPress Widgets

January 15, 2014 1 Comment

Getting PHP Working in Widgets By default any PHP code won’t execute in WordPress widgets or sidebars, you can probably get by with a plugin but you can also add a function in your themes function.php file to allow PHP to run, what you need to declare is a custom function and filter. //Allow PHP to …
Read More

Cats: WordPress

Remove HTML Tags and Attributes in WordPress Comments

January 13, 2014 Leave a Comment

wordpress-html-comments

Bu default WordPress comments have instructions for users on how to use HTML tags and attributes in the actual comments, many users are turned off by this, here is how to remove HTML Tags and Attributes section in the post comments form in WordPress theme. By default this format appears in a few themes including Twenty …
Read More

Cats: WordPress Tags: twenty twelve

Change the Genesis Theme Copyright Line in Footer for WordPress

January 5, 2014 Leave a Comment

genesis-footer-copyright

Genesis Themes adds it in its footer credit copyright line at the base of the page. To change this, you need to add a new  function and filter into your functions.php of your Genesis child theme… Adding the Function //Changing the Credits function genesischild_footer_creds_text () { echo ‘<div class=”creds”><p>Copyright &copy;’; echo date(‘Y’); echo ‘&middot; <a href=”http://coolestguidesontheplanet.com/”>Neil …
Read More

Cats: WordPress

Install WordPress Easily on OS X Mavericks 10.9

December 31, 2013 3 Comments

bitnami-wordpress-installer

If you want to get WordPress 3.8 quickly installed on your OS X machine for development or just to learn the software you can install all the necessary components including Apache, PHP, MySQL, phpMyAdmin and WordPress in one foul swoop without launching the Terminal. This type of install works best if you don’t use Apple’s …
Read More

Cats: macOS, WordPress

« Previous Page
Next Page »

Tags

3gs 10.6 apache backup baseband boot clean urls cpanel css curl custom database drupal el capitan git Google image instadmg ios iphone jailbreak keys lion mac macos mojave macos sierra menu mysql OSX panda php phpmyadmin private public redirect redsn0w remote rsa SEO shell ssh terminal unstoppables upgrade urls

Donate a Beer to the Coolest Guides

Get Beaver Builder Now!

Discuss

3gs 10.6 apache backup baseband boot clean urls cpanel css curl custom database drupal el capitan git Google image instadmg ios iphone jailbreak keys lion mac macos mojave macos sierra menu mysql OSX panda php phpmyadmin private public redirect redsn0w remote rsa SEO shell ssh terminal unstoppables upgrade urls
Get DesktopServer

Lynda

Lynda.com Online Training Videos

TreeHouse

smlinks

Learn WordPress
osx-modify-shell-path

How to Add to the Shell Path in macOS Big Sur and Catalina using Terminal

October 19, 2019

virtual-hosts osx 10.10 yosemite

Set up Virtual Hosts on macOS Catalina 10.15 in Apache

October 19, 2019

Installing Homebrew on macOS Catalina 10.15, Package Manager for Linux Apps

October 18, 2019

Where is the bash shell in macos Catalina?

October 12, 2019

Refine your search

  • All
  • Modules
  • Themes
  • Documentation
  • Forums & Issues
  • Groups

RSS ars technica

  • What to expect from Apple’s Worldwide Developers Conference next week
  • Breaking down why Apple TVs are privacy advocates’ go-to streaming device
  • Musi says evidence shows Apple conspired with music industry on App Store ban
  • Trump threatens Apple with 25% tariff to force iPhone manufacturing into US
  • I helped a lost dog’s AirTag ping its owner: An ode to replaceable batteries

RSS mac surfer

  • Tot is new text editor for Mac, iPhone, and iPad focused on constraints and ease of use
  • TiPbITS: Google Drive Sorting Can Hide New Documents
  • How to take a screenshot on a MacBook Pro
  • How To Create Simple Animation With Mac Keynote
  • Last Week on My Mac: Virus pandemics

Donate

Copyright © 2025· Neil Gee - All Rights Reserved - Hosted by Runcloud

Copyright © 2025 · gee on Genesis Framework · WordPress · Log in