Archive

Posts Tagged ‘wordpress’

How to retroactively remove comment option from WordPress posts

  1. Unchecking “Allow comments” does not affect past posts (you had better find that out early in your blogging career – I did not …)
  2. To disable comments for past posts, you have to uncheck “Allow comments”in each one of them.
  3. To even show “Allow comments” in the post editing interface, do this:  image

Design options for the departmental WordPress-based website using Widgets and Pages

  1. For layout design:
    1. Go to http://[yo r site’s URL here]/wp-admin, e.g. http://lrc.unc.edu/wp-admin, and log in (you need site admin privileges , like I have for the LRC site).
        1. In the left-hand menu, click on “appearance”/ “widgets
        2. You should see this: image
        3. to design your right sidebar, follow the instructions on top of the widget list (i.e. drag and drop, then unfold the widget in question by clicking on the down arrow to the right image to edit the appearance of the site.
  2. Pages”(in the left hand menu)
    1. are an afterthought in wordpress which was originally based on dated posts (for a diary-like web logs), but can be useful for not time-sensitive , stable areas/sections of your site.
    2. You can include a bulleted or numbered list which you periodically update manually  (click “edit” on the page)
    3. or, for frequently changing information (like lists of students), you can use a system that may have more initial learning curve, but in the long run makes updating easier
      1. embed an online spreadsheet from Google Apps or SkyDrive
      2. or embed an RSS feed like in the above example (if you have an RSS. provider).

How to workaround SkyDrive embed codes not working WordPress.com

2013/06/07 3 comments
  1. Problem: I cannot seem to get the new embed code that SkyDrive offers now to work on wordpress.com.
    1. Example:https://skydrive.live.com/embed?cid=4FA3329905D7E1CE&resid=4FA3329905D7E1CE%2162359&authkey=AHmbh-apEmizw-8
  2. Cause: No idea. Guess somebody did not get the memo? Hope it is not me. Smile
  3. Workaround: 
    1. Old skydrive embed code still works in wordpress (E.g. https://thomasplagwitz.com/tag/lists+resources/), but is a completely different syntax than what skydrive offers for embedding now (insert office code into [] to try it out): 
      1. office width="750" height="1300" src="http://r.office.microsoft.com/r/rlidExcelEmbed?su=10634757809471938&Fi=SD25C841818181C2!126&kip=1&AllowTyping=True&Item=Table2&wdHideGridlines=True&wdDownloadButton=True"
    2. However, you can still convert the current embed into the old one:
    3. by inserting the new parameter values into the old ones:
      1. "cid" becomes "su" and
      2. "resid" becomes "Fi" .
    4. This example  successfully embeds into a WordPress.com code now. (insert office code into [] to try it out):
      1. office width="750" height="1300" src="http://r.office.microsoft.com/r/rlidExcelEmbed?su=4FA3329905D7E1CE&Fi=4FA3329905D7E1CE%2162359&kip=1&AllowTyping=True&Item=Table2&wdHideGridlines=True&wdDownloadButton=True"
  4. No we seem to have been here before, so we shall see how long this workaround lasts.

How to upload files into WordPress and link them to articles

  1. In the WordPress “Dashboard” (the landing page after you login as WordPress Admin), in the left menu, click menu item : “Media” /  “Add New”., and drag&drop (or browse and select them).  
  2. clip_image001
  3. The upload success is visible immediately:
  4. clip_image003
  5. In the media library, after uploading media, on the “edit media”, there is an opportunity for adding metadata to files
  6. clip_image004
  7. How do you link files from an article? Click on button: “Add media”, and drag&drop files. How about previously uploaded  files? Click on button: “Add media”, tab:”media library” (instead of the default tab:”upload files”) , ad find your previously uploaded file in the list.
  8. clip_image005

How to workaround problems embedding MS-Office web apps into WordPress.com

  1. UPDATE: this is becoming part of a series, it seems.
  2. SkyDrive and WordPress integration used to work much better, but not anymore?
  3. SkyDrive offers embed code with unescaped &, but you need to replace by & for  WordPress.com to accept the embed.
  4. SkyDrive offers embedding a range, but WordPress fails to display it (e.g. Item=’Sheet1′!A1%3AE10 – maybe b/o the parenthesis?);  tables do still display (e.g. Item=Table1).
  5. Wait, there is more: one or both of the following prevent display also:  &ActiveCell=’Sheet1′!C3&wdHideHeaders=True
  6. A working example for the record (to be enclosed between []):
    office width="700" height="443" frameborder="0" scrolling="no" 
    src="https://skydrive.live.com/embed?cid=4FA3329905D7E1CE&resid=4FA3329905D7E1CE%2143384
    &authkey=AGmGlsvpKj5r0pU&em=2&Item=Table1&wdHideGridlines=True"

SkyDrive Embedding

Excel: tab:File/ image

image

Download WordPress blog post overview into Excel table

See what I mean: Downloading and browsing the full content XML is of course more powerful than this.