astereo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [New Theme] PrebuiltThanks for the comments ??
Forum: Plugins
In reply to: Filosofo EnrollComments HelpThanks filosofo. It also got my cocomment pluggin to work as well ??
Forum: Fixing WordPress
In reply to: [Guide] Customizing WP: AdvancedJust a friendly bump
Forum: Plugins
In reply to: Categorized RSS Feeds – possible?You do not need a plugin
Set up your url like this:
https://www.domain.com/category/categoryname/feedReplace category name with the name of your category, and you’ll se rss feeds for them. I’m not sure if it changes depending on how your permalinks are setup
+ aj | https://www.devlounge.net
Forum: Fixing WordPress
In reply to: Help Validate PleaseI’ll help you out, shoot me an email at aj[@]devlounge.net
Forum: Requests and Feedback
In reply to: WordPress Blog vs. WordPress CMSWordPress can be as functional as any cms. There are great exmaples around of WordPress being used in other non-blog forms.
+ aj | https://www.devlounge.net
Forum: Fixing WordPress
In reply to: [Guide] Customizing WP: AdvancedThanks, glad you found it useful.
Forum: Fixing WordPress
In reply to: Next / Previous no longer workingWhat I noticed so far…
Going to “url/category” brings you to the category page (ex: https://www.devlounge.net/interviews), but in order for Previous and Next to work on a category archive, it seems the url structure has to be “url/category/catergoryname/page/#”. The word category doesn’t have to be there, right? But my permalinks are set right, I just don’t know how to get around it.
Forum: Fixing WordPress
In reply to: Next / Previous no longer workingYeah they are.
Could the htaccess have anything to do with it?# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
I don’t know how it started happening, just popped up without me doing anything.
Forum: Fixing WordPress
In reply to: Next / Previous no longer workingFriendly bump
Forum: Fixing WordPress
In reply to: Next / Previous no longer workingthe wordpress classic theme works, somehow the url’s have changed:
[Working] WP Classic Theme URL for Pages:
https://www.devlounge.net/category/news/page/2/[Broken] Devlounge Theme URL For Pages:
https://www.devlounge.net/news/page/2/Somehow /category/ got dropped out of the pages, even without me editing anything. Any ideas on how to fix it? I don’t really want to change my permalink structure, because it will screw up all the listings to Devlounge articles on various sites.
My Permalink Structure is /%category%/%postname%
Forum: Fixing WordPress
In reply to: “Notify me of followup comments via e-mail” – How?Hit up https://www.wp-plugins.net and look for Subscribe, then find a plugin called Subscribe to Comments
Forum: Fixing WordPress
In reply to: Next / Previous no longer workingIt appears that the problem only occurs on category pages. Previous / Next works fine on search results.
Forum: Fixing WordPress
In reply to: Next / Previous no longer workingAnyone?? Please help asap
Forum: Your WordPress
In reply to: Devlounge.netIt’s no problem, I’m fine with how it turned out ??