Remove Link from blogpost

Discussion in 'BusinessGrow One Page WordPress Theme' started by emaarten, Feb 5, 2014.

  1. emaarten

    emaarten New Member

    Joined:
    Feb 2, 2014
    Messages:
    15
    Likes Received:
    0
    Hi There,

    How do i remove the link in the blog post title. I don't want it tot be clickable.

    Kind regards,
    Maarten
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the loop.php file present in your theme directory and follow the instruction shown in the image given below.

    [​IMG]

    Similarly, do that same in the front-page.php file present in your theme directory.

    This will solve your issue.
     
  3. emaarten

    emaarten New Member

    Joined:
    Feb 2, 2014
    Messages:
    15
    Likes Received:
    0
    Hi There,
    I dit exactly what you wrote down. The only thing is. Now a don't see any header of the post anymore. The complet Title is gone. I only wanted the link tot be gone.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Undo your old customization and
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .featured_blog_content .post .post_title a{
    pointer-events:none;
    } 
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page