how can i show only one category blogs on front page

Discussion in 'Logistics Way WordPress Theme' started by raaj95, Mar 10, 2016.

  1. raaj95

    raaj95 Member

    Joined:
    May 29, 2015
    Messages:
    133
    Likes Received:
    0
    how can i show only one category blogs on front page. Right now top 5 latest blog show on front page but i want to show only particular category blogs on front page...
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please follow the screenshot given below.

    Logistick_selected_cate_homepage.png

    For your information, I am using "WP-Editor" plugin to edit files.

    You can also download and use it from the link https://wordpress.org/plugins/wp-editor/.

    After activating this plugin, you will get the same screen as shown in the screenshot.

    Hope it will resolve your issue

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. raaj95

    raaj95 Member

    Joined:
    May 29, 2015
    Messages:
    133
    Likes Received:
    0
    its not working properly only category TEXT change but silder image and link is TOP 5 blog same... Please give me complete solution.
     
  4. raaj95

    raaj95 Member

    Joined:
    May 29, 2015
    Messages:
    133
    Likes Received:
    0
  5. priya

    priya Guest

    Hello,

    Would you please send us your dashboard details at [email protected] along with this thread link and we will do it for you?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  6. raaj95

    raaj95 Member

    Joined:
    May 29, 2015
    Messages:
    133
    Likes Received:
    0
    please check attached file As per your given coding I m implement this code on our theme and its working BUT front page blog IMAGES are same recently added. Light side TAB menu text is correct but images comes from recently added blog.
     

    Attached Files:

  7. nitin

    nitin Guest

    Hi,

    I got your concern.

    After making the changes as per the instructions above, you need to make the same changes on line number 56 of the same page, as shown in the screenshot below :-
    2016-03-26_11h20_53.png

    Add the same code in the same way as you have previously done.

    This will resolve your issue.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  8. raaj95

    raaj95 Member

    Joined:
    May 29, 2015
    Messages:
    133
    Likes Received:
    0
    Thanks for this... Right now where I change the size of slider ?
     
  9. raaj95

    raaj95 Member

    Joined:
    May 29, 2015
    Messages:
    133
    Likes Received:
    0
  10. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    To change the size of image, Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .second_slider_container .showcase_slider img {
        width: 500px !important;
        height: 300px !important;
    }
    Now, to adjust the white border around the image, Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .second_slider_container .showcase_slider {
        width: 520px;
        height: 320px;
    }
    Note:- Please change the value of height and width according to your requirement.

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page