Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '+.+default+.+'

Viewing 25 results - 3,026 through 3,050 (of 6,788 total)
  • Author
    Search Results
  • #148354
    K-Path
    Participant

    WP 3.9.1
    Theme TwentyTen

    I need to add this snippet of code to my functions file in theme/childtheme. The problem is that I haven’t found anything in Documentation telling me where theme/childtheme is. Also will this be overwritten during the next bbPress update?
    This is the documentation I was given to modify and insert the following code but it assumes that I know where to put it. Help please.

    Layout and functionality – Examples you can use

    I’m trying to change how my breadcrumbs look


    function mycustom_breadcrumb_options() {
    // Home - default = true
    $args['include_home'] = false;
    // Forum root - default = true
    $args['include_root'] = false;
    // Current - default = true
    $args['include_current'] = true;

    return $args;
    }

    add_filter('bbp_before_get_breadcrumb_parse_args', 'mycustom_breadcrumb_options'

    Auriel Kitsu

    #148326
    Micheal
    Participant

    Just ran the tool and only selected the “Remap existing users to default forum roles” box and pressed repair items button, still not fixed.

    #148322
    Stephen Edgar
    Keymaster

    Have you run the “Remap existing users to default forum roles” repair tool? If not, do so.

    Any change?

    Edit: And answers to my previous question please 🙂

    #148306
    Stephen Edgar
    Keymaster

    The string Keymaster is being translated to Super Administrator(here)

    If you login to http://translate.wordpress.org using your wordpress.org/bbpress.org username and password you can also suggest an updated translation and the Spanish translation team will review the translation and accept it or not.

    The first link above is for the ‘development’ version of bbPress, upcoming 2.6 release, you should also suggest any translation updates for the current bbPress v2.5 here.

    Once you have done the above you should let the Spanish translation team know:

    Contacto

    #148302
    HW
    Participant

    Hi Robin

    Thank you for the functions code you provided to create a custom role. I’ve implemented this and can see it and change the user to the new role – however it doesn’t save it so if i navigate away from the user page and go back it hasn’t kept the role it just defaults back to nothing until i post and then it puts me on participant (which I have enabled to set automatically for new posters). Would you know why that is happening?

    My initial setup was a template file called forum.php which bbpress automatically picked up as my forum page – I didn’t use override of existing bbpress templates within my theme, however when I made the bbpress-functions.php in my theme folder it made the forum stop using the bbpress styles (not sure why) – so i tried adding the overrides for bbpress in my theme folder and that made it not render any html at all just blank body – I’ve ended up copying the stylesheet to my theme folder and naming it something else.

    I’m looking for a user role half way between a participant and a moderator (I’ve called it a Junior Moderator) where they can moderate and flag things and get in touch with users who flagged inappropriate posts and inform them of the actions as well as receive emails or notifications from users flagging the inappropriate content- but they can’t delete or edit other people’s topics, replies and can’t delete forums or add new ones.

    Any help would be appreciated!

    Thanks

    #148246
    tharsheblows
    Participant

    @robinw – I just came across this too and thought exactly the same as you, that it needed that filter or something like that. I was trying to change the “Topic tags: ” (or something like that) bit of the tags archive pages.

    It was picking up the default taxonomy-topic-tags.php file. This must have been picked up from the plugin default theme, not mine – it’s in /extras in my theme folder but changing it there had no effect, I had to move it out of there to the root of the theme folder. This totally makes sense from a WordPress standpoint but was non-obvious because I was looking in the bbPress folder in my theme.

    ANYWAY it’s sorted now but if someone else comes across it, check for some hidden template. I couldn’t get that filter to work for anything. I tried very very hard to make it work. It didn’t.


    @saulmarq
    – what you can do is make a new page and make the permalink your forum root. So my forum root (in settings) is forums and the page is at example.com/forums. Then use the [bbp-forum-index] shortcode. The gotcha is that this page will *only* use the bbPress template, I think – you can’t make a custom template for it. I might be misremembering that, but I do know you can’t change the default template. Someone tried to tell me this was a good thing, whatever.

    Doing it this way is nice because then you can write an intro like:

    Hi! Welcome to our forums. Dive right in. Post a lot, whoo!

    [bbp-forum-index]

    #148204
    Deamion
    Participant

    Hi Stephen,

    Are you talking about the bbPress toolbar when creating a topic or reply?

    Yes.

    What happens if you switch to the Twenty Fourteen theme?

    The Twenty Fourteen theme has the same issue.

    Have you disabled any TinyMCE plugins?

    I didn’t install a plug-in called TinyMCE. I thought it was included by default.

    Have you tried disabling all your plugins except bbPress to see if the issue is resolved?

    No. As I said, the site works find when using Chrome, or IE on the Linux/Apache box (with all plug-ins enabled). When I use the site hosted by Windows Server/IIS 8.5, Chrome, IE, and Firefox work.
    So it looks like a bug that only shows up when Firefox + Apache + bbpress are all working together. Any other combination seems to work fine.

    What version of WordPress and bbPress are you using?

    Latest version of both.

    Note: Please don’t bump old topics, create a new topic please, things change and most of the time the issue will be a different issue.

    Very sorry. I’ll do that next time.

    Note: I’ve decided that I’m just going to leave it as is. If Firefox users want to post, they can forfeit the editing tools, or use another browser.

    Sorry to have wasted your time. Maybe I’ll try to troubleshoot it again when I have more time.
    Thanks for your reply.

    #148185
    HansRuedi
    Participant

    WP 3.9.1, BP 2.0.1 and bbPress 2.5.4 – http://www.info.ch

    I would like to auto activate the forum component while a BP member creates a new BP group, same what’s happening e.g. while using BP Docs or rtMedia. Other words: the checkbox should be marked by default. Thanks for help!

    Robin W
    Moderator

    It may well be that you’re search form is just including the forum posts.

    bbpress uses custom post types of ‘topic’, ‘forum’ and ‘reply’. You site wide search may well need to exclude these types so that forums results do not get filtered into the search.

    see https://codex.wordpress.org/Function_Reference/get_search_form

    In particular

    <input type=”hidden” value=”post” name=”post_type” id=”post_type” />
    Here we submit the value post. The default value is any, meaning, posts, pages and custom post types.

    ie the default is any would include forum entries.

    #148128
    Lumartist
    Participant

    Presume this doesn’t happen when you switch to a default theme?

    Actually, the strange thing is, that it also does happen with a standard theme, like twenty fourteen. I didn’t test it before, as I thought it would be a problem with my custom theme, but now I see, that it happens also with other themes.

    Also test whether it is actually subscribing to all forums, or just saying that it is.

    Well, if I visit the subscription list with subscribed forums and topics, I do see the whole forum list, with categories and forums, no matter which forum I did subscribe to. It’s the same with the source code, I do see all the forums.

    I should add, that it is working wth topics. If I subscribe to a topic, only that topic appears in the subscribed topics list.

    #148126
    Robin W
    Moderator

    Presume this doesn’t happen when you switch to a default theme?

    Also test whether it is actually subscribing to all forums, or just saying that it is.

    Robin W
    Moderator

    ok, sounds like you have a conflict

    try

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, switch to a default theme such as twentytwelve, and see if this fixes.

    #148035
    charris25
    Participant

    I’m having the same/similar issue when I click into a group and click on the forum tab I can see

    “This forum contains 1 topic and 1 reply, and was last updated by Admin 1 week, 2 days ago.”

    “Viewing topic 1 (of 1 total)”

    But under “Viewing topic” topics are not showing up for any user.

    I had turned the search engine option on the dashboard on/off… that didn’t work.

    I changed the theme to the word press default theme and topics seem to be working properly there so I believe its something with the theme but I’m not sure I’m currently using the salutation theme. http://themeforest.net/item/salutation-responsive-wordpress-buddypress-theme/548199

    I’m using WordPress 3.9.1 bbpress 2.5.4 and Buddypress 2.0.1

    Any help would be greatly appreciated!

    #148005
    Robin W
    Moderator

    bbpress/includes/common/widgets.php
    bbpress/includes/replies/template.php
    bbpress/includes/topics/template.php
    bbpress/includes/users/template.php
    bbpress/templates/default/bbpress/user-details.php

    alex93
    Participant

    Hello everyone,

    i have problem with bbpress doesnt work in my theme.My theme is https://wordpress.org/themes/semicolon.Bbpress in my theme doesnt work.Specifically, are not seeing some things from buddypress.In default theme it works.
    I dont know why? Do you any solution? I tried this solution.http://codex.bbpress.org/theme-compatibility/. But doesnt work for me.

    Iam unhappy.Why is this so difficult.I excepted ,that is be easy,but isnt.
    I do not understand it at all.
    Please help me.Thank you very much!

    a298e
    Participant

    My site is a membership site, using SSL.

    For a user who want to cancel the membership, I set his user role from “admin panel” > “users”
    as below;

    Site Role
    – No role for this site –

    Forum role
    – No role for these forums –

    After this setting, a withdrawal user logged in, the setting of “Forum role” was automatically backed and changed to;

    Forum role
    – Participant –

    “Site Role” is remained as I’ve set.
    (I’m setting “Participant” as a default member’s role.)

    How could I validly keep setting “Forum role” for a withdrawal user to “- No role for these forums -” ?

    WordPress ver. 3.9.1
    Using bbPress ver. 2.5.4

    #147865
    gd0g
    Participant

    I am running a number of plugins however I have checked another install and when I update to 2.5.4 my Forums tab disappears in admin??

    Plugins I am running below…. on 3.9.1 wordpress

    Admin Menu Editor Pro
    Deactivate | Edit | Settings | License

    Lets you directly edit the WordPress admin menu. You can re-order, hide or rename existing menus, add custom menus and more.
    Version 1.93 | By Janis Elsts | Visit plugin site | Check for updates
    Select Akismet Akismet
    Settings | Deactivate | Edit

    Used by millions, Akismet is quite possibly the best way in the world to protect your blog from comment and trackback spam. It keeps your site protected from spam even while you sleep. To get started: 1) Click the “Activate” link to the left of this description, 2) Sign up for an Akismet API key, and 3) Go to your Akismet configuration page, and save your API key.
    Version 3.0.0 | By Automattic | Visit plugin site
    Select bbPress bbPress
    Activate | Edit | Delete

    bbPress is forum software with a twist from the creators of WordPress.
    Version 2.5.4 | By The bbPress Community | Visit plugin site
    There is a new version of bbPress available. View version 2.5.4 details or update now.
    Select BuddyPress BuddyPress
    Deactivate | Edit | Settings | About

    Social networking in a box. Build a social network for your company, school, sports team or niche community all based on the power and flexibility of WordPress.
    Version 2.0.1 | By The BuddyPress Community | Visit plugin site
    Select Emma & Zoho Emma & Zoho
    Deactivate | Edit

    Synchronize gravity form data into emma and zoho through API
    Version 1.0 | By Stephin Nadar
    Select Emma & Zoho Update or Add Emma & Zoho Update or Add
    Deactivate | Edit

    Send gravity form data into emma and zoho through API
    Version 1.0 | By Stephin Nadar
    Select Goals Goals
    Deactivate | Edit

    Nice Goal Plugin.
    Version 1.0 | By WP-Lokal | Visit plugin site
    Select Gravity Forms Gravity Forms
    Settings | Deactivate | Edit

    Easily create web forms and manage form entries within the WordPress admin.
    Version 1.8.8 | By rocketgenius | Visit plugin site
    Select Import Users from CSV Import Users from CSV
    Deactivate | Edit

    Import Users data and metadata from a csv file.
    Version 1.0.0 | By Ulrich Sossou | Visit plugin site
    Select Multi Plugin Installer Multi Plugin Installer
    Deactivate | Edit

    This plugin can install multi plugins at once click
    Version 1.1.0 | By Nishant Jain, rahulbrilliant2004, tikendramaitry | Visit plugin site
    Select Post Expirator Post Expirator
    Deactivate | Edit | Settings

    Allows you to add an expiration date (minute) to posts which you can configure to either delete the post, change it to a draft, or update the post categories at expiration time.
    Version 2.1.3 | By Aaron Axelsen | Visit plugin site
    Select RSS Shortcode RSS Shortcode
    Deactivate | Edit

    Makes it easy to display an RSS feed on a page
    Version 0.2 | By Joost de Valk | Visit plugin site
    Select Splash Plugin Splash Plugin
    Deactivate | Edit

    “Splash Plugin” is a Word Press plugin that allows you to display static and dynamic tabs on the left and/or right side of your website. They are non-intrusive and a fun way get attention. You have control on how the tabs will look using our built-in tools or our pre-designed tabs.
    Version 4.0 | By SplashPlugin.com | Visit plugin site
    Select User Avatar User Avatar
    Deactivate | Edit

    Allows users to associate photos with their accounts by accessing their “Your Profile” page that default as Gravatar or WordPress Default image (from Discussion Page).
    Version 1.4.11 | By Enej Bajgoric / Gagan Sandhu / CTLT DEV | Visit plugin site
    Select User Role Editor User Role Editor
    Settings | Deactivate | Edit

    Change/add/delete WordPress user roles and capabilities.
    Version 4.14 | By Vladimir Garagulya | Visit plugin site | Changelog
    There is a new version of User Role Editor available. View version 4.14.1 details or update now.
    Select White Label CMS White Label CMS
    Deactivate | Edit

    A plugin that allows you to brand wordpress CMS as your own
    Version 1.5.2 | By http://www.videousermanuals.com | Visit plugin site
    Select WP101 WP101
    Deactivate | Edit

    WordPress tutorial videos, delivered directly in the WordPress dashboard.
    Version 2.1.1 | By WP101Plugin.com
    Select WP Project Manager – Frontend WP Project Manager – Frontend
    Deactivate | Edit

    Frontend functionality for WP Project Manager
    Version 1.2.1 | By Tareq Hasan | Visit plugin site
    Select WP Project Manager – Sub Task WP Project Manager – Sub Task
    Deactivate | Edit

    Time tracker add-on for WP Project Manager
    Version 0.1 | By weDevs | Visit plugin site
    Select WP Project Manager – Time Trakcer WP Project Manager – Time Trakcer
    Deactivate | Edit

    Time tracker add-on for WP Project Manager
    Version 0.1 | By weDevs | Visit plugin site
    Select WP Project Manager PRO WP Project Manager PRO
    Deactivate | Edit

    A WordPress Project Management plugin. Simply it does everything and it was never been easier with WordPress.
    Version 0.5.3 | By Tareq Hasan | Visit plugin site
    Select wpsc Support Tickets wpsc Support Tickets
    Deactivate | Edit

    An open source help desk and support ticket system for WordPress using jQuery. Easy to use for both users & admins.
    Version 4.5.1 | By wpStoreCart, LLC | Visit plugin site
    There is a new version of wpsc Support Tickets available. View version 4.7.2 details or update now.
    Select wpsc Support Tickets PRO wpsc Support Tickets PRO
    Deactivate | Edit

    A professional add-on for the wpsc-Support-Tickets system for WordPress. Adds many professional features.
    Version 3.0.3 | By wpStoreCart, LLC | Visit plugin site

    #147845
    Robin W
    Moderator

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, switch to a default theme such as twentytwelve, and see if this fixes.

    and see

    Step by step guide to setting up a bbPress forum – Part 1

    #147816
    Robin W
    Moderator

    Ok, what I want to do is check if the function is trying to filter and failing or not even trying to filter.

    I am therefore going to get the plugin to dump one of the lists, so that you can tell me what it is showing – it won’t look pretty, but should help.

    First of all you need to work out a search that produces only a few results, say less than 10, and that you can list all the results that you would expect to see for full access, and that you want to see for the private groups, and make a not of their numbers.

    so for instance

    search for zebra produces posts numbers

    2345,2367,2657,2894,2965

    But one of these is in a private forum so a non-logged in user should see

    2345,2367,2894,2965

    Once you have this list, then do the following :
    Use notepad to create a file called search.php

    then put this code into it

    <?php
    
    //this function filters to the bbp search function to allow only returns from allowed forums
    
    function pg_has_search_results( $args = '' ) {
    	global $wp_rewrite;
    //start with code as per bbp search !
    	/** Defaults **************************************************************/
    
    	$default_post_type = array( bbp_get_forum_post_type(), bbp_get_topic_post_type(), bbp_get_reply_post_type() );
    
    	// Default query args
    	$default = array(
    		'post_type'           => $default_post_type,         // Forums, topics, and replies
    		'posts_per_page'      => bbp_get_replies_per_page(), // This many
    		'paged'               => bbp_get_paged(),            // On this page
    		'orderby'             => 'date',                     // Sorted by date
    		'order'               => 'DESC',                     // Most recent first
    		'ignore_sticky_posts' => true,                       // Stickies not supported
    		's'                   => bbp_get_search_terms(),     // This is a search
    	);
    
    	// What are the default allowed statuses (based on user caps)
    	if ( bbp_get_view_all() ) {
    
    		// Default view=all statuses
    		$post_statuses = array(
    			bbp_get_public_status_id(),
    			bbp_get_closed_status_id(),
    			bbp_get_spam_status_id(),
    			bbp_get_trash_status_id()
    		);
    
    		// Add support for private status
    		if ( current_user_can( 'read_private_topics' ) ) {
    			$post_statuses[] = bbp_get_private_status_id();
    		}
    
    		// Join post statuses together
    		$default['post_status'] = implode( ',', $post_statuses );
    
    	// Lean on the 'perm' query var value of 'readable' to provide statuses
    	} else {
    		$default['perm'] = 'readable';
    	}
    	
    	//PG then loop to find allowable forums
    	//Get an array of IDs which the current user has permissions to view
    	$allowed_posts = private_groups_get_permitted_post_ids(new WP_Query($default));
    	Echo 'Allowed posts list' ;
    	var_dump ($allowed_posts) ;
    	// The default forum query with allowed forum ids array added
        $default['post__in'] = $allowed_posts;
    
        
    	//then return to bbp search code
    	/** Setup *****************************************************************/
    
    	// Parse arguments against default values
    	$r = bbp_parse_args( $args, $default, 'has_search_results' );
    
    	// Get bbPress
    	$bbp = bbpress();
    
    	// Call the query
    	if ( ! empty( $r['s'] ) ) {
    		$bbp->search_query = new WP_Query( $r );
    	}
    
    	// Add pagination values to query object
    	$bbp->search_query->posts_per_page = $r['posts_per_page'];
    	$bbp->search_query->paged          = $r['paged'];
    
    	// Never home, regardless of what parse_query says
    	$bbp->search_query->is_home        = false;
    
    	// Only add pagination is query returned results
    	if ( ! empty( $bbp->search_query->found_posts ) && ! empty( $bbp->search_query->posts_per_page ) ) {
    
    		// Array of arguments to add after pagination links
    		$add_args = array();
    
    		// If pretty permalinks are enabled, make our pagination pretty
    		if ( $wp_rewrite->using_permalinks() ) {
    
    			// Shortcode territory
    			if ( is_page() || is_single() ) {
    				$base = trailingslashit( get_permalink() );
    
    			// Default search location
    			} else {
    				$base = trailingslashit( bbp_get_search_results_url() );
    			}
    
    			// Add pagination base
    			$base = $base . user_trailingslashit( $wp_rewrite->pagination_base . '/%#%/' );
    
    		// Unpretty permalinks
    		} else {
    			$base = add_query_arg( 'paged', '%#%' );
    		}
    
    		// Add args
    		if ( bbp_get_view_all() ) {
    			$add_args['view'] = 'all';
    		}
    
    		// Add pagination to query object
    		$bbp->search_query->pagination_links = paginate_links(
    			apply_filters( 'bbp_search_results_pagination', array(
    				'base'      => $base,
    				'format'    => '',
    				'total'     => ceil( (int) $bbp->search_query->found_posts / (int) $r['posts_per_page'] ),
    				'current'   => (int) $bbp->search_query->paged,
    				'prev_text' => is_rtl() ? '&rarr;' : '&larr;',
    				'next_text' => is_rtl() ? '&larr;' : '&rarr;',
    				'mid_size'  => 1,
    				'add_args'  => $add_args, 
    			) )
    		);
    
    		// Remove first page from pagination
    		if ( $wp_rewrite->using_permalinks() ) {
    			$bbp->search_query->pagination_links = str_replace( $wp_rewrite->pagination_base . '/1/', '', $bbp->search_query->pagination_links );
    		} else {
    			$bbp->search_query->pagination_links = str_replace( '&paged=1', '', $bbp->search_query->pagination_links );
    		}
    	}
    	//finally filter to return
    	// Return object
    	return apply_filters( 'pg_has_search_results', $bbp->search_query->have_posts(), $bbp->search_query );
    }
    
    add_filter ('bbp_has_search_results', 'pg_has_search_results') ; 

    Then go into FTP

    Then look in

    wp-content/plugins/bbp-private-groups/includes

    and you’ll see a file called

    wp-content/plugins/bbp-private-groups/includes/search.php

    Rename this file to searchold.php (as we’ll need it back later!)

    Then copy the search.php that you made above to this folder (wp-content/plugins/bbp-private-groups/includes).

    Then run your search.

    You should see a horrible list at the start, but this will be what should be the filtered list

    run this with full access and with restricted access (ie not logged in) and tell me what lists you get and of they are different.

    #147810
    Robin W
    Moderator

    OK, it may be a plugin conflict – ie 2.5.4 isn’t playing with one of your plugins.

    Try

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, switch to a default theme such as twentytwelve, and see if this fixes.

    #147805
    nogard2008
    Participant

    Where would I need to go to increase the font size and default color?

    Compared to the rest of my blog, the forum font is small.

    thanks for any help with this issue.

    Nick

    #147792
    Robin W
    Moderator

    ok, think we need to eliminate any other factors

    Plugins

    Deactivate all but bbpress and private groups and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, switch to a default theme such as twentytwelve, and see if this fixes.

    Come back and let me know !

    #147731
    Giacomo
    Participant

    An easy way to achieve the second option would be to copy paste this code at the end of the file named functions.php in your current theme folder.

    Make sure to create a backup of the file functions.php first. And always do the changes on a test server, not the live one.

    
    function rsb_limit_posting( $retval ) {
    
    	// count topics of the current user
    	$topic_count = bbp_get_user_topic_count_raw( get_current_user_id() );
    	// if they are 10 or more, do not allow him to create new topic
    	if ( $topic_count > 9 ) return false;
    	// otherwise return the default 
    	return $retval;
    
    }
    add_filter( 'bbp_current_user_can_access_create_topic_form', 'rsb_limit_posting' );
    

    The code above hide the “new topic form” for users who posted 10 or more topics.

    Hope it helps… good luck!

    #147685
    watstyl08
    Participant

    Hey everyone,

    I’m having a bit of trouble getting my Forum into full-width format. I’m using the Oxygen theme which by default has a left and right sidebar.

    I’ve already copied my “page-template-fullwidth.php”, renamed it as “bbpress.php”, and installed bbPress WP Tweaks to make sure that bbPress is injecting itself into the “bbpress.php” template.

    Given what I’ve read – this should’ve done the trick. I’m wondering if it’s something weird with Oxygen Theme’s templates. I’ve included the code of the Full Width Template i’m using here below. Does anyone see anything out of the ordinary that could be preventing me from getting full-width formatting?

    <?php
    /**
    * Template Name: Full Width
    *
    * Full width page template with no sidebar.
    *
    * @package Oxygen
    * @subpackage Template
    */

    get_header(); // Loads the header.php template. ?>

    <div class=”aside”>

    <?php get_sidebar( ‘primary’ ); // Loads the sidebar-primary.php template. ?>

    </div>

    <?php do_atomic( ‘before_content’ ); // oxygen_before_content ?>

    <div class=”content-wrap”>

    <div id=”content”>

    <?php do_atomic( ‘open_content’ ); // oxygen_open_content ?>

    <div class=”hfeed”>

    <?php if ( have_posts() ) : ?>

    <?php while ( have_posts() ) : the_post(); ?>

    <?php do_atomic( ‘before_entry’ ); // oxygen_before_entry ?>

    <div id=”post-<?php the_ID(); ?>” class=”<?php hybrid_entry_class(); ?>”>

    <?php do_atomic( ‘open_entry’ ); // oxygen_open_entry ?>

    <?php echo apply_atomic_shortcode( ‘entry_title’, ‘[entry-title permalink=”0″]’ ); ?>

    <div class=”entry-content”>

    <?php the_content( __( ‘Continue reading <span class=”meta-nav”>→</span>’, ‘oxygen’ ) ); ?>

    <?php wp_link_pages( array( ‘before’ => ‘<p class=”page-links”>’ . __( ‘Pages:’, ‘oxygen’ ), ‘after’ => ‘</p>’ ) ); ?>

    </div><!– .entry-content –>

    <?php echo apply_atomic_shortcode( ‘entry_meta’, ‘<div class=”entry-meta”>[entry-edit-link]</div>’ ); ?>

    <?php do_atomic( ‘close_entry’ ); // oxygen_close_entry ?>

    </div><!– .hentry –>

    <?php do_atomic( ‘after_entry’ ); // oxygen_after_entry ?>

    <?php do_atomic( ‘after_singular’ ); // oxygen_after_singular ?>

    <?php endwhile; ?>

    <?php endif; ?>

    </div><!– .hfeed –>

    <?php do_atomic( ‘close_content’ ); // oxygen_close_content ?>

    </div><!– #content –>

    <?php do_atomic( ‘after_content’ ); // oxygen_after_content ?>

    <?php get_footer(); // Loads the footer.php template. ?>

Viewing 25 results - 3,026 through 3,050 (of 6,788 total)
Skip to toolbar