Tinieyes

What an Interesting World

IT posts

Improvements to the blog

What a long time, i did not touch any IT stuff. I will set some goals here today. So that i will update this post every time i Completed a goal.

  1. Login page integrate into Ajax, so that user can just login without open another web (Easily Done by SW Ajax Login) Free of Charge LOL 
  2. Register page integrate into Ajax, so that user can just login without open another web  (Easily Done by SW Ajax Login) Free of Charge LOL
  3. make the content block clickable and direct link to the post itself  (DONE)
  4. Instagram feeds only appear in the Home page, but not other category pages (DONE) with a simple if statement to check it is front page and home page
  5. Edit the theme to remove the hamburger button or even the whole header in order to benefit the mobile user who could navigate around easier (DONE didn’t expect it works so smoothly with Mobile menu option plugin LOL what a surprise)
  6. The website theme is relative old, Griffin, which has no updates since many years ago. Would like to change to a new one which is blocking style. If you have any recommendations please post in the comments as well, i would try to download and test them one by one until i get something that i like 
  7. Needed a Video optimizer to reduce the size of video uploaded just like image.
  8. Design a logo for Tinieyes.com
  9. Modify the mobile theme to swipe-able post, or get a free theme that does the job 
  10. BIG PROJECT (integrate other social media platforms so that I am able to auto post in wordpress platform when other social media is updated)

 

 

I will update Anything new while on the go of setting this blog. Meanwhile, i will try my best to post some tutorials of what i have done into IT category so whoever interested can get from here.

Meanwhile, if you have any plugins that already fulfill the above goal please don’t hesitate to me in the comment area, Thanks a million in advance.

 

Ref:

  • How to use php to display instagram feed here
  • Code widget could insert php into the web, very nice widget, but i still need to find out something (my front end website gets slower after using this)
  • Mobile Menu plugin  this plugin creates a mobile menu, instead of the theme menu itself which always caused problems. Good thing about this plugin is that it could hide unnecessary blocks when user viewing the website in mobile. (We would want PC site to be comprehensive but mobile to be minimal due to screen constraints)

Ref No.3 make the content block clickable and direct link to the post itself

<div class="teaser" onclick="location.href='<?php echo esc_url(get_permalink())  ?>';" style="cursor:pointer;">		

Bold and highlighted are the one that I added into the Block (“div”) that holding the content of the each post.


Discover more from Tinieyes

Subscribe to get the latest posts sent to your email.

2 COMMENTS

  1. Making content into a clickable block instead of linking the “title” and “continue reading”.

    I will update another tutorial on where I did the changes, it is very simple tho

    • Hi All, instead of opening up new post, i will just update those easy modifications that makes the website as what it is now right inside this post.

Leave a Reply to D.LexCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.