Web Site Migration- Resources compiled by Valerie Forrestal

Getting Started

 

Editing WordPress themes in Dreamweaver:

 

Free WordPress Responsive Themes:

 

WordPress Plugins:

 

Useful WordPress Codex resources:

 

Tabbed search boxes:

 

Creating search boxes for various library products:

 

Using webfonts:

 

Google form hacks: http://theinfobabe.blogspot.com/2013/09/hacking-google-forms.html

 

CSS stuff:

 

Important WordPress PHP calls:

  • relative page/post links: <?php echo get_permalink(#); ?>”>
    (where # is the page or post number. they’re all unique, so it doesn’t matter if it’s a page or a post)
  • image links, where images are in a folder in the child theme folder: <img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/jpg“>
  • includes where file is in parent theme: <?php include (TEMPLATEPATH . ‘/php‘); ?>
  • includes where file is in child theme: <?php include (STYLESHEETPATH . ‘/php‘); ?>

 

Version control with git:

 

Keeping up with WordPress News, Tips, and Tricks:

 

 

 

 

 

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s