Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter snieves23

    (@snieves23)

    Anyone?

    link to website and it has to do with permalinks.

    you can link to
    https://www.site.com/yourcatagory and all the pages in that category will come up,

    I am confuse, do you not no how to make new categories while you make post or just not sure how to link to them?

    Thread Starter snieves23

    (@snieves23)

    Well, by default, the center column where Arthemia displays the “middle section categories”, each of those go under the default name of “category” on the permalink.

    I am well aware of naming and renaming categories, if they were my own. But this is implemented in the template somewhere and I am just trying to rename “category” to my preferred choice.

    well since you are well aware of it i am sure you will figure it out. It is just replacing their code with what you know and tweaking it to work how you want it to.

    its in the index.php file

    <div id="cat-<?php echo $i; ?>" class="category">
    		<?php query_posts("showposts=1&cat=$category")?>
    		<span class="cat_title"><a href="<?php echo get_category_link($category);?>"><?php single_cat_title(); ?></a></span>
    		<a href="<?php echo get_category_link($category);?>"><?php echo category_description($category); ?></a>
    Thread Starter snieves23

    (@snieves23)

    Yep,
    thats the code I can’t figure out. I have tried a few times renaming to dog-articles, but can’t figure it out.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Need help with Arthemia theme (need help in renaming defualt cat)’ is closed to new replies.