Archive for the ‘Technical’ Category
How to : A better way to fetch data via AJAX in WordPress
Posted on 16January / 7 CommentsI have released an article a while ago to do the AJAX thingy. However, there is another way, which is somewhat better, to fetch data via AJAX and it is easy to implement it.
Read more »
How to : Customize WordPress Archive List
Posted on 14January / 0 CommentsAs you all know, WordPress already have a function to display date-based archives list.
However, what if you want to customize it, so that, you could make a different style? Let’s say, you want to wrap the count inside an element like span or em or small, perhaps? Well, worry not, I have the solution for you. Read more »
How to allow authors/contributors to embed videos inside post
Posted on 17December / 2 Comments
Have you ever encountered a problem, when your authors or contributors try to embed videos, after saving/publish the post, the code will disappear? Well, we just realized that and thought it has something to do with the coding. Read more »
How to Perform AJAX Request in WordPress
Posted on 25May / 11 CommentsHi all, we meet again with our new #technical post. AJAX has been an interesting technology to make our website looks more interactive and effectively decrease the server load by reducing page refresh. However, it is quite tricky to pull this trick on WordPress but fret not, we’ll show you how to do so. There are numbers of workaround to achieve this and what we’re showing here is one of them. Read more »
How to fetch selected posts
Posted on 19May / 0 CommentsHi all. Today we want to share with you our first (of many to come) #technical post. As you can see on Strukture front page, there’s a display of selected portfolios (which actually a selected posts).
Read more »