elektronicat
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: URL structure blog postI tried that and it works, however, I have custom post types set up via ACF and when I add the blog/ prefix for the regular / built-in posts (which is good), blog/ is also showed in the URL of the custom post types (which is not good), making the URL look like sitename/blog/news/news-article. Is there any way to prevent that?
- This reply was modified 1 year, 11 months ago by elektronicat.
- This reply was modified 1 year, 11 months ago by elektronicat.
Forum: Installing WordPress
In reply to: Hola alguien sabe porque me da este error?hola,
yo no sé una solución, pero creo que recibirás mas reaccionas cuando metes su pregunta en ingles.
¡buena suerte!Forum: Fixing WordPress
In reply to: Comments being displayed of only one certain postwp_reset_query();placed before the comments template did the trick! now the comments are being displayed by the right posts.
thanks for your help alcymyth!Forum: Fixing WordPress
In reply to: Comments being displayed of only one certain postA link to a screenshot: http://img199.imageshack.us/i/screenshot20110215at256.png (it’s still local)
The screenshot shows a post (Have U.N.E Pull) Then i’m displaying other post-titles, among which ‘Have U.N.E. Pull’ and ‘Projection mapping is een goeie bezigheid’ (that is Dutch;)
And below that you see ‘3 responses to Projection mapping is een goeie bezigheid’.There was some code between the content and the comments (to display the titles of other posts) but after removing, it didn’t change anything to the comments.
Activated plug-ins are All-in-one Cufon, WP-Paginate, Custom Post Type UI, Lightbox 2, Contact Form 7.
It is always a specific post (Projection mapping is een goeie bezigheid)
Forum: Fixing WordPress
In reply to: Custom Post Type only working when Logged inWell, i discovered that deactivating the Role Scoper plug-in did the trick. I probably have to adjust some settings in the plug-in to make it work with the custom post types, but for the development stage i’m gonna leave it nice ‘n deactivated for a while.
Forum: Alpha/Beta/RC
In reply to: Missing current_page_parent css class for custom post typesthnx acafourek, nice fix!
I extended your code with an extra line of CSS to style the menu item that is (unfortunately) lit up by default and given it an ‘inactive’ color. I hope that future releases will make this fix obsolete..Forum: Fixing WordPress
In reply to: Custom Post Type only working when Logged inI’m having this problem as well, it boggles my mind why the custom post types are not being displayed on the front-end when not logged in the back-end/dashboard..
anyone a solution? ’cause this is going nowhere..Forum: Fixing WordPress
In reply to: Dashboard > Only 1 or 2 columns choosable as screen layout(?)esmi, or anyone else some (other) thoughts about this issue?
Forum: Fixing WordPress
In reply to: Dashboard > Only 1 or 2 columns choosable as screen layout(?)Thnx for your reply.
Well, if I change the number of columns they actually do apply to the admin (dashboard) area and not to my custom theme. To make clear; i’m not talking about the Appearance>Editor for the themes, i’m referring to the Screen Options menu at the top right of the Dashboard. Check out this screenshot (which shows an option for 4 columns, whereas i can only select a 1 or 2 column layout)Forum: Themes and Templates
In reply to: Displaying custom post titles?Hello mediadecay,
This is the only code you used?
I’m trying to use the plugin ‘Custom Post Type UI’ to display (meta)data just like your Movie: ‘Name of movie’ example. I can’t seem to display any of the data in my posts at all (except for the standard post title and content of course)
Where did you put the code? I have created a separate template page named ‘page-movies.php’ (for this test), Should i put it in there?
Doesn’t work the way i do it anyway.
Help’s appreciated.Forum: Fixing WordPress
In reply to: Which permalink structure/syntax to use?I see.. I won’t be using categories, so just setting the permalink to /%postname% would be sufficient, and it works for both single posts and pages with subpages. The only downside with this permalink structure is that the url won’t be including the parent page from where it originated from (in my case ‘News’) The only messy (visual) fix is to make a category named ‘News’ and use the /%category%/%postname%/ structure altogether. That way ‘News’ will be displayed, not as pagename but as categorie name.
Unless, someone knows a cleaner, more valid, solution?Forum: Fixing WordPress
In reply to: cant view single blog posthmmm, with the permalinks now set to /%pagename%/%postname% a page with subpages aren’t displayed. Maybe i’d better post a new issue after all..
Forum: Fixing WordPress
In reply to: cant view single blog postI discovered the cause of the issue. A while ago, when I changed the permalinks from id-style to pagename/postname style, I only put in /%pagename% and left %postname% out, because at that time I didn’t want to use a blog of posts.
In short, the solution (in my case):
To display a single post, the syntax in the permalinks should be /%pagename%/%postname%
(Thnx Joe for your reply and suggestion)Forum: Fixing WordPress
In reply to: cant view single blog postYes, same problem here. Clicking on a single post displays the 404 error page. Even when directly entering a post’s url into the browsers adressbar it fails to load the specific post in its entirety.
Forum: Fixing WordPress
In reply to: Manually delete (static) page?It worked; I deactivated the Simpleviewer plugin, deleted the page and reactivated the plugin. Silly I didn’t think of such a thing myself..
Thnx, both of you.