WordPress Featured Content 4

[ad_1]
I continue the Featured Content Gallery tutorial. I focus on how to allow for multiple blocks of content and how to set up arrows to cycle through that content.

Code is Here:

Like before I’m also going to teach you how to do some really cool things with JQuery:

Grab content dynamically from files
Place content from files into the web page dynamically
Create functions that execute numerous times
Change functionality dynamically based on numerous conditions
And, Much more


Posted

in

by

Tags:

Comments

6 responses to “WordPress Featured Content 4”

  1. Derek Banas Avatar

    That's funny 🙂 I'm glad it works

  2. Ningzhou Lu Avatar

    Now it works. seems it fixes itself automatically when i start my laptop this morning, really weird.

  3. Derek Banas Avatar

    I'm sorry, but there must be something odd going on with your specific setup. I can't guess what that might be

  4. Ningzhou Lu Avatar

    I don't why the line of $.get can't work on my localhost.(the value ntt_post_content_html remains blank)
    I try to find out the problem by testing the following code:
    $.ajax({
    type: "GET",
    url: "test.txt",
    error: function(xhr, statusText) { alert("Error: "+statusText); },
    success: function(msg){ ntt_post_content_html1 = msg;alert( "Success: " + ntt_post_content_html1 ); }
    }
    );
    it shows the success msg. So I wonder if it is a problem of the scope? Can you shed some light on that issue?

  5. Bryan E Patrick Avatar

    For me, yes I like the more complicated. Also, I like the comments about your work flow. You move along at a good clip. If someone is comfortable with that they could usually handle the more complicated stuff, imho. Not that the more elemental videos aren't important and fill a need, but so does the more advanced.

  6. Derek Banas Avatar

    @Whisperingonthewind Thanks 🙂 A bunch more are coming soon

Leave a Reply

Your email address will not be published. Required fields are marked *