Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Montezuma Theme »

[SOLVED] How To Remove Tags From Montezuma Theme


  #1  
Old Jul 5, 2014, 03:58 PM
hardworker1970
 
17 posts · Jul 2014
usa
I need some help from the Montezuma experts on this Forum.
I recently installed the Montezuma theme to a new blog of mine, but i notice
that the tags are showing at the top above the article post, which is very
unsightly. How can i remove these tags and put it at the bottom instead if possible?
  #2  
Old Jul 5, 2014, 06:25 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
edit the virtual template single.php and you can remove or move them
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Last edited by juggledad; Mar 25, 2015 at 06:35 PM.
  #3  
Old Jul 6, 2014, 01:58 PM
hardworker1970
 
17 posts · Jul 2014
usa
THanks Juggledad, but i saw that in another forum where i deleted the line:
"<?php the_tags( __( '<p class="post-tags">Tags: ', 'montezuma' ), ' &middot; ', '</p>' ); ?>"
from the single.php section in the Main Templates section of Montezuma Options
but when i save and look at the preview, the it seems the it messes up the top part of my
article post.
The beginning of the article on the page is distorted maybe due to a social share
plugin that i also installed, which is located just above the article post.
Is there some other adjustment i have to make?
  #4  
Old Jul 6, 2014, 02:08 PM
hardworker1970
 
17 posts · Jul 2014
usa
Should i also delete tags here: Montezuma Options - > Sub Templates -> Post Format
remove below line
<?php the_tags( '<p class="post-tags">', '', '</p>' ); ?>
I saw this in an older post in this forum.
  #5  
Old Jul 6, 2014, 02:53 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
try it and let us know the results
and what happens if you shut off the plugin? Is it messed up them? or is the plugin messing things up in which case you will probably need to add some CSS to adjust it.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Last edited by juggledad; Jul 6, 2014 at 02:56 PM.
  #6  
Old Jul 6, 2014, 08:34 PM
hardworker1970
 
17 posts · Jul 2014
usa
When i shut off the plugin it is now OK, but i need the plugin.
It was just fine with the tags at the top
I may have to adjust the css as you recommend.
  #7  
Old Mar 25, 2015, 05:48 PM
beerboy
 
6 posts · Mar 2015
Sorry to bring up an old thread. I have tried removing the two lines mentioned but cant get the tags to remove from the top of each page.
Any help appreciated. not sure what I am missing
  #8  
Old Mar 26, 2015, 08:41 AM
CrouchingBruin's Avatar
CrouchingBruin
 
299 posts · Aug 2010
Santa Monica, CA
If you removed the call to the_tags from single.php, then you shouldn't be seeing tags at the top of your single post pages. Do you have a caching plugin or an SEO plugin installed? Sometimes you'll have to deactivate those plugins while you are making changes to your site in order for your changes to show up right away. Did you clear your local browser's cache by hitting Ctrl-F5? If you are still having problems, please post a link to a sample post page.
__________________
My Montezuma-themed sites: ESHS Girls Basketball Team, Venice Hongwanji Buddhist Temple
Please consider making a donation to BytesForAll for their great themes!
  #9  
Old Mar 26, 2015, 06:18 PM
beerboy
 
6 posts · Mar 2015
http://www.blueshed.com/?page_id=22

Yes tried deleting the cache and all add ons.

On the above line I don't want the partners link to be on the actual page. But want it on the menu.

is that what removing the_tags should do?

thanks for you assistance once again
  #10  
Old Mar 26, 2015, 06:56 PM
CrouchingBruin's Avatar
CrouchingBruin
 
299 posts · Aug 2010
Santa Monica, CA
It looks like you are mixing up posts and pages, and you don't know what tags are.

Pages contain static information, i.e., they generally don't change. You usually access pages through a menu. The virtual main template which displays pages is page.php.

Posts are a type of page (i.e., they look like a page), but they generally appear as part of a blog. That is, a blog will have multiple posts, and you access a post by clicking on the post title from the blog page. Individual posts are displayed using the single.php main template. Tags are used in conjunction with posts to make it easier to find posts which are related to one another by that word (or tag). For example, let's say I have a site about animals, and I write a post about golden retrievers. I might give it a tag called dogs so if the user wants to view other posts about dogs, all they have to do is click on that tag and they'll be presented with a list of other posts that have the dogs tag assigned to it.

The word Partners on the link that you provided is actually the page title for a page, not a post, so you want to edit page.php, not single.php. If you go into your page.php main template, you'll see a section of code that looks like this:
Code:
<h1>
	<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php the_title(); ?></a>
	<?php bfa_comments_number(); ?>
</h1>
If you take out that section of code, the page titles will disappear.
__________________
My Montezuma-themed sites: ESHS Girls Basketball Team, Venice Hongwanji Buddhist Temple
Please consider making a donation to BytesForAll for their great themes!
  #11  
Old Mar 26, 2015, 09:26 PM
beerboy
 
6 posts · Mar 2015
Great! thanks that has worked perfectly. thanks for the clear explaination

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
Montezuma WP Theme Header Dano Header configuration & styling 2 Apr 23, 2013 09:59 AM
BWS plugins and Montezuma Theme jlee0409 Montezuma Theme 9 Mar 24, 2013 04:52 PM
Montezuma Head Not work meta tags darkcrizt Montezuma Theme 2 Dec 21, 2012 01:01 AM
Atahualpa vs. Montezuma vs. Theme Frame flyboy Atahualpa 3 Wordpress theme 0 Oct 26, 2012 08:02 PM
Child theme and Montezuma rick9004 Montezuma Theme 5 Oct 12, 2012 11:51 AM


All times are GMT -6. The time now is 11:52 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.