Jarida WordPress Theme Tricks That Work

·

Jarida is a clean responsive magazine, news and blog theme for WordPress which I like alot simply because it’s very easy to customize with css and some modifications to the template files.

In this post, I’m sharing with you, some customization tricks I have applied on blogs which I’ve set up with Jarida theme.

download jarida theme for wordpress

Jarida Post Views

The Jarida theme comes with Post views counter, which if enabled, will display the total number of times each post had been viewed. The number of views are displayed at the backend (admin dashboard) and also at the frontend (blog’s public view).

If you are not interested in the views count, you can disable “views meta” via Jarida Settings in your WordPress admin dashboard. When you do this, views will no longer be counted.

If you would like to continue to count page views but not have them show up publicly, back-end only, you will have to modify some template files as explained below:

To hide the views counts on post pages,

Sign in to your CPanel, (www.yourdomain.com/cpanel) and use “File Manager” to navigate to “wp-content” > Jarida theme folder > includes/post-meta and delete

<?php echo tie_views(); ?>

To hide the views counts on archive pages including homepage, 

Navigate as explained above but to includes/archives-meta.php

Find echo tie_views(); and replace tie_views(); with null as seen below :

To hide only the “views” word

Navigate to the to Jarida theme folder as explained earlier, edit functions/tie-views.php and search for

 ‘.__( ‘Views’ , ‘tie’ ).’

and delete it. Ensure you save changes.

Number of views will keep showing at backend and frontend but the “views” word will stop showing on all pages including homepage.

Force Jarida to Display Full width on Mobile Screen With Boxed Layout Enabled

If you notice that your ads are overlapping on mobile view of your blog, add this code below to phone css : 320px to 479px ( navigate to Jarida settings > Styling)

.wrapper {
width: 100%!important;
}
.container, header , #main-nav,  #main-content, .content {width: 320px !important;}

Remove Date From The Jarida Posts List Widget

Sign in to cPanel, navigate to the Jarida theme folder, then functions/theme-functions.php and search for “most recent post”  or wp_popular_posts , wp_random_posts , wp_last_posts and delete the line below :

<span class=”date”><?php tie_get_time(); ?></span>

Display Narrow Sidebar and the AD spaces on Tablets and Mobiles 

By default, the Jarida narrow sidebar and AD spaces don’t display on mobile view.

If you want them to display, add the code below to :: Jarida Settings Tiepanel > Styling > Custom css area

.ads-top, .ads-bottom, .home-ads, .ads-post, .sidebar-narrow {display: block !important;}
.ads-top img, .ads-bottom img, .home-ads img , .ads-post img {max-width: 100% !important; height: auto;}

That’s all for now.

I will be adding more codes later.

You can check out the features and download Jarida Respsonsive WordPress Theme.

Please Share :

Like What You Read?

Sign Up to get similar articles delivered to your email inbox.

Leave a Reply

Your email address will not be published. Required fields are marked *

13 responses to “Jarida WordPress Theme Tricks That Work”

  1. Ann Chetachukwu Ubah MD Avatar

    Good for wordpress users

  2. winblogpress Avatar

    I just started a new WordPress blog and I found it very easier to use compare to blogger. I know jarida, it is a great template, but if you don't have little CSS or php knowledge, your blog will look like mess with the template.

  3. Christopher Akuneme Avatar

    Nice post, thanks for sharing…

  4. rasaq tech Avatar

    Great share Sir, thanks on behalf of WordPress users.

  5. okondo peter Avatar

    Thanks…I will try it.

  6. Victor Kachi Avatar

    Thanks for sharing…
    I blog @ Entclass.com

  7. Benny Technology Inc Avatar

    How will i remove space for website and email in the comment section

  8. Anna Avatar

    nice

  9. Anil Kumar547 Avatar

    i want change my site to mobile view plz help me ..solution plz with out plugin

  10. Anil Kumar547 Avatar

    how to set jarida theme …mobile view settings ???? plz help me solution

  11. samchri Avatar
    samchri

    hello
    .ads-top, .ads-bottom, .home-ads, .ads-post, .sidebar-narrow {display: block !important;}
    .ads-top img, .ads-bottom img, .home-ads img , .ads-post img {max-width: 100% !important; height: auto;} this where should it specifically be added is it the phone wide css or phone css, or global css thank you.

    1. jidetheblogger Avatar

      Depends on what you want to achieve. Try each of the options.

  12. Zoran Šavrljuga Avatar
    Zoran Šavrljuga

    Is there any way to let us know how to make views column in admin panel sortable? I would like to sort posts by number of views they got, so I could create some content for top posts.

Search

Copyright © 2025 | About | Advertise | Privacy Policy | Proudly powered by WordPress