rickleijtencom
Forum Replies Created
-
Forum: Hacks
In reply to: [Search] Show results only that have tags that are equal to the input.NVM Plugin: Search Tags is the solution.
*solved*.
Forum: Plugins
In reply to: Get current page ID (NOT post ID)There is no difference in page or post id.
Everything is a post, pages just have a different post_type.<?php the_ID(); ?> (inside the loop!)
Forum: Fixing WordPress
In reply to: Custom post types hierarchy Child a different post type than ParentNot quiet sure what u want to achieve with it, might tell us that so we can give some hints for your setup?
Forum: Fixing WordPress
In reply to: Change to EN LanguageOpen the wp-config.php that is located in your WordPress Directory.
Search and find ‘WPLANG’.Replace:
define(‘WPLANG’, ‘yourcountry_YOURCOUNTRY’);With:
define(‘WPLANG’, ”);And its set to default (english)
I had the same problem, made my own theme and events manager stopped working. The following code u wrote worked for me:
add_action(‘init’, ’em_load_event’, 1);
if(is_admin()){ add_action(‘init’, ’em_load_event’, 2); }That stuff worked good 🙂
But now he gives a non succes message.. it returns the following:
You are currently attending this event. Manage my bookingsI think i can understand why it returns it, cuz the page just reloads and gives u a message u can manage your bookings. Any idea where to manage the returns?
Forum: Fixing WordPress
In reply to: [Manage User roles] How to with plugins?Forum: Fixing WordPress
In reply to: [Tweaking Twentyeleven] Remove "Theme Options"Cheers that did it.. for any others this is the code:
// Load up our theme options page and related code. require( dirname( __FILE__ ) . '/inc/theme-options.php' );Forum: Fixing WordPress
In reply to: Fatal error – completly locked out nowRemove the plugins? try to reinstall them? or open them with ur editor and look for the lines (147 and 251)
Forum: Fixing WordPress
In reply to: Polish hacker posts to my blogchmod settings ? 🙂
@rics1983 What do you mean with dynamically put into each post/page? The title and description are set in the WordPress SEO (yoast) plugin itself..
It would be cool to know if the keyword scans on a certain database table and or if we could adjust is with the ACF records in the database.
Or am i thinking to much? :))
To bad : = {
Forum: Plugins
In reply to: [Content Templates] Build them and use thembump week 2
Forum: Plugins
In reply to: [Content Templates] Build them and use thembump
Forum: Fixing WordPress
In reply to: 2 TinyMCE Editors for 1 pageoh lol it seems it allready excists..
http://www.simplethemes.com/tutorials/help/using-content-templates
Forum: Plugins
In reply to: User registration -> Profile page -> & more?bump after a month..