Sridhar Katakam
  • Home
  • About
  • Archive
  • Photos
  • Closed all rings.

    10 December 2019
  • Resumed brisk walking on the treadmill.

    9 December 2019
  • Little one has recovered. The fever is gone. Can send her to day care finally after 3 days.

    6 December 2019
  • Now working on showing latest x no. of entries from a CPT that also belong to the same taxonomy as the current one on single CPT pages.

    Update 1: Wanted to get this done using Custom Content Shortcode plugin and got it working after some research.

    Update 2: My following code with Custom Content Shortcode is missing the exclude=this part. Need to look into this later as to why.

    <?php start_short(); ?>
    [pass taxonomy_loop=support_category current=true]
    [loop exists type=support taxonomy=support_category term={TERM} count=10 exclude=this]
    	<h3 class="other-articles">Other articles in this section</h3>
    	<ul class="more-articles">
    	[the-loop]
    		<li>[field title-link]</li>
    	[/the-loop]
    	</ul>
    [/loop]
    [/pass]
    <?php end_short(); ?>
    

    In the meantime, I published a tutorial on how to do this the “standard” way here: wpdevdesign.com/other-cpt…

    5 December 2019
  • Spent most of the day taking care of our sick 2-year old. She’s feeling better than the last 3 days.

    5 December 2019
  • Bought QSpace for $0.99 yesterday.

    It is a Finder replacement that lets us have 4 locations open all in a single window. Very handy.

    QSpace

    apps.apple.com/au/app/qs…

    4 December 2019
  • <br/> works fine in Markdown.

    We need to use it or add two spaces (I don’t prefer this since it adds a period) to be able to have two lines like this:

    Line 1
    Line 2

    4 December 2019
  • Working on re-building a WP site in Oxygen..

    avorra.demo.site

    4 December 2019
  • Posting this from the Micro.blog’s Mac app. Neat!

    Keyboard shortcuts:

    Cmd + N : New post
    Cmd + Return: Send post

    4 December 2019
  • Created an account (sridhar.micro.blog) at micro.blog and set up DNS to use sridhar.blog domain.

    4 December 2019

Follow @sridhar on Micro.blog.