• Resolved rockey999

    (@rockey999)


    hi alex thanks for your theme its awesome,
    how can i add social media icons to web site plz help me

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter rockey999

    (@rockey999)

    how can i remove blog page author name and published date

    thanks!

    hi
    for your first question is already solved:
    1. The AlxPosts/AlxTabs widgets should have options to disable dates
    2. Add this CSS to hide post date on home/archive/search:
    .post-meta .post-date { display: none; }
    Or remove it completely in content.php:
    <p class=”post-date”><?php the_time(‘j M, Y’); ?></p>
    3. In single.php, remove this:
    · <?php the_time(get_option(‘date_format’)); ?>

    Thread Starter rockey999

    (@rockey999)

    thanks Rachid!!!!!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to add social media icons’ is closed to new replies.