L03a Documentation Tasks


Page no: L03a

 

Niki will use one hour per day for documentation.

Documentation Tasks

  1. Import the cdn creating page – DONE
  2. Stop words plugin algo – more doc
    Example: WP API and the issues you had: For example the distinction between categories and posts on the API
  3. Post meta – how it is used and for what purpose
  4. Buttons on Austrian site and their integration with Post meta
  5. How to do transactional programming like in Transact SQL in WordPress. This would be worth a book!

Example:

USE model;
GO BEGIN TRANSACTION;
GO
DELETE FROM students WHERE id = 7 and section = ‘History’;
GO
insert into students(id,first_name, last_name, gender,city, country, section) values(7,’Ashley’,’THOMPSON’,’F’,’London’,’Liverpool’, ‘History’);
GO
COMMIT TRANSACTION;
GO

if you search “transactional programming in WordPress” in Google you find nothing

 

Articles for the post introducer

The following pages are base articles on Post_meta

Basis about cleaning up meta
http://www.htpcbeginner.com/clean-wp-commentmeta-wp-postmeta/
About custom fields (in meta)

http://wpshout.com/everything-wordpress-custom-fields/

About meta tags for social media

here
overview on the DB
http://www.sitepoint.com/the-wordpress-database-demystified/

 

External link replacer

Niki will write a new article on the link replacer or use/refer to the ones above as basis.

Articles for doc site

Import under Tools, no post introduction needed

https://community.spiceworks.com/how_to/121767-windows-10-couldn-t-update-the-system-reserved-partition

Articles for snbchf

here a new article for snbchf to be imported into Tablepress

 

See more for Organisation