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();

?>

Featured Post

Make money online

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

Popular Posts