Featured Image: An image that will appear on the blogs front page to advertise your post. (2.5 points)
Visuals: In the post itself, two embedded images (or 1 pic and 1 video OR 2 videos), each with a caption. (10 points)
Narrative: Two paragraphs written in your own words, using complete sentences and correct grammar and spelling.
Paragraph #1: appr. 100 words that describe the basic facts of what you are
sharing here. (20points)
Paragraph #2: appr. 100 words that explain why you found this interesting and what you hope we will learn from it. (20 points)
Links: Please provide two annotated links where we can find out more about your topic. Annotated means that you briefly name and describe the link. (10 points)
Sample is attached. Its simple
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

