Many Changes and correction

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12302
    webdefy
    Member

    Hi Guys,

    I want to change my news page url and title to xxxx.. So kindly send me the steps. and i would like to disable the expand button in news shortcode.. waiting for your reply

    #12308
    Veena
    Moderator

    You can change url of news page in line no:180 in file framework/presentation/custom-post-types.php –

    'rewrite' => array('slug' => 'news'),
    

    After making slug change pls visit permalink settings.

    Pls use the below custom CSS in themeoptions –

    article#post-11412 a.lightbox-link.button.transparent {
    display: none;
    }
    

    (PLs give your post-id instead of -11412)

    #12316
    Veena
    Moderator

    And you can change the News title at line no:154 and line no:155 in file framework/presentation/custom-post-types.php.

    'name' => 'News',
    'singular_name' => 'News',
    
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.