This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

5
  1. Andrew Misplon Staff 11 years, 3 months ago

    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. tatipigari 11 years, 3 months ago

    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. Andrew Misplon Staff 11 years, 3 months ago

    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. tatipigari 11 years, 3 months ago

    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. Andrew Misplon Staff 11 years, 3 months ago

    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.

Have a different question or issue?

Start New Thread