Home>Support>how to display the tag at end of the post in box format

how to display the tag at end of the post in box format

By tatipigari, 9 years ago. Last reply by Andrew Misplon, 9 years ago.

Hi ,

I am using vantage theme.can you tell me how to display the tag at end of the post in box format

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Hi tatipigari

    By box format do you mean you’re using the boxed layout version of Vantage? Tags will automatically appear at the bottom of posts, after categories, once tags have been added to the post via the WordPress admin.

  2. 9 years, 10 months ago tatipigari

    Hi Andrew,

    Please have a look on the below link, i want to keep same kind of tags at the end of the post.

    http://www.mkyong.com/spring/quick-start-maven-spring-example/

    please help me.

  3. 9 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Sure. Try the following under Appearance > Custom CSS and edit as required:

    /* Entry Categories */
    
    .entry-categories a {
    color: #3E6D8E;
    background-color: #E0EAF1;
    border-bottom: 1px solid #3E6D8E;
    border-right: 1px solid #7F9FB6;
    padding: 5px 10px;
    margin: 2px 2px 2px 0;
    text-decoration: none!important;
    white-space: nowrap;
    }
    
    .entry-categories a:hover { 
    background-color:#3E6D8E;
    color:#E0EAF1;border-bottom:1px solid #37607D;
    border-right:1px solid #37607D;
    text-decoration:none;
    }
    
  4. 9 years, 10 months ago tatipigari

    Hi Andrew ,

    Really this is outstanding help from you , it is working fine.

    Need another help, want to remove the txt “Posted in Spring and tagged” from my post , want to display only tags, please help me.

    please access below url.
    http://www.connect2java.com/spring/setter-method-example-in-spring/

  5. 9 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    No problem.

    Wish I could help there but if you inspect the page source you’ll see there is nothing to work with, no wrappers, no classes. We can hide that div or leave it visible.

    Alternatively here is a child theme:

    https://siteorigin.com/wp-content/uploads/2014/11/vantage-child-posted-in-function.zip

    Install via Appearance > Themes > Add New: Upload Plugin.

    All Customizer and Menu settings will reset. First test the child theme before redoing those.

    Within the child theme is a functions.php file. There you’ll find the function that handles those tags and categories. If you want to jump in at a code level you could tweak that function from the functions.php file in the child theme.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More