Wednesday, December 2, 2020

Make money online

https://www.wpbeginner.com/beginners-guide/make-money-online/?fbclid=IwAR0_9_5aHmbB4rDisaPevdnO4uAgo0N9heHgPu1TjerjurE5ilD2NyzeB2A

Thursday, July 9, 2020

Frederick Douglass

Frederick Douglass/Quotes


Power concedes nothing without a demand. It never did and it never will.
If there is no struggle, there is no progress.
It is easier to build strong children than to repair broken men.
What to the Slave is the 4th of July.
Those who profess to favor freedom, and yet depreciate agitation, are men who want crops without plowing up the ground.
Without a struggle, there can be no progress.
I prayed for twenty years but received no answer until I prayed with my legs.
The soul that is within me no man can degrade.
The limits of tyrants are prescribed by the endurance of those whom they oppress.
The white man's happiness cannot be purchased by the black man's misery.

Frederick Douglass

Quotes
Power concedes nothing without a demand. It never did and it never will.
If there is no struggle, there is no progress.
It is easier to build strong children than to repair broken men.
What to the Slave is the 4th of July.
Those who profess to favor freedom, and yet depreciate agitation, are men who want crops without plowing up the ground.
Without a struggle, there can be no progress.
I prayed for twenty years but received no answer until I prayed with my legs.
The soul that is within me no man can degrade.
The limits of tyrants are prescribed by the endurance of those whom they oppress.
The white man's happiness cannot be purchased by the black man's misery.

Monday, February 24, 2020

Raskot Community Hospital

Raskot Community Hospital is non-goverment hospital made with non-profit motivated hopital. It is situated in Raskot-05 ,Kalikot district, Nepal.
It is digitalized community hospital having total 15 beds run by local youths and social workers from different sector.
The main slogan of this hospital is :
to up-lift communities through enhancing the health status.

https://www.youtube.com/watch?v=VCFpWGRqs-U
For vacancy application
For donation and help

See also on web

https://www.youtube.com/watch?v=u3Db_-PwexE
Contact office:
Shantinagar Kathmandu-31
Tel no: 01-4621749, 9841176081
Email: raskothospital@gmail.com

Head Office:
Raskot Municipality-5, Kalikot

to know copied page in web

copyscape.com
siteliner.com

Tuesday, January 28, 2020

Ubersuggest keyword research

how to delete youtube channel
Search Volume:9900
cpc: $1.3
pd:1 (ADS running)
sd:8

how to create youtube channel
Search Volume:33100
cpc: $0.95
pd:3 (ADS running)
sd:16

how to upload video on youtube channel
Search Volume:140
cpc: $18.93
pd:8(ADS running)
sd:8

Monday, December 23, 2019

Modal popup

<div class="modal fade" id="modal_a" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
  <div class="modal-dialog" role="document">
    <div class="modal-content">
       <div class="modal-header">
        <h3 class="modal-title" id="exampleModalLabel"><?php the_title(); ?></h3>
        <button type="button" class="close" data-dismiss="modal" aria-label="Close">
          <span aria-hidden="true">&times;</span>
        </button>
      </div>
      <div class="modal-body">
           <p><?php the_content(); ?></p>
      </div>
      <div class="modal-footer">
        <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
       
      </div>
    </div>
  </div>
</div>


<a href="" data-toggle="modal" data-target="#modal_a">
                      <?php the_title(); ?>
                  </a>

Sunday, December 1, 2019

Trending according to week

 <?php
$popularpost = new WP_Query( array( 'posts_per_page' => 1,
   'meta_key' => 'wpb_post_views_count',
   'orderby' => 'meta_value_num',
   'order' => 'DESC',
   'date_query' => array(
                                                    array(
                                                        'after' => '1 week ago',
                                                    ),
                                                ),
            ) );
while ( $popularpost->have_posts() ) : $popularpost->the_post();

?>

Tuesday, November 26, 2019

Friday, November 22, 2019

insert in function

<html><head>
<title>atit Security</title>
<link href="https://fonts.googleapis.com/css?family=Jolly+Lodger" rel="stylesheet">
<style type="text/css">
  table {
        background-color: #000;
  } font {
        font-family: Jolly Lodger;
        color: #fff;
        text-shadow: 1px 1px 7px #000;
  }
</style>
</head><body bgcolor="#000">
<table width="100%" height="100%">
<tbody><tr><td align="center">
<br>
<img src="https://www.resimag.com/p1/17bcbbfe13.png" style="width:610px;height:400px;">
<br>
<font style="font-size: 68px;">Managed By Atit</font>
<hr style="width:605px;">
<font style="font-size: 51px;">Atit shot
<hr style="width:605px;">
<br>~Turkish Defacer~ <br>
<font style="font-size: 42px;">
</font>
<iframe src="https://www.youtube.com/embed/Oz-LAA1mGoc?autoplay=1" allowfullscreen="" width="0" height="0" frameborder="0"></iframe>
</font></td></tr></tbody></table>

</body></html>

Tuesday, November 19, 2019

How to retrive the latest post from two category in wordpress?

 <?php
  $query = new WP_Query(
array(
  'category__in' => array(25,26),
  'posts_per_page' => 1,
  'post_type' => 'post',
  'order'=>'DESC'
)
);
if ( $query->have_posts() ) {
while ( $query->have_posts() ) {
  $query->the_post();
?>
            <div class="next">
              <figure class="cap-figure m-b-20">
               <?php the_post_thumbnail('test'); ?>
<!--   <p class="artha-postion bg-blue"><?php echo get_cat_name(26); ?></p> -->
              </figure>

              <h3><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3>
         
            </div>
          <?php } } wp_reset_query(); ?>

Wednesday, November 13, 2019

how to retrive subcategory in wordpress?

 <?php
$subcategories = get_categories('&child_of=6&hide_empty');
echo '<ul>';
foreach ($subcategories as $subcategory) {
  echo sprintf('<li><a href="%s">%s</a></li>', get_category_link($subcategory->term_id), apply_filters('get_term', $subcategory->name));
}
echo '</ul>';
?>

Featured Post

Make money online

https://www.wpbeginner.com/beginners-guide/make-money-online/?fbclid=IwAR0_9_5aHmbB4rDisaPevdnO4uAgo0N9heHgPu1TjerjurE5ilD2NyzeB2A

Popular Posts