I hereby claim:
- I am vinothkannans on github.
- I am vinothkannans (https://keybase.io/vinothkannans) on keybase.
- I have a public key ASC1Lf8xh6R0FVB__9e2vYTkfu8hznQqefA8Ao1yQGUYLQo
To claim this, I am signing this object:
(timeout 1 bash -c '</dev/tcp/127.0.0.1/17500 && echo PORT OPEN || echo PORT CLOSED') 2>/dev/null |
I hereby claim:
To claim this, I am signing this object:
1. Add configure panel in td_config.php insert after line #3830 array( “param_name” => “taxonomy”, “type” => “textfield”, “value” => ’’, “heading” => ‘Filter by taxonomy’, “description” => “Filter by taxonomy of post type”, “holder” => “div”, “class” => ””, ‘group’ => $group ), array( “param_name” => “taxonomy_name”, // search taxonomy using name, change to ‘slug’/’id’ if required. “type” => “textfield”, “value” => ’’, “heading” => ‘Filter by taxonomy name’, “description” => “Filter by taxonomy name of post type”, “holder” => “div”, “class” => ””, ‘group’ => $group ), | |
2. Add search query in td_data_srouce.php insert after line #243 if(!empty($taxonomy) && !empty($taxonomy_name)){ $wp_query_args[‘tax_query’] = array( array( ‘taxonomy’=>$taxonomy, ‘field’=>’name’, ‘terms’=>$taxonomy_name)); } |
.git
foldergit fetch upstream
git checkout master
<?php | |
'guards' => [ | |
'web' => [ | |
'driver' => 'session', | |
'provider' => 'firebase_users', /**** Change 'users' to 'firebase_users' ****/ | |
], | |
'api' => [ |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
<?xml version="1.0" encoding="utf-8"?> | |
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
android:layout_width="match_parent" | |
android:layout_height="72dp" | |
android:layout_marginBottom="1dp" | |
android:elevation="1dp"> | |
<ImageView | |
android:id="@+id/icon" | |
android:layout_width="40dp" |
package com.vinkas.layout; | |
import android.content.Context; | |
import android.content.res.TypedArray; | |
import android.graphics.Canvas; | |
import android.graphics.Paint; | |
import android.util.AttributeSet; | |
import android.view.View; | |
import android.view.ViewGroup; |