Forum Replies Created
-
AuthorPosts
-
Hi Ismael,
As i previously wrote, i’m working on a local version (MAMP local server), so i don’t have any lik to provide.
The blog design is “Elegant”
The blog layout is “Grid layout”;
NO filters are actualy added to mu functions.php,July 30, 2015 at 1:36 am in reply to: Retriving a navigation for custom post type using enfold builder #480498Ok thank’s,
Last thing where can find this filter in action, so i die smarter ?Best regards
July 29, 2015 at 10:11 pm in reply to: Retriving a navigation for custom post type using enfold builder #480440Hello ?
Anybody out there ?July 28, 2015 at 10:02 am in reply to: Retriving a navigation for custom post type using enfold builder #479560Ok,
i’ve added a filter on ‘avf_builder_boxes’ to enable the enfold builder for some of my post types
<?php add_filter( ‘avf_builder_boxes’, ‘add_builder_to_post_type’ ); ?>
I don’t show you the add_builder_to_post_type() but it works like a charm and i can edit my custom pt with the builder.My problem is that i can’t retreive a “previous_post” – “next_post” navigation when accessing one of my single custom post type pages.
My question is What/where is the file or snippet i have to hook on, or override to retrieve or implement a navigation on my single custom post type pages ?
Regards
July 27, 2015 at 10:52 pm in reply to: How can i filter post (article) title on single page ? #479325Ok thank’s for answering this so quickly but i’ve found the solution :
I just wanted to filter the <h1> tag on the single article post page. I’ve copied the includes/loop-index.php into my child theme and made a regexp replacement :
<?php $title = preg_replace( “#<h1[^>]+.*?<a[^>]+>(.*)</h1>#”, ‘MyReplacingStrings$1’, $title ); ?>
just before the <?php echo title; ?> round line 150 … And and it work great ;-)Regards
Ok thanks,
I just had reset the font size somewhere else ..
Regards
-
AuthorPosts