alb
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: is_paged() is_attachment() what are?ok;
but is_attachment()there isn’t?
and for paged:
When the page being displayed is “paged”.
–this mean
This refers to an archive or the main page being split up over several pages.–is in contradiction with this?
This does not refer to a Post or Page whose content has been divided into pages using the <!–nextpage–>(
Forum: Plugins
In reply to: is possible use <–nextpage–> in category ?yes, so
“Assuming you meant <!–nextpage–> in a post (and not category)”
so is enough to use this code
<?php wp_link_pages(); ?>
in single.php?
only in this file or others?ot: but blockquote work?
I insert but not see any modifiedForum: Plugins
In reply to: next previous posts but only inner its categoryok, so exist a tag;
I now see how workForum: Plugins
In reply to: change (by admin) all posts in a category for see only the title ?the method in the codex explanation is not flexible; I want to change template from admin panel;
I think must to do some similar:
create a new column (type check) in the table category associate at ID category;and after in archive.php insert a code that verified the
value of the check for the selected category and with an if is after to use code X (=layout X) or code Y for change layout;but is there a plugin that does this or very similar
or you know what code to use?thanks
Forum: Fixing WordPress
In reply to: permalink customize wp-adminfor Rewrites what you want to say?
I think is necessary “only” write something inner a file of wordpress; but what? and in which point?
I think in the code where there are the conditions that verified something type:
if ?page_id=id then rewrite url using the variable option-permalinks (by admin page)Forum: Fixing WordPress
In reply to: permalink customize wp-adminwith permalink I can to customize a part of the url;
so I want to do for customer’s url admin too
example/wp-admin/edit.php
to
/admin-John/write-article.phpI think this have two advantages:
customize url for client and a major security: a malicious customer don’t know the really files path in the server.Forum: Themes and Templates
In reply to: why in the wp-admin the display:hide not work?because I not want permanent modification; I want it only associated with a specific theme
Forum: Themes and Templates
In reply to: why in the wp-admin the display:hide not work?not work
Forum: Fixing WordPress
In reply to: static front page – that is changable by wordpresssuperultra
you can posted the link for see how it work?
thanksForum: Themes and Templates
In reply to: wordpress.org use a template?I wanted to know not which forum is used (however thanks for information),
but like are been created the menu ?