• How do I remove the Permalinks totally from the Motion Theme? I tried to edit the index to take the permalink tags out of the post but there’s apparantly another object I can’t find that will display a panel under the post with a right pointing arrow and a text link that says permalink and of course links to the single post. I don’t want that displayed. When Comments are turned on to a specific post then a comment the add comment link appear as a panel there. When I check properties for that panel it just says the “page” is #.php. any help please?

Viewing 9 replies - 1 through 9 (of 9 total)
  • There are thousands of WordPress themes – which means that many people won’t be familiar with your particular theme. So a link to your site where people can see the theme might result in more responses.

    Thread Starter rontekadmin

    (@rontekadmin)

    Here’s the link…probably best to go to https://www.hawaiisportsrap.com/wordpress as I have a different setup running on the main page while I work out these other little things. Gotta do it quickly though because the Motion Theme is actually running in a HTML object with frames which is part of what I’m tryig to get away from. If you can provide any assistance that would be great! Thanks in advance.

    Can you drop a copy of the template file for that page into the WordPress pastebin and post the pastebin url here?

    Thread Starter rontekadmin

    (@rontekadmin)

    https://wordpress.pastebin.com/mk615uys

    Here’s a link to the the pastebin but I can only paste code there right? There no attachment tool for a whole them and I couldn’t paste it from all the pages involved. The only “code” I can paste would be what I got when I “view source” from IE. This give’s me code that doesn’t look like any code on any page I can edit from the dashboad. The theme is Motion 1.06. I’ve just started running the blog theme as the whole site so you could see it at https://www.hawaiisportsrap.com. As an added thing, I’m gonna have to put AdSense on my pages so I gotta start knowing where I’m going in editting this theme. Anyway anything else I can give ya to help, just lemme know. BTW, is there a good GUI styled drag and drop website software that makes PHP and CSS pages? Thanks again!

    That’s the output of the index.php template file. We need to see the index.php template file itself.

    Thread Starter rontekadmin

    (@rontekadmin)

    Ok, here’s the pristine index.php of the motion template. Will you also need the style.css?

    https://wordpress.pastebin.com/UxBQRhDt

    Thanks again

    Change:

    <h2 class="posttitle"><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>

    to:

    <h2 class="posttitle"><?php the_title(); ?></h2>

    There’s also another permalink at:

    <div class="readmore"><span><a href="<?php the_permalink(); ?>">Read more</a></span></div>

    Thread Starter rontekadmin

    (@rontekadmin)

    Ok, I altered the first line and deleted the second. There is still a panel and I believe the display on that panel changes it’s link based on the status of contents being turned on for that post. If comments are off it displays an aroow pointing right and Permalink. If comments are on it diplays the # of comments status. I’m looking for something like that in the index. could it ne I have to change metabottom maybe. If it weren’t for comments status I’d just as soon remove that panel all together. Your thoughts?

    I can’t see anything in index.php that would account for this “panel”. Perhaps there’s something in header.php or one of the other files?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Altering Motion Theme’ is closed to new replies.