jimmy1234678
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Customise posts within a categoryRight it has worked on the ‘news’ category page fine! 🙂 But on the home page in my post feed it still has the ‘get it’ text.
Is there anyway of removing these posts that are assigned the ‘news’ category from the main post feed. So that only the mixtape posts show on the main page and the mixtape page, whilst the ‘news’ posts show only on the news page.
Thanks so much for all your help so far David!
Forum: Themes and Templates
In reply to: Customise posts within a categoryCheers for the help so far David.
I’ve tried implementing what you said, but nothings changed? Pretty sure I did it all right, so not sure what’s up?
Forum: Themes and Templates
In reply to: Customise posts within a categoryI’m using a theme called techfront. My site is http://gotmixtapes.org.
Basically I want to be able to display all my mixtapes on the hot mixtape page and then display any news/blog articles on the news pages.
I thought the best way to do this would be to create 2 category pages, then simply assign a post to either category to place it on a certain page. I’m not fussed about the front page displaying everything, I’m pretty happy with it this way.
The main thing I would like to change is the “Get It” button text. Obviously this applies to the mixtape post, however on the news posts I would like to alter this.
Hope this makes sense!?
Forum: Themes and Templates
In reply to: Changing 'Read More' ButtonTechFront from newwpthemes(dot)com
Forum: Plugins
In reply to: [Custom Contact Forms] [Plugin: Custom Contact Forms] Error whilst uploadingDon’t worry. Resolved.
Forum: Fixing WordPress
In reply to: .htaccess problemsYeah all sorted now. Contacted my hosting provider. Was using the wrong file manager, therefore couldn’t see the .htaccess file. Not sure why they give you two options of file manager if ones obsolete but oh well.
You can go ahead and close this topic if you want.
Thanks.
Forum: Themes and Templates
In reply to: Post Thumbnail ProblemOkay so I place this in functions.php <?php add_image_size( $name, $width, $height, $crop ); ?>
Then edit it to this for example
<?php add_image_size( ‘newimagesize’ , 250, 250, true ); ?>
Is this correct? What should I do next? Where do I replace ‘thumbnail’ with ‘newimagesize’?