blackpenpress
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: custom loop that shows post from till dateuse wp_query with date parameters.
https://codex.ww.wp.xz.cn/Class_Reference/WP_Query#Date_Parameters
Forum: Fixing WordPress
In reply to: Query_posts – Order items by Page AttributesI would use wp_query instead of get_post_meta, it will give the option to specify the order as an argument.
Forum: Fixing WordPress
In reply to: Polylang with Canvas : translating custom stringsTry…
<footer id="footer" class="col-full"> <?php pll_e('Adresse'); ?> </footer>Forum: Fixing WordPress
In reply to: Administrator password not workinghttp://codex.ww.wp.xz.cn/Resetting_Your_Password
Some options for changing your password
Forum: Fixing WordPress
In reply to: Users at same level can edit each other's posts & commentsshould be able to do it with this https://ww.wp.xz.cn/plugins/members/
Forum: Localhost Installs
In reply to: Editing Menus seems deactivatedCould try a different browser.
Forum: Hacks
In reply to: Need help in WP Queryhttp://codex.ww.wp.xz.cn/Class_Reference/WP_Query
Look at the taxonomy sections on this page.
Forum: Fixing WordPress
In reply to: Posts: 2 WaysUse a custom page template http://codex.ww.wp.xz.cn/Page_Templates then add a custom query http://codex.ww.wp.xz.cn/Class_Reference/WP_Query
Forum: Fixing WordPress
In reply to: how can i add more item on my main menu bar?!!!A solution to this issue here http://sevenspark.com/docs/ubermenu-menu-item-limit
Forum: Fixing WordPress
In reply to: Show teaser animation before page displays?Search for modal popup in the plugins directory, there should be a few that you can adjust to do what you’re looking for.
Forum: Fixing WordPress
In reply to: Show teaser animation before page displays?I would use a jQuery modal popup which loads when the page opens and set it to cover the whole screen.
Forum: Fixing WordPress
In reply to: adminstration Menushttp://codex.ww.wp.xz.cn/Function_Reference/add_menu_page
Look at the examples at the bottom.
Forum: Fixing WordPress
In reply to: gallery with tagging pluginyou need a gallery with a filter function, one of these should do it https://ww.wp.xz.cn/plugins/tags/filterable-gallery
Forum: Fixing WordPress
In reply to: 404 Erroruse crochet.mariahswind.com to access mariahswind.com/crochet and so on.
ideally ftp in or use the file editor in cpanel if your host has it.