Sorry, no posts matched your criteria.
About the Site:
- Ubiquitous infrastructure for contextualised exhibition services
Links
WordPress database error: [Table './bashar/wp_links' was created with a different version of MySQL and cannot be read]
SELECT * , IF (DATE_ADD(link_updated, INTERVAL 120 MINUTE) >= NOW(), 1,0) as recently_updated , UNIX_TIMESTAMP(link_updated) AS link_updated_f FROM wp_links WHERE 1=1 AND link_visible = 'Y' ORDER BY link_name ASC
Pages
WordPress database error: [Table './bashar/wp_posts' was created with a different version of MySQL and cannot be read]
SELECT * FROM wp_posts WHERE (post_type = 'page' AND post_status = 'publish') ORDER BY post_title ASC
Categories:
- No categories
WordPress database error: [Table './bashar/wp_categories' was created with a different version of MySQL and cannot be read]
SELECT * FROM wp_categories
WordPress database error: [Table './bashar/wp_categories' was created with a different version of MySQL and cannot be read]
SELECT * FROM wp_categories WHERE cat_ID > 0 ORDER BY cat_name ASC
Monthly:
WordPress database error: [Table './bashar/wp_posts' was created with a different version of MySQL and cannot be read]
SELECT DISTINCT YEAR(post_date) AS `year`, MONTH(post_date) AS `month`, count(ID) as posts FROM wp_posts WHERE post_type = 'post' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC