sulcalibur
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [SOLVED] Permalinks not working in Apache2 Ubuntu 10.10I tried this and no luck
This is causing me great headaches ??Forum: Fixing WordPress
In reply to: Only show latest post and comments on front pageSomeone helped me out (Zeo) on WordPress Stack Exchange – https://wordpress.stackexchange.com/questions/4997/redirect-homepage-www-sitename-com-to-the-latest-post
Just add this to the functions.php
add_action( 'template_redirect', 'redirect' ); function redirect() { if ( is_home() && ! is_paged() ) : wp_redirect( get_permalink() , 301 ); exit; endif; }
Forum: Fixing WordPress
In reply to: Only show latest post and comments on front pageI’m guessing that modifying the home.php is the best course of action.
Logic tells me that adding the loop to somehow just show the latest post and include the code for the comments would work. Is this correct?
Forum: Fixing WordPress
In reply to: RSS feeds issue : <?xml version=”1.0″ encoding=”UTF-8″?>What was the plugin to sort out the problem?
Forum: Fixing WordPress
In reply to: WordPress page goes white with no error or even page sourceThe amp and the ampersand is the forum. The code is fine, trust me ??
Forum: Fixing WordPress
In reply to: Weird thing happening with showing one category listI tried all that and a few others online I just get a blank white page after saving and refreshing.
Forum: Fixing WordPress
In reply to: How to show latest post of a certain categoryThank you so much.
Looked at it not sure it’ll work though ??
Basically on the front page I need this layout.
[category 1: latest post]
[category 2: latest post]
[category 1: post titles 2,3,4,5,6,7]
Looking everywhere is doing my head in ??
Forum: Fixing WordPress
In reply to: Showing only certain categories on front pageBrilliant, I managed to get it sorted with a plugin I found here: https://rmarsh.com/plugins/ many many thanks for all your help though people.
??
Forum: Fixing WordPress
In reply to: Showing only certain categories on front pageGreat plugin and will be helpful but it doesn’t do what I need it to do. I need the content on the front page. I have some sections using the ‘sideblog’ plugin, but they are showing up on the posts list.
Thank you though ??
I’m not sure where to add that code that you mentioned ??
Forum: Fixing WordPress
In reply to: Showing only certain categories on front pageI’m confused :S
Where do I add that code?
Forum: Themes and Templates
In reply to: Showing one post then the titles for the next 5Dagnamit you people are quick!
Thank you very much ??
Forum: Fixing WordPress
In reply to: Making posts via Pocket PCCool, this looks like the right option : https://www.andymoore.info/wordpress-mobile-plugin/