Difference between revisions of "Week Eleven (MGDP2060)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
Line 4: Line 4:
  
 
* [http://tech.slashdot.org/story/15/11/08/2334257/wordpress-now-powers-25-of-the-web WordPress Now Powers 25% of the Web]
 
* [http://tech.slashdot.org/story/15/11/08/2334257/wordpress-now-powers-25-of-the-web WordPress Now Powers 25% of the Web]
 +
 +
== Is WordPress the right solution? ==
 +
 +
Not always.
 +
 +
Some websites don't need the features that WordPress provides.
 +
 +
If static web pages meet your needs, and WordPress is overkill, go with static web pages.
 +
 +
== WordPress menus ==
 +
 +
WordPress can generate menus for you.
 +
 +
You can configure WordPress menus in a variety of different ways, for different purposes.
 +
 +
For example, it's common for a menu to automatically display all of the WordPress pages. 
 +
 +
* When you add a page, a new menu item automatically appears for that page.
 +
* When you delete a page, the menu item automatically disappears.
 +
 +
Links:
 +
 +
* https://codex.wordpress.org/WordPress_Menu_User_Guide
 +
*
 +
*
 +
 +
== For next week ==
 +
 +
Continue working on your custom WordPress theme.
  
 
== See also ==
 
== See also ==
  
 
* [[Web Design and Development III (MGDP2060)]]
 
* [[Web Design and Development III (MGDP2060)]]

Revision as of 08:46, 12 November 2015

This article lists topics for week eleven of Web Design and Development III (MGDP2060).

In the News

Is WordPress the right solution?

Not always.

Some websites don't need the features that WordPress provides.

If static web pages meet your needs, and WordPress is overkill, go with static web pages.

WordPress menus

WordPress can generate menus for you.

You can configure WordPress menus in a variety of different ways, for different purposes.

For example, it's common for a menu to automatically display all of the WordPress pages.

  • When you add a page, a new menu item automatically appears for that page.
  • When you delete a page, the menu item automatically disappears.

Links:

For next week

Continue working on your custom WordPress theme.

See also